Beginning around April 1 2015 I noticed that one of my charts was not reporting the barometric pressure but all other fields were populated with data. After clicking the recompute button the field was populated with the pressure information. Since then I have had to recompute my data daily to get the barometric field to populate.
Today, the barometric pressure field was populated but the date/average temp/high temp and low temp fields were empty however after running the recompute function the fields are once again populated. I also noticed that the fields are no longer updating with current data as they once had in the past.
Link to the page with the chart http://newalbanyweather.com/wxcurrentmonthtable
Here is the code I have used to create the chart
Code: Select all
timeframe=1M # set total time frame to current month
res=day1
gtitle=Monthly_Report # name of graph
gheight=800 # height in pixels of graph
gwidth=550 # width in pixels of graph
gtype=table # type of graph
glunit=Date
grunit=%e._%b
gtrim=0
bgcolor=#F7F7F7
gtablestyle=style="background-color:#CBCFC5;border:1px_#000000_solid;border-collapse:collapse;border-spacing:2px;"
gtdheadstyle=style="background-color:#9BA8BD;border:1px_#000000_solid;font-family:Verdana;font-weight:bold;font-size:12px;text-align:center;color:#FFFFFF;"
gtdstyle=style="border:1px_#CCCCCC_solid;text-align:right;font-family:Verdana,sans-serif,Arial;font-weight:normal;font-size:.7em;color:#404040;background-color:#fafafa;padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:2px;"
sid0=th0 sunit0=°F sname0=Temp<br>Ø ssel0=temp soffset0=32 sfactor0=1.8
sid1=th0 sunit1=°F sname1=Temp<br>Max ssel1=tempmax soffset1=32 sfactor1=1.8
sid2=th0 sunit2=°F sname2=Temp<br>Min ssel2=tempmin soffset2=32 sfactor2=1.8
sid3=th0 sunit3=% sname3=Hum ssel3=hum sprec3=0
sid4=thb0 sunit4=inHg sname4=Press ssel4=seapress sfactor4=.02953 sprec4=2
sid5=rain0 sunit5=in sname5=Rain ssel5=total sfactor5=.03937 sprec5=2
sid6=wind0 sunit6=mph sname6=Wind<br>Ø ssel6=wind sfactor6=2.23693629205
sid7=wind0 sunit7=mph sname7=Wind<br>Max ssel7=gustmax sfactor7=2.23693629205
Meteobridge running on TL- MR3020 with software 2.5 build 6251
Thanks for your help