Windchill instead of temperature
#1
I am looking to display Weather.FeelsLike rather than Weather.Temperature, I cant see the windchill/feels like anywhere in the GUIInfo

#define WEATHER_CONDITIONS 100
#define WEATHER_TEMPERATURE 101
#define WEATHER_LOCATION 102
#define WEATHER_IS_FETCHED 103


Are these the only components available to the skin? How can I get at the Feels Like info?

Thanks
Reply
#2
Yes, those are the only ones exposed to the skin.

Feel free to add a couple more in the same way as they are currently.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
I can, but I will only be adding it to the Linux port, is that okay? Its trivial to add a the settings and recompile.

Now i guess i need to setup a dev environment.
Reply
#4
Sounds great - any and all patches will be reviewed for acceptance. Pretty much all development goes straight into the linuxport branch anyway - win32, osx and linux are all built from that same branch.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Windchill instead of temperature0