Presure NaN hPa

Post Reply
zakos52
Posts: 5
Joined: Sun May 24, 2015 11:09 pm
Name: kostas

Presure NaN hPa

Post by zakos52 »

Hello to all friends,
In YoWindow with my station meteorological data (http://vyronas.meteoclub.gr), the pressure value is not displayed, but instead the display NaN hPa, in recent days.
look at the link http://vyronas.meteoclub.gr/yo1.jpg for a picture.
I use Visual Weather Station program and the file yowindow.htx
creates the file yowindow.xml, in which the pressure value is there, but does not appear in yowindow.

html code for yowindow.htx

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<response>
<current_weather>
<temperature>
<current value="^vxv007^" />
<feels_like value="^vxv027^" />
</temperature>
<humidity value="^vxv005^" />
<pressure value="^vxv023^" trend="^vvr023^" />
<wind>
<speed value="^vxv002^" />
<direction value="^vxv001^" />
</wind>
<sky>
<clouds>
<description value="^climate_cconds1^"/>
</clouds>
<precipitation>
<rain>
<rate value="^vxv124^" unit="mmph" />
<daily_total value="^vxv121^" unit="mm" />
</rain>
</precipitation>
</sky>
<uv value="^vxv017^" />
<solar radiation="^vxv018^" />
<auto_update>
<interval value="60"/>
</auto_update>
</current_weather>
</response>
File yowindow.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<response>
<current_weather>
<temperature>
<current value="21.6" />
<feels_like value="23.7" />
</temperature>
<humidity value="71" />
<pressure value="[b][color=#FF0000]1017.0[/color][/b]" trend="0.7" />
<wind>
<speed value="6.1" />
<direction value="E" />
</wind>
<sky>
<clouds>
<description value="Partly Cloudy "/>
</clouds>
<precipitation>
<rain>
<rate value="0.0"/>
<daily_total value="0.0"/>
</rain>
</precipitation>
</sky>
<uv value="0.0" />
<solar radiation="0" />
<auto_update>
<interval value="60"/>
</auto_update>
</current_weather>
</response>
The same happens in yowindow, in two other stations in Greece
http://www.meteoarachova.com and http://oinofyta.meteoclub.gr

I am waiting for your help

Kostas
Last edited by ikarus1969 on Fri Jun 12, 2015 11:22 am, edited 1 time in total.
Reason: embedded the xml-code into [code]-tags for better reading/copying/...
FvE
Posts: 7114
Joined: Mon Oct 19, 2009 11:56 pm
Name: Fred
Location: Leiden, Netherlands
Contact:

Re: Presure NaN hPa

Post by FvE »

Post Reply