Weather34 Meteobridge Master Template Download

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

Moderator: Mattk

Locked
Cavaliere
Junior Boarder
Junior Boarder
Posts: 26
Joined: Mon Dec 05, 2022 3:47 pm
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by Cavaliere »

Hi Brian,
as I replied by email, everything was resolved for the images, is the problem still in the GDPR section?

Then I wanted to ask you if it is possible to have a layout with an additional 3 blocks or if the existing one could be personalizable?

A thousand thanks
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

hi , im not seeing the same issue here is a screenshot of your admin panel .. sorry im not so active just very pre occupied ...brian
Screenshot at Oct 08 21-12-59.png
Screenshot at Oct 08 21-12-59.png (148.37 KiB) Viewed 89493 times
Cavaliere
Junior Boarder
Junior Boarder
Posts: 26
Joined: Mon Dec 05, 2022 3:47 pm
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by Cavaliere »

Ok brian thank you very much, then it will be a server side cache problem.
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

its not server side otherwise I wouldn't see the correct layout ..probably a browser issue try a different browser to see if you can eliminate it ..brian
User avatar
grahamar
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: Wed Nov 08, 2023 9:16 pm

Re: Weather34 Meteobridge Master Template Download

Post by grahamar »

Cavaliere wrote: Sat Oct 07, 2023 4:23 pm Hi Brian,
as I replied by email, everything was resolved for the images, is the problem still in the GDPR section?

Then I wanted to ask you if it is possible to have a layout with an additional 3 blocks or if the existing one could be personalizable?

A thousand thanks
Hi,

I have same issue with the images "missing" - but GDPR is o.k.!
Is there a way to download the images I cant seem to find them in the zip files.

Thank you.
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

good morning i will release a Simple update sometime soon (should resolve the missing GDPR image in setup screen that said I cant replicate it) , some work in progress on a alternative (7th layout option but kind of not much more I can do to layouts think I covered most useable ways of implementing grid layouts unless anyone has someone inspiration,im all ears :-) ),forthcoming PHP 8.3 compliant just taking a bit of time so hopefully just an error free update :wink: .

teaser(incomplete) if you can spot the change ?


...brian


Screenshot at Nov 13 08-49-21.png
Screenshot at Nov 13 08-49-21.png (248.88 KiB) Viewed 89224 times
ToTo
Gold Boarder
Gold Boarder
Posts: 243
Joined: Wed Apr 03, 2019 9:24 am
Location: Magdeburg, Germany
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by ToTo »

Hi Brian,

nice to hear from you. I have a small anomaly in the sun/moon module, I have no idea why it sometimes works and sometimes not.

Screenshot 2023-11-14 113015.png
Screenshot 2023-11-14 113015.png (27.57 KiB) Viewed 89187 times
Regards
Torsten
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

hello toto

i tried replicating it in safari,chrome but too no avail im afraid , i have seen this before but it was many moons ago ( :D ) . at the moment i cant give you a solution , i do see some misalignment that can be adjusted more central ...
you have reminded me too update some of the lunar events for 2024/2025/2026..so thanks for that ..

brian ..

totoo.png
totoo.png (252.34 KiB) Viewed 89172 times
rolzan
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: Tue Nov 21, 2023 7:11 am

Re: Weather34 Meteobridge Master Template Download

Post by rolzan »

Hello everyone,

can someone please explain me the structure of the cvs files for the daily charts?

Thanks in advance
Best regards, Rolf
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

hello Im still around just very occupied but slowly finishing off next update which I guess is the last optional layout to use as mentioned before only so much you can do with grid layouts without becoming repetitive . so a few more modules to complete but this is as far I got with the new dynamic color coded circular gauges . update should be very soon ...

22.png
22.png (246.15 KiB) Viewed 88760 times

Hello everyone,

can someone please explain me the structure of the cvs files for the daily charts?

Thanks in advance
Best regards, Rolf

weather34-chart-end-of-day.php
csv end of day in the month and year csv files its structured like this also see file for same description

// meteobridge and chart position number
$weather34chartdata1 = date('j M',strtotime("yesterday"))."," // date chart position = 0
.$meteobridgeapi[82]."," //Max Temp chart position = 1
.$meteobridgeapi[84]."," // Min Temp chart position = 2
.$meteobridgeapi[52]."," // Max Dewpoint chart position = 3
.$meteobridgeapi[120]."," // Min Dewpoint chart position = 4
.$meteobridgeapi[100]."," // Rain Total chart position = 5
.$meteobridgeapi[94]."," // Wind Speed Max chart position = 6
.$meteobridgeapi[123]."," // Wind Speed Avg chart position = 7
.$notused."," // Not Used chart position = 8
.$meteobridgeapi[135]."," // Pressure Max chart position = 9
.$meteobridgeapi[137]."," // Pressure Min chart position = 10
.$meteobridgeapi[114]."," // UV Max chart position = 11
.$meteobridgeapi[107]."," // Solar Max chart position = 12
.$aqiweather["aqi24h"]."," // Purple Air 24 hour Avg chart position = 13
.$meteobridgeapi[184]."," // Davis Airlink chart position = 14
.$meteobridgeapi[171]."," // Wind Direction Avg chart position = 15
.$meteobridgeapi[167]."," // Max Humidity chart position = 16
.$meteobridgeapi[169]."" // Min Humidity chart position = 17




