2013-12-16, 16:33
Hi community ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
In the current weather screen sunset and sunrise are only shown if wunderground is used. Thus other weather addons provide the data too.
To be independant from a specific addon, just change the line 338 in MyWeather.xml from
Another thing is that currently (translated) labels are used. On smaller displays they're overlapping and become unreadable. So i would ask you if its possible to use an icon for the description instead of a text string.
thx for reading.
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
In the current weather screen sunset and sunrise are only shown if wunderground is used. Thus other weather addons provide the data too.
To be independant from a specific addon, just change the line 338 in MyWeather.xml from
Quote:<visible>StringCompare(Weather.Plugin,weather.wunderground) + !IsEmpty(Window.Property(36Hour.IsFetched))</visible>To
Quote:<visible>!IsEmpty(Window.Property(Today.Sunset)) + !IsEmpty(Window.Property(Today.Sunrise))</visible>
Another thing is that currently (translated) labels are used. On smaller displays they're overlapping and become unreadable. So i would ask you if its possible to use an icon for the description instead of a text string.
thx for reading.