Hi
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
before this goes too far might I suggust that we come up with a standard way of showing this info so we really don't need all the extra BS in skins like one for every different addon out there eg: like in the confluence mod posted here
PHP Code:
<include condition="StringCompare(Weather.Plugin,weather.wunderground)">Wunderground10DayForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.wunderground)">Wunderground36HourForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.wunderground)">WundergroundWeekendForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.wunderground)">WundergroundHourlyForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.wunderground)">WundergroundMapsVideo</include>
<include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+10DayForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+36HourForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+WeekendForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+HourlyForcast</include>
<include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+MapsVideo</include>
Now this may belong in a skinning section instead but since Weather Underground is the default weather addon it kind of gets to set the rules on what gets to be displayed
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
and what the labels are called.
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
and looking at the readme.txt of the new addon it looks like ronie has done a nice job with the info labels. My only suggestion would be to remove all the
DAILY [1-10] labels and put them back into
DAY [0-6] so the current skins wont break and you don't need to worry about having 2 sets of info and visible conditions for each.
Then the skinner can use the IsFetched conditions to display stuff and also do a !IsEmpty() on other things like Day%i.Title to tell if it needs to display that day or not thus if some addons only fetch 3 days then only 3 will show
I know the temptation is to just use the same info labels nuka used in the original to make it easy on the skinner but they were not the best always.
Its either that or we decide to break eden compatability completely and just rename the default labels from DAY to Daily I see no point in having both with its the same info with a different name