Added a note about weather symbols to the weather widget.
This commit is contained in:
parent
1b9906165d
commit
3f851ff589
|
@ -26,6 +26,9 @@ function worker(format, station)
|
||||||
|
|
||||||
-- Setup tables
|
-- Setup tables
|
||||||
local weather = {
|
local weather = {
|
||||||
|
-- Some of the weather symbols would look nice if prepended to
|
||||||
|
-- the final output, but it is up to the user to do that
|
||||||
|
-- * http://www.alanwood.net/unicode/miscellaneous_symbols.html
|
||||||
["{city}"] = "N/A",
|
["{city}"] = "N/A",
|
||||||
["{wind}"] = "N/A",
|
["{wind}"] = "N/A",
|
||||||
["{windmph}"] = "N/A",
|
["{windmph}"] = "N/A",
|
||||||
|
|
Loading…
Reference in New Issue