? weather-836582.patch
Index: weather.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/weather/weather.module,v
retrieving revision 1.205.2.16
diff -u -p -r1.205.2.16 weather.module
--- weather.module	3 May 2010 12:44:47 -0000	1.205.2.16
+++ weather.module	29 Jun 2010 18:51:45 -0000
@@ -2132,7 +2132,7 @@ function _weather_retrieve_data($icao) {
   }
 
   // check on errors
-  if ($metar_raw === FALSE) {
+  if ($metar_raw === FALSE && user_access('administer custom weather block')) {
     drupal_set_message(t('Download location for METAR data is not accessible.'), 'error');
   }
 
