PDA

View Full Version : Check Weather on startup


djh_
2009-03-03, 06:27
At present, XBMC seems to only check the weather when you enter the Weather window. This is problematic if you've moved all the weather objects to the home page and don't actually plan on using the Weather window at all. Is there any chance of having XBMC update the weather on startup?

Nuka1195
2009-03-03, 06:30
unless something changed, it checks weather before you enter weather.

you may have to call one of the infolabels weather.location... not the window(weather).property()?

Jezz_X
2009-03-03, 07:06
It will only check weather if it exsist on a page Nukas guess is probably right and the new window(weather).property() stuff he added does not actually update it

jmarshall
2009-03-03, 08:26
Correct. Add a normal info label outside the render window to force it to update.

djh_
2009-03-03, 20:59
Worked. Cheers.