Page 3 of 89

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Oct 05, 2019 12:13 am
by ConligWX
weatherist34 wrote: Fri Oct 04, 2019 7:52 pm
when i get time i will publish a page how to actually run a export in same structure,format from nanosd so that would allow past years of data to be used .unlikely in the near future at the moment.

for now it runs from the day you install and no before anyone asks will it support weather underground history.. :D
not I didnt have any previous versions of meteobridge template. though I imported ALL my weewx and cumulusmx data into my NanoSD right back to 2013.

Yes that would be great to allow a page to export the data, or just create a Template that we could use to export.

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Oct 05, 2019 3:01 am
by weatherist34
for a complete year or year to date

date(date month-0)=[DD]/[MM] // 01 Oct
MAX(Temp-1)=[th0temp-dmax:--] //must be celsius
MIN(Temp-2)=[th0temp-dmin:--] //must becelsius
MAX(Dewpoint-3)=[th0dew-dmax:--] //must be celsius
MIN(Dewpoint-4)=[th0dew-dmin:--] //must be celsius
TOTAL(Rain Day-5)=[rain0total-daysum:--] //must be mm
MAX(Windspeed-6)=[wind0wind-dmax:--] //must be ms
AVG(Day WindSpeed-7)=[wind0wind-davg:--] //must be ms
MAX(Barometer-8)=[thb0seapress-dmax:--] //must be hPa
MIN(Barometer-9)=[thb0seapress-dmin:--] //must be hPa
MAX(UV-10)=[uv0index-dmax:--]
MAX(Solar-11)=[sol0rad-dmax:--]


template charts takes care user preferences for metric / non metric as templates converts from these default if you exported in non metric then all conversions in template for charts go wrong . template always converts from metric..m/s..hPa etc

12 chart positions designated by the number i.e MAX(Temp-1) position 1 MIN(Temp-2) position 2.

it is quite a simple structure
[DD]/[MM] [th0temp-dmax:--] [th0temp-dmin:--] [th0dew-dmax:--] [th0dew-dmin:--] [rain0total-daysum:--] [wind0wind-dmax:--] [wind0wind-davg:--]
[thb0seapress-dmax:--] [thb0seapress-dmin:--] [uv0index-dmax:--] [sol0rad-dmax:--]

end up with csv example

29 Sep,23.8,15.9,17.4,10.4,0.0,4.9,1.1,1018.4,1014.7,5.1,814.0
30 Sep,24.9,18.6,19.3,10.4,0.0,5.4,1.1,1014.8,1009.7,5.6,855.0
1 Oct,26.7,18.7,19.7,14.9,0.0,8.9,1.9,1014.0,1010.5,5.2,824.0
2 Oct,26.7,18.9,19.9,15.8,0.0,8.5,3.1,1012.9,1008.3,5.1,816.0
3 Oct,27.2,20.0,19.6,13.9,0.0,5.4,0.9,1010.5,1007.9,5.4,844.0
4 Oct,27.6,21.0,18.9,10.9,0.2,12.5,2.2,1011.5,1006.1,5.2,886.0

note uv and solar the percentage of users don't have this combination so not required in an export if not present

theoritically should end with something like this .yes Im awake at this unearthly hour due to a strong lightning storm overhead..:-(

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Oct 05, 2019 11:34 am
by ConligWX
Thanks for the tip Brian. much appreciated.

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Oct 05, 2019 6:12 pm
by rzelle-K1TTC
I was about to comment on the Missing Moon but you fix it ..:-)

..Ron

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Oct 06, 2019 10:20 pm
by xxvincixx
hello, I just saw this new dashboard and I proceeded to install it ... everything works except the graphics, they are all empty ... I don't know if it's normal or not ...
what am I doing wrong??
http://lamiastazionemeteo.altervista.or ... /index.php

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Oct 06, 2019 11:22 pm
by rzelle-K1TTC
Hi, It looks like your chart s are net receiving data from the NANO-SD did you setup the services on the NANO-SD as shown in this link.

