MB displays a yearly rainfall? **solved**
Moderator: Mattk
- josecmorales
- Expert Boarder
- Posts: 93
- Joined: Wed Sep 25, 2013 8:25 pm
- Location: Puerto Ordaz, Venezuela
- Contact:
MB displays a yearly rainfall? **solved**
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?
it shows the recent month. Data for previous months is not stored and/or provided.
- josecmorales
- Expert Boarder
- Posts: 93
- Joined: Wed Sep 25, 2013 8:25 pm
- Location: Puerto Ordaz, Venezuela
- Contact:
Re: MB displays a yearly rainfall?
Ok, why? is possible to do that? or only by use MySQL?
Re: MB displays a yearly rainfall?
There is the difficult way, using an SQL DB and so on.josecmorales wrote:Ok, why? is possible to do that? or only by use MySQL?
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?
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.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.
Re: MB displays a yearly rainfall?
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.PWS wrote: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.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.
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?
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.
- josecmorales
- Expert Boarder
- Posts: 93
- Joined: Wed Sep 25, 2013 8:25 pm
- Location: Puerto Ordaz, Venezuela
- Contact:
Re: MB displays a yearly rainfall?
Where is this script my friend?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
Re: MB displays a yearly rainfall?
Good morning,josecmorales wrote:Where is this script my friend?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
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