helmuthdu / conky_colors

CONKY-colors is an easier way to configure Conky
GNU General Public License v3.0
123 stars 39 forks source link

[SLS] Weather autorefresh #39

Closed frantisekz closed 11 years ago

frantisekz commented 11 years ago

Conky in SLS mode should be able to auto-refresh weather info. Additionally, it should be possible to set requested time to reload weather info.

android-808 commented 11 years ago

From what I can make out, conkyWeather is called every 1800s (30mins) and conkyYahooWeather every 600 (10mins) within the generated rc file from conkyrc_sls.c. There is another function within the Lua file but it only deals with Yahoo and is not called (get_yahoo_weather_info)

To test it you could temporarily reduce the 1800 to a far lower value to see if the information is redownloaded

frantisekz commented 11 years ago

Yeah, it looks ok. I think this isn't issue then :)