aboutsummaryrefslogtreecommitdiff
path: root/weather.lua
AgeCommit message (Collapse)AuthorFiles
2009-08-05Fixed the weather widget, wind km/h was broken.Adrian C. (anrxc)1
2009-08-01Make all widgets return their worker functions when called.Adrian C. (anrxc)1
2009-08-01Added wind speed in km/h to the weather widget.Adrian C. (anrxc)1
2009-07-31Added a note about weather symbols to the weather widget.Adrian C. (anrxc)1
2009-07-29Weather widget written and included, by request.Adrian C. (anrxc)1
The widget uses 'wget' to grab the information. The Lua socket library would be nicer, of course, but let's not introduce external libraries at this point. Wget will write to stdout with a timeout of 5s. This has the potential to block everything else in case of problems... But let's not introduce temporary files at this point. Besides having to handle files, operations while running on battery power are to be avoided.