You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where $station is an upper case 4 character ICAO code. The change goes on line 141 and 142 of phpweather.php, or you can replace phpweather with a different weather display library as in the fork at https://github.com/BoatrightTBC/timeclock
The text was updated successfully, but these errors were encountered:
The phpweather.php downloads its metar data from
http://weather.noaa.gov/pub/data/observations/metar/stations/$station.TXT
where $station is the 4 character ICAO code for a location.
This service is discontinued as explained at http://www.nws.noaa.gov/om/notification/scn16-16wngccb.htm
In fact, the entire weather.noaa.gov site was dropped in favor of weather.gov for most purposes. However, the METAR data is still available at
http://tgftp.nws.noaa.gov/data/observations/metar/stations/$station.TXT
where $station is an upper case 4 character ICAO code. The change goes on line 141 and 142 of phpweather.php, or you can replace phpweather with a different weather display library as in the fork at https://github.com/BoatrightTBC/timeclock
The text was updated successfully, but these errors were encountered: