Req Weather Screen - Sunset / Sunrise
#1
Hi community Smile

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.
Reply

Logout Mark Read Team Forum Stats Members Help
Weather Screen - Sunset / Sunrise0