diff -ru gkrellweather-2.0.7/GrabWeather gkrellweather-2.0.7-patched/GrabWeather
--- gkrellweather-2.0.7/GrabWeather	2005-02-27 14:54:47.000000000 +0100
+++ gkrellweather-2.0.7-patched/GrabWeather	2016-08-24 20:57:32.885952971 +0200
@@ -12,7 +12,8 @@
 
 $ReportDir  = '.wmWeatherReports';
 #$WeatherSrc = 'ftp://weather.noaa.gov/data/observations/metar/decoded';
-$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded';
+#$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded';
+$WeatherSrc = 'http://tgftp.nws.noaa.gov/data/observations/metar/decoded/';
 
 use strict; 
 use vars qw( $ReportDir $WeatherSrc );