https://weather34.com/homeweatherstatio ... setup.html

..Ron

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Mon Oct 07, 2019 12:00 am
by rzelle-K1TTC
Sorry I scrolled past your screen shots I see what is causing the problem your first service is trying to use https change it to http.

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Mon Oct 07, 2019 10:09 pm
by xxvincixx
rzelle-K1TTC wrote: Mon Oct 07, 2019 12:00 am Sorry I scrolled past your screen shots I see what is causing the problem your first service is trying to use https change it to http.
solved,thanks ;)

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Tue Oct 08, 2019 6:53 am
by weatherist34
glad you worked it out , sorry I didn't respond but Ron gave you the solution.

Brian

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Tue Oct 08, 2019 5:28 pm
by xxvincixx
weatherist34 wrote: Tue Oct 08, 2019 6:53 am glad you worked it out , sorry I didn't respond but Ron gave you the solution.

Brian
no problem ;) thanks for your hard work ;)

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Fri Oct 11, 2019 6:11 pm
by svampen
Dear Brian
A small question:

In rainfall.php, the rain rate number is moving if it is zero or above. No real issue apart from the text beeing very small and acctually quite hard to read when it is raining.

Any idea if it is possible to fix somehow, when you have some time to spare? :)

No rain:
Skärmavbild 2019-10-11 kl. 16.53.21.png
Skärmavbild 2019-10-11 kl. 16.53.21.png (8.27 KiB) Viewed 7431 times
Is raining:
Skärmavbild 2019-10-11 kl. 16.53.55.png
Skärmavbild 2019-10-11 kl. 16.53.55.png (8.37 KiB) Viewed 7431 times
Best Regards

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Fri Oct 11, 2019 7:36 pm
by weatherist34
svampen wrote: Fri Oct 11, 2019 6:11 pm Dear Brian
A small question:

In rainfall.php, the rain rate number is moving if it is zero or above. No real issue apart from the text beeing very small and acctually quite hard to read when it is raining.

Any idea if it is possible to fix somehow, when you have some time to spare? :)

No rain:
Skärmavbild 2019-10-11 kl. 16.53.21.png

Is raining:
Skärmavbild 2019-10-11 kl. 16.53.55.png

Best Regards
as designed if it is raining the rainrate value if greater than zero moves above the bar otherwise you would not see the rate value as the blue bar increases horizontally depending on rain rate . cant have both this idea was requested and this was the only way to implement without congesting or cramming data into a small area. you win some you lose some ..😁

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Fri Oct 11, 2019 8:14 pm
by svampen
Aha! So it is a feature, not a bug!
I realize now that the other values are not such "bars", but just a colour on the left.

It makes sense. I can live with that. :wink: :mrgreen:

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Oct 13, 2019 11:57 am
by weatherist34
Now nearing the end I think

been getting grips with Visual Code Studio last month or so and finally reaping the benefit in compiling code cleaner and having this is really beneficial to
serve as a designer tool .cant say enough good things about has all the tools any web designer dreams off..

anyway the menu structure was completely reworked and the css files were recompiled and clean up the structure really nicely from a developer point of view and of course allows better and easier adjustments where and when required.

the UV modules were reworked and now include a horizontal bar for solar and lux see screenshot.

a version was forwarded to Boris recently to implement into the NANOSD product so expect something to appear over the winter months here in the northern hemisphere from him..

many thanks to Piet ,Graham,Pedro for help with translations its a slow process and tedious task but each week a bit more gets done on the translation side.

Brian
Screenshot at Oct 13 11-59-35.png
Screenshot at Oct 13 11-59-35.png (339.27 KiB) Viewed 7407 times

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Mon Oct 14, 2019 6:05 pm
by rzelle-K1TTC
My site has been updated as of 0700 today with 12 files. I went to check for any changes just now and my Github desktop app can't connect to the repository any longer. I assume you've frozen the version at this point or if not and you make any further updates how will I get them ..?

A Good point to be finally at .. :-)

..Ron