Customizing weather keys/actions
#1
xbmc gurus,

Is there a way to customize the weather section of remote.xml such that I can map 'ok' to refreshing the weather, and the up and down keys to cycle between the three cities?

This way I don't have to pull up the side weather OSD to change cities or refresh. This would really help the user experience, because when the weather OSD is up you can't really read the weather.

tia,
rouble
Reply
#2
You can have a <weather>...</weather> section, but I don't think there are any built in actions to refresh or cycle through the cities.

JR
Reply
#3
you could try these commands inside the weather section:

refresh: SendClick(2)
change location: SendClick(3)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
ronie Wrote:you could try these commands inside the weather section:

refresh: SendClick(2)
change location: SendClick(3)

Good call. See http://wiki.xbmc.org/?title=List_of_Built_In_Functions for details. Looking at that article I note there is also a Control.Message function that could be useful.

JR
Reply

Logout Mark Read Team Forum Stats Members Help
Customizing weather keys/actions0