chartstoday.php
for the (current) day file


//meteobridge and chart position number
.$meteobridgeapi[2]."," // Temp 2
.$meteobridgeapi[10]."," //Pressure 3
.$meteobridgeapi[9]."," // Rain 4
.$meteobridgeapi[43]."," // UV 5
.$meteobridgeapi[40]."," // Wind Speed 6
.$meteobridgeapi[17]."," // Wind Speed Avg 7
.$meteobridgeapi[45]."," // Solar 8
.$meteobridgeapi[4]."," // Dewpoint 9
.$meteobridgeapi[8]."," // Rain Rate 10
.$meteobridgeapi[7]."," // Wind Direction 11
.$meteobridgeapi[22]."," // Indoor Temp 12
.$meteobridgeapi[23]."," // Indoor Humidity 13
.date('j M')."," // Date Month /Year 14 (not used)
.$weather['realfeel']."," // Real Feel 15
.$weather["lightningmax10"]."," // Lightning Total 16
.$weather["humidity"]."," // Humidity 17
.$aqiweather['aqindex']."" // Air Quality 18


hope that is of some help..brian
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

hello

nearing the release of this layout in next update just a few more modules to complete , if you have any requests that are beneficial please drop a reply here and I will endeavour to accommodate ..

progress :-)...brian

Screenshot at Dec 08 10-32-52.png
Screenshot at Dec 08 10-32-52.png (249.92 KiB) Viewed 88717 times
ToTo
Gold Boarder
Gold Boarder
Posts: 243
Joined: Wed Apr 03, 2019 9:24 am
Location: Magdeburg, Germany
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by ToTo »

Hi Brian,
I don't know if I'll get used to this "racing look" :wink: with the dotted circles on almost all modules. Would it be feasible to display these circles around the module as a softly rising color gradient? I don't know if that would be more practical in terms of the look?

I would also like the compass color circle to be a little narrower and thinner.

Have a nice evening
Torsten
alexeysailman
Senior Boarder
Senior Boarder
Posts: 78
Joined: Sun Mar 03, 2019 8:12 pm
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by alexeysailman »

Hi, Brian!
It seems to me that if you decided to make the entire dashboard in a "round style", then the strength of precipitation and their intensity can also be done in this style? It's just that these two modules stand out a bit against the general background. For example: let it be a circle of the same diameter, with the same intermittent bar, which will be filled from bottom to top. I agree, the compass also "stands out". Anyway, I like all your presets.
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

ToTo wrote: Fri Dec 08, 2023 7:07 pm Hi Brian,
I don't know if I'll get used to this "racing look" :wink: with the dotted circles on almost all modules. Would it be feasible to display these circles around the module as a softly rising color gradient? I don't know if that would be more practical in terms of the look?

I would also like the compass color circle to be a little narrower and thinner.

Have a nice evening
Torsten
Hi Torsten/Alex

I did use gradient appearance at the beginning

Code: Select all

(/* Use  color gradient for stroke */ stroke: url("#linear-weather34temp-gradient");
but it was very time consuming applying/compiling the code to balance those across metric vs non metric not just temps but all sensors and the overall difference wasn't that great or clear in appearance , again this layout is purely optional it is not fixed you still have all the others from previous installs.
Id rather take the easy route and apply solid colors , easier to maintain and adapt to various sensor data.

I will adjust the compass , also will try out the rain accumulation and rate ..let you know how it goes ..


thanks for the feedback..

tweaking the appearance it grows on you :-)
Screenshot at Dec 09 10-44-52.png
Screenshot at Dec 09 10-44-52.png (57.42 KiB) Viewed 88574 times
Screenshot at Dec 09 10-45-06.png
Screenshot at Dec 09 10-45-06.png (50.37 KiB) Viewed 88574 times
garybridge
Expert Boarder
Expert Boarder
Posts: 87
Joined: Tue Nov 05, 2019 7:04 pm
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by garybridge »

weatherist34 wrote: Sat Dec 09, 2023 9:53 am
ToTo wrote: Fri Dec 08, 2023 7:07 pm Hi Brian,
I don't know if I'll get used to this "racing look" :wink: with the dotted circles on almost all modules. Would it be feasible to display these circles around the module as a softly rising color gradient? I don't know if that would be more practical in terms of the look?

I would also like the compass color circle to be a little narrower and thinner.

Have a nice evening
Torsten
Hi Torsten/Alex

I did use gradient appearance at the beginning

Code: Select all

(/* Use  color gradient for stroke */ stroke: url("#linear-weather34temp-gradient");
but it was very time consuming applying/compiling the code to balance those across metric vs non metric not just temps but all sensors and the overall difference wasn't that great or clear in appearance , again this layout is purely optional it is not fixed you still have all the others from previous installs.
Id rather take the easy route and apply solid colors , easier to maintain and adapt to various sensor data.

I will adjust the compass , also will try out the rain accumulation and rate ..let you know how it goes ..


thanks for the feedback..

tweaking the appearance it grows on you :-)
Screenshot at Dec 09 10-44-52.png

Screenshot at Dec 09 10-45-06.png
For what its worth Brian

I love it!
Gary Bridge MIET, MIPS.

https://whaleybridge-weather.com
Locked