Req Weather Screen - Sunset / Sunrise - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Req Weather Screen - Sunset / Sunrise (/showthread.php?tid=180543) |
Weather Screen - Sunset / Sunrise - Bitboy - 2013-12-16 Hi community 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. |