Kodi Community Forum

Full Version: Slight bug in IncludesWeather.xml (MQ5/Ace)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi MarcosQui,

First thanks for the great skins! I am using Ace on my HTPC and absolutely love it! Laugh

I am developing a new weather addon, and I am testing on different skins, including Ace, MQ5 and Nox. I found that there is a slight bug in both MQ5 and Ace regarding the displayed UV index value in the weather window.

From IncludesWeather.xml (in both skins):
Quote: <control type="label">
<description>current UV Index Value</description>
<include>TWC.Current.ConditionValuesCommon</include>
<label>$INFO[Window.Property(Current.HeatIndex)]</label>
</control>

This should be the "Current.UVIndex" property instead!

Also, I'm not sure wether if line 875 needs to be updated in Ace (search for HeatIndex, you'll see it there as well).

From what I can tell, Nox is fine!

Cheers!