How to find Temprature units
#1
hey,

there, I am using

Code:
$INFO[Window(Weather).Property(Current.FeelsLike)]

to find the windchill and show that on the home screen instead of temperature. But I am not able find out how to get the right localized units, is this exposed somewhere?

as work around i have

Code:
<label>$INFO[Window(Weather).Property(Current.FeelsLike)] °C</label>

which hard codes the labels.not going to fly for general consumption.

Thanks
Reply
#2
here you go
Quote:<label>$INFO[Window(Weather).Property(Current.FeelsLike)] $INFO[System.TemperatureUnits]</label>
Reply
#3
Rocky5 Wrote:here you go

Cheers thanks.

guess http://www.xbmc.org/wiki/?title=InfoLabels needs to be updated
Reply

Logout Mark Read Team Forum Stats Members Help
How to find Temprature units0