Web Display not reading local info

Any questions? Any answers?
Post Reply
tph06784
Posts: 94
Joined: Sun Oct 25, 2009 3:52 pm

Web Display not reading local info

Post by tph06784 »

Today, on my web page although I have it reading my "yowindowxml" from my weather station which has snow cover as zero the window on the web page only shows snow. It has not done this before. It was always in sync with my local xml.
Can be seen here http://www.shermanctweather.com
jmcmurry
Posts: 368
Joined: Tue Oct 13, 2009 11:09 am
Name: Jim
Location: Mauston, WI, USA
Contact:

Re: Web Display not reading local info

Post by jmcmurry »

I just took a look at your xml and it doesn't have a snow tag in it right now. I suspect that your season map still calls for snow and that's why it's showing?

- Jim

Code: Select all

<!--
PWS: Sherman Ct. Weather on Fri, 26-Mar-2010 @ 05:21:53 pm
Data generated with yowindow-xml.php v1.6
Clouds: height 1534m ... temp -12.3 C
Solar: 0% (absent) / Rain Rate: 0 mm/h
Timezone: America/New_York
WD Description:  dry
WD: Icon #9 changed to #9
-->
−
<response>
−
<update>
<timestamp value="Fri, 26 Mar 2010 17:21:53 -0400"/>
<interval value="30"/>
<maxuploads value="10"/>
</update>
−
<current_weather>
<temperature value="2.8"/>
<humidity value="40"/>
<pressure value="1015.1"/>
−
<wind>
<speed value="4"/>
<direction value="326"/>
</wind>
−
<sky>
<description value="Mostly Clear"/>
<clouds value="partlyCloudy"/>
−
<precipitation>
<rain rate="0" daily_total="6.6"/>
</precipitation>
</sky>
</current_weather>
</response>
tph06784
Posts: 94
Joined: Sun Oct 25, 2009 3:52 pm

Re: Web Display not reading local info

Post by tph06784 »

I have found the problem. Somehow I uploaded an older version that used yowindow-xml.php
I now use yowindow.xml created by Weather Display.
Last edited by tph06784 on Sat Mar 27, 2010 1:52 am, edited 1 time in total.
jmcmurry
Posts: 368
Joined: Tue Oct 13, 2009 11:09 am
Name: Jim
Location: Mauston, WI, USA
Contact:

Re: Web Display not reading local info

Post by jmcmurry »

That's a different URL than when I looked earlier and I see the snow is now gone. But you're showing green grass and if that isn't right for your location, Pasha may have to adjust your season map.

- Jim
Post Reply