MB displays a yearly rainfall? **solved**

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

Post Reply
User avatar
josecmorales
Expert Boarder
Expert Boarder
Posts: 93
Joined: Wed Sep 25, 2013 8:25 pm
Location: Puerto Ordaz, Venezuela
Contact:

MB displays a yearly rainfall? **solved**

Post by josecmorales »

MB showns in the live data the total of the year and month, but is it showns the previous months??? or can discriminate month?
The weather in Guayana, Venezuela
@climaguayana
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7874
Joined: Mon Oct 01, 2007 10:51 pm

Re: MB displays a yearly rainfall?

Post by admin »

it shows the recent month. Data for previous months is not stored and/or provided.
User avatar
josecmorales
Expert Boarder
Expert Boarder
Posts: 93
Joined: Wed Sep 25, 2013 8:25 pm
Location: Puerto Ordaz, Venezuela
Contact:

Re: MB displays a yearly rainfall?

Post by josecmorales »

Ok, why? is possible to do that? or only by use MySQL?
The weather in Guayana, Venezuela
@climaguayana
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 606
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: MB displays a yearly rainfall?

Post by wvdkuil »

josecmorales wrote:Ok, why? is possible to do that? or only by use MySQL?
There is the difficult way, using an SQL DB and so on.
Or the easy way, using WeatherUnderground, their DB and standard scripts readily available.

On my MB testsite:
1. Read the WU data and display in tabular form,
http://www.wiri.be/weather2/index.php?p=62
link to the script writer at the bottom Jim McMurry - jmcmurry (at) mwt.net

2. Read the WU data and display in colored tables form:
http://www.wiri.be/weather2/index.php?p=11-2
I am the author of that script.

And on my production site:
3. Read WU data and display high-charts grpahs
http://www.weerstation-wilsele.be/index.php?p=62-2
Link to the author Radomir Luza at the bottom.

If you need more than this, look around. Probably someone already wrote a script.

Wim
PWS
Junior Boarder
Junior Boarder
Posts: 26
Joined: Fri Jul 25, 2014 10:53 pm

Re: MB displays a yearly rainfall?

Post by PWS »

wvdkuil wrote: And on my production site:
3. Read WU data and display high-charts grpahs
http://www.weerstation-wilsele.be/index.php?p=62-2
Link to the author Radomir Luza at the bottom.
The axis annotation is not stable on the charts (in my recent Chrome browser at least). The annotations are visible while the chart renders in the browser but then disappear as the rendering completes.
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 606
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: MB displays a yearly rainfall?

Post by wvdkuil »

PWS wrote:
wvdkuil wrote: And on my production site:
3. Read WU data and display high-charts grpahs
http://www.weerstation-wilsele.be/index.php?p=62-2
Link to the author Radomir Luza at the bottom.
The axis annotation is not stable on the charts (in my recent Chrome browser at least). The annotations are visible while the chart renders in the browser but then disappear as the rendering completes.
I have no problems with his charts in my version of Chrome (Versie 36.0.1985.125) on my Mac. I will test this evening on a PC.

You could take a look at the authors sitehttp://pocasi.hovnet.cz/wxwugraphs.php?lang=en if the problem exists there also.

Wim
PWS
Junior Boarder
Junior Boarder
Posts: 26
Joined: Fri Jul 25, 2014 10:53 pm

Re: MB displays a yearly rainfall?

Post by PWS »

Sorry - false alarm! It seems OK now. But earlier this morning the annotations were definitely disappearing. Something's changed, eg different browser tab, but don't know what.
User avatar
josecmorales
Expert Boarder
Expert Boarder
Posts: 93
Joined: Wed Sep 25, 2013 8:25 pm
Location: Puerto Ordaz, Venezuela
Contact:

Re: MB displays a yearly rainfall?

Post by josecmorales »

wvdkuil wrote:
2. Read the WU data and display in colored tables form:
http://www.wiri.be/weather2/index.php?p=11-2
I am the author of that script.

Wim
Where is this script my friend?
The weather in Guayana, Venezuela
@climaguayana
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 606
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: MB displays a yearly rainfall?

Post by wvdkuil »

josecmorales wrote:
wvdkuil wrote:
2. Read the WU data and display in colored tables form:
http://www.wiri.be/weather2/index.php?p=11-2
I am the author of that script.

Wim
Where is this script my friend?
Good morning,

All Leuven scripts are at: http://www.weerstation-leuven.be/

The direct link to the demo and download for this "colored tables" script is at:
http://www.weerstation-leuven.be/wsrepo ... hp?lang=en

Succes, Wim
Post Reply