Page 1 of 1
Web Display not reading local info
Posted: Fri Mar 26, 2010 6:22 pm
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
Re: Web Display not reading local info
Posted: Fri Mar 26, 2010 10:23 pm
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>
Re: Web Display not reading local info
Posted: Sat Mar 27, 2010 1:24 am
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.
Re: Web Display not reading local info
Posted: Sat Mar 27, 2010 1:48 am
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