CODE
<control>
<description>Weather conditions</description>
<type>image</type>
<id>1211</id>
<posX>536</posX>
<posY>24</posY>
<width>47</width>
<height>47</height>
<info>Weather.Conditions</info>
<visible effect="fade" time="1000">!Player.HasAudio | ![Player.HasAudio + System.IdleTime(60)]</visible>
</control>
<control>
<description>Weather temperature</description>
<type>label</type>
<id>1212</id>
<posX>602</posX>
<posY>35</posY>
<info>Weather.Temperature</info>
<font>font18</font>
<textcolor>60ffffff</textcolor>
<align>left</align>
<visible effect="fade" time="1000">!Player.HasAudio | ![Player.HasAudio + System.IdleTime(60)]</visible>
</control>
This is what im using, it always worked, but now only the weather control (clouds etc) appear, the temperature is not visible.
Whats the problem?
