weather: add back default hover notification; #113

This commit is contained in:
luke bonham 2015-07-05 11:12:41 +02:00 committed by copycat-killer
parent fa0d05aa95
commit 94fe36d0c7
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ local function worker(args)
end)
end
weather.attach(weather.widget)
newtimer("weather", timeout, weather.update)
newtimer("weather_forecast", timeout, weather.forecast_update)