No, didn´t update nothing for Avalon, just use the DefaultWide xmls as template - that should do
<control>
<description>default group</description>
<type>group</type>
<id>0</id>
<dimColor>ffffffff</dimColor>
</control>
... It is strange that now in City code is no GMXX-Number. There is standing "SEEBAD AHLBECK" and not in "Description". So it possible to use this profile for WWO and Google. but not for yahoo, because yahoo needs the GMXX-number...
... I wonder if the weather provider could be tied to each profile, rather than a global setting??? ...
... I'm picking that this may be a skin issue, but I'm getting the moonphase as my forcast for Saturday, Sunday and Monday.
No.Thanks for your fast answer!
If you add these lines into references.xml won't it bring up negatives things in other grouped items?
<control>
<description>Provider Info</description>
<type>label</type>
<id>0</id>
<posX>900</posX>
<posY>15</posY>
<label>Hourly weather data provided by:</label>
<shadowAngle>45</shadowAngle>
<shadowDistance>1</shadowDistance>
<shadowColor>FF000000</shadowColor>
<font>mediastream9c</font>
<textcolor>White</textcolor>
<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ConditionView,Hour)+string.equals(#WorldWeather.ConditionView,Graphic)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>TWC Logo</description>
<type>image</type>
<id>101</id>
<posX>1750</posX>
<posY>17</posY>
<width>150</width>
<keepaspectratio>no</keepaspectratio>
<texture>#WorldWeather.HourForecastProviderImage</texture>
<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ConditionView,Hour)+string.equals(#WorldWeather.ConditionView,Graphic)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>