Weather34 Meteobridge Master Template Download
Moderator: Mattk
Re: Weather34 Meteobridge Master Template Download
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
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
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 Meteobridge Master Template Download
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
Re: Weather34 Meteobridge Master Template Download
Ok brian thank you very much, then it will be a server side cache problem.
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 Meteobridge Master Template Download
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
Re: Weather34 Meteobridge Master Template Download
Hi,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
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.
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 Meteobridge Master Template Download
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
.
teaser(incomplete) if you can spot the change ?
...brian


teaser(incomplete) if you can spot the change ?
...brian
Re: Weather34 Meteobridge Master Template Download
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.
Regards
Torsten
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.
Regards
Torsten
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 Meteobridge Master Template Download
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 (
) . 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 ..
i tried replicating it in safari,chrome but too no avail im afraid , i have seen this before but it was many moons ago (

you have reminded me too update some of the lunar events for 2024/2025/2026..so thanks for that ..
brian ..
Re: Weather34 Meteobridge Master Template Download
Hello everyone,
can someone please explain me the structure of the cvs files for the daily charts?
Thanks in advance
Best regards, Rolf
can someone please explain me the structure of the cvs files for the daily charts?
Thanks in advance
Best regards, Rolf
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 Meteobridge Master Template Download
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 ...
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
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
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 Meteobridge Master Template Download
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
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

Re: Weather34 Meteobridge Master Template Download
Hi Brian,
I don't know if I'll get used to this "racing look"
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
I don't know if I'll get used to this "racing look"

I would also like the compass color circle to be a little narrower and thinner.
Have a nice evening
Torsten
-
- Senior Boarder
- Posts: 78
- Joined: Sun Mar 03, 2019 8:12 pm
- Contact:
Re: Weather34 Meteobridge Master Template Download
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.
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.
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 Meteobridge Master Template Download
Hi Torsten/AlexToTo wrote: ↑Fri Dec 08, 2023 7:07 pm Hi Brian,
I don't know if I'll get used to this "racing look"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
I did use gradient appearance at the beginning
Code: Select all
(/* Use color gradient for stroke */ stroke: url("#linear-weather34temp-gradient");
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

-
- Expert Boarder
- Posts: 87
- Joined: Tue Nov 05, 2019 7:04 pm
- Contact:
Re: Weather34 Meteobridge Master Template Download
For what its worth Brianweatherist34 wrote: ↑Sat Dec 09, 2023 9:53 amHi Torsten/AlexToTo wrote: ↑Fri Dec 08, 2023 7:07 pm Hi Brian,
I don't know if I'll get used to this "racing look"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
I did use gradient appearance at the beginningbut 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.Code: Select all
(/* Use color gradient for stroke */ stroke: url("#linear-weather34temp-gradient");
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
I love it!