Weather.Conditions
#1
I am having trouble using the Weather.Conditions variable for the current conditions image. I have looked over several skins (PMIII,Clearity,xTV,MC360) and can't figure it out. In PMIII's MyWeather.xml it seems like they don't use any variables to obtain the weather info. Here is my code.

Code:
<control type="image" id="505">
    <description>Current weather condition image.</description>
    <width>128</width>
    <height>128</height>
    <posx>400</posx>
    <posy>140</posy>
    <info>Weather.Conditions</info>
</control>

Also where is the other Weather info stored, such as feels like, uv, etc... Thanks.

JB
Reply
#2
I am pretty sure all that depends on the id of the control within MyWeather.xml. These are the only weather info labels that can be used outside of the MyWeather.xml that I know of.

Weather.Conditions (Current weather conditions.)
Weather.Temperature (Current weather temperature)
Weather.Location (City/town which the above two items are for)
Reply
#3
Good to know thanks for the help.
Reply

Logout Mark Read Team Forum Stats Members Help
Weather.Conditions0