Mention ICAO as the wanted code in the weather widget.
This commit is contained in:
parent
376591ecc1
commit
f8eb93a656
|
@ -18,7 +18,7 @@ module("vicious.weather")
|
||||||
-- {{{ Weather widget type
|
-- {{{ Weather widget type
|
||||||
local function worker(format, station)
|
local function worker(format, station)
|
||||||
-- US National Oceanic and Atmospheric Administration
|
-- US National Oceanic and Atmospheric Administration
|
||||||
-- * Station codes: http://www.rap.ucar.edu/weather/surface/stations.txt
|
-- * Station (ICAO) codes: http://www.rap.ucar.edu/weather/surface/stations.txt
|
||||||
local noaa = "http://weather.noaa.gov/pub/data/observations/metar/decoded/"
|
local noaa = "http://weather.noaa.gov/pub/data/observations/metar/decoded/"
|
||||||
|
|
||||||
-- Get info from a weather station
|
-- Get info from a weather station
|
||||||
|
|
Loading…
Reference in New Issue