Page 1 of 1

MB displays a yearly rainfall? **solved**

Posted: Mon Jul 28, 2014 2:55 am
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?

Re: MB displays a yearly rainfall?

Posted: Mon Jul 28, 2014 10:30 am
by admin
it shows the recent month. Data for previous months is not stored and/or provided.

Re: MB displays a yearly rainfall?

Posted: Mon Jul 28, 2014 1:59 pm
by josecmorales
Ok, why? is possible to do that? or only by use MySQL?

Re: MB displays a yearly rainfall?

Posted: Mon Jul 28, 2014 6:06 pm
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

Re: MB displays a yearly rainfall?

Posted: Wed Jul 30, 2014 11:40 am
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.

Re: MB displays a yearly rainfall?

Posted: Wed Jul 30, 2014 11:50 am
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

Re: MB displays a yearly rainfall?

Posted: Wed Jul 30, 2014 3:35 pm
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.

Re: MB displays a yearly rainfall?

Posted: Sat Aug 02, 2014 3:17 am
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?

Re: MB displays a yearly rainfall?

Posted: Sat Aug 02, 2014 10:39 am
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