Weather.Conditions

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jzbruno Offline
Skilled Skinner
Posts: 37
Joined: Jun 2006
Reputation: 0
Post: #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
find quote
CHI3f Offline
Team-XBMC Skinner
Posts: 216
Joined: Jan 2007
Reputation: 0
Location: New Jersey, USA
Post: #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)
find quote
jzbruno Offline
Skilled Skinner
Posts: 37
Joined: Jun 2006
Reputation: 0
Post: #3
Good to know thanks for the help.
find quote