Weather34 Meteobridge Master Template Download

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

Moderator: Mattk

Locked
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 Josep yes no problem soon..


More improvements a minor change to wind direction compass in theme 5 .


wdir.png
wdir.png (175.71 KiB) Viewed 105709 times
User avatar
jmontamat
Gold Boarder
Gold Boarder
Posts: 267
Joined: Tue Sep 09, 2014 4:49 pm
Location: Barcelona Spain
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by jmontamat »

thank you
Churchtownweather
Junior Boarder
Junior Boarder
Posts: 34
Joined: Wed Sep 30, 2020 10:30 am

Re: Weather34 Meteobridge Master Template Download

Post by Churchtownweather »

The updates look fantastic Brian
Can I update my meteobridge nano to use them
Many thanks
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 »

Churchtownweather wrote: Sun Feb 26, 2023 1:15 pm The updates look fantastic Brian
Can I update my meteobridge nano to use them
Many thanks
Brian
Thank You more to come over the following weeks...It is possible but only Boris (Meteobridge developer) can apply this to the internal versions due to system/firmware access .

Brian
Churchtownweather
Junior Boarder
Junior Boarder
Posts: 34
Joined: Wed Sep 30, 2020 10:30 am

Re: Weather34 Meteobridge Master Template Download

Post by Churchtownweather »

Thanks for the update looking forward to it
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 »

Some time next week I will release another simple update , please note it is all Purple Air related it offers no other updated features to template at the moment .so please if your not using a Purple Air device then its not really required but if you want to be up to date then go ahead.

There are some other features forthcoming that could appear late March but until there fully working ill keep quiet on what they are but as always visually beneficial .

below example of air quality minor changes in Purple Air

Brian

gr2.png
gr2.png (187.01 KiB) Viewed 105606 times
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

March 2023 Simple Update https://www.mediafire.com/file/mu3kcmsj ... 3.zip/file

1.Contains Woodsmoke addition for Purple Air users
2.Restructured code for end of day charts file and today charts file .Making it easier for end users to modify or fix missing CSV data shown below the position number is the corresponding CSV chart file position .remember the code compiles the data from the previous day at 2am don't confuse it with current day max/min/avg ..

Code: Select all

// meteobridge and chart position number 
$weather34chartdata = 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
csv year file example

Code: Select all

1 Mar,7.2,3.8,4.4,-2.0,0.8,8.5,1.8,**,1035.9,1028.0,1.7,171.0,8.3,22.5,40.0,92.0,79.0
2 Mar,5.5,1.8,2.5,-0.8,0.0,5.4,0.7,**,1029.9,1027.1,1.5,171.0,31.7,53.8,76.0,93.0,72.0
3 Mar,5.8,2.1,1.7,-0.6,0.0,5.8,0.9,**,1032.7,1029.8,1.1,149.0,28.3,37.9,58.0,85.0,72.0
4 Mar,4.3,1.7,0.7,-1.6,0.0,3.6,0.4,**,1032.6,1026.7,0.8,130.0,39.2,77.4,16.0,83.0,73.0
5 Mar,5.4,1.0,2.4,-1.3,0.2,5.4,0.4,**,1026.7,1010.5,1.5,169.0,42.5,60.2,298.0,93.0,71.0
6 Mar,7.5,2.4,5.9,-2.4,2.2,10.7,1.7,**,1017.1,1012.9,3.4,336.0,45.8,3.8,311.0,100.0,89.0

3.additional CSS added to theme 5 preparation for new theme option 6 (based on new Davis console layout this will be nigh on a replica but with additional support for Air Quality and minor icon and color shade differences to avoid any infringement but in short its a replica as requested .

4. minor CSS code fixes and as always verified for latest PHP 8.2.3 https://www.php.net/downloads.php


this update is primarily for Purple Air Quality users with just minor additions for others .April should have a significant update for all users .

update download is also in the first post of this thread.

if you are not using Aurora MKII from August 2022 or later do not try to run this update !! it will break your existing older version.please install a new master Aurora MKII version available in the first post of this thread and then simple run this update .

https://www.mediafire.com/file/mu3kcmsj ... 3.zip/file




my.png
my.png (195.34 KiB) Viewed 105504 times
ringw2.png
ringw2.png (172.69 KiB) Viewed 105506 times
lart.png
lart.png (189.53 KiB) Viewed 105502 times
lae.png
lae.png (133.53 KiB) Viewed 105488 times
gr.png
gr.png (137 KiB) Viewed 105485 times
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 whoever you are please introduce yourself I have no idea but this turned up in my email , if your requesting help to export data from weather link site I am sorry I have no knowledge of how weather link functions .I happy to convert any export data but that needs to be provided in a text or csv file for me to process.


see screenshot you may recognize yourself because I have no idea :-)
Screenshot at Mar 08 08-05-16.png
Screenshot at Mar 08 08-05-16.png (71.37 KiB) Viewed 105459 times
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

Simple Update March 2023 (Rev 4)
https://www.mediafire.com/file/z157gf19 ... 4.zip/file

Adds woodsmoke formulas to Davis Airline and Luftdaten modules (see screenshot) so template offers woodsmoke for purple air, Davis airline , luftdaten devices.

! Important code changes
Updates all sunrise/sunset times or sun related info due to deprecated code in PHP 8.1 onwards release
Function date_sunrise() is deprecated
Function date_sunset() is deprecated

this updates many sun related files any existing files with sun related may return incorrect times OR failed pages when installations are using greater than PHP 8.1



ws1.png
ws1.png (207.25 KiB) Viewed 105421 times
ds.png
ds.png (114.65 KiB) Viewed 105418 times
Brian
Last edited by weatherist34 on Sun Mar 12, 2023 8:26 am, edited 1 time in total.
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Meteobridge Master Template Download

Post by weatherist34 »

Next simple update introduces some new themes here is one of them and as always set up optional or use menu to use layout ..once again suited for tablets and smart tv type screens, mobiles .this one has a all in one wind speed and compass combination
whh.png
whh.png (165.89 KiB) Viewed 105390 times
User avatar
jmontamat
Gold Boarder
Gold Boarder
Posts: 267
Joined: Tue Sep 09, 2014 4:49 pm
Location: Barcelona Spain
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by jmontamat »

I like the design
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 Simple Update Rev 3 March 2023
https://www.mediafire.com/file/xgzb62sb ... 3.zip/file

Introduces first additional theme 2 more to come in coming months , access the theme/layout via menu number 6 option and also 4 additional modules option added to setup screen .prior to running the theme please set the 4 additional modules in the setup screen.

screenshots below ... if you have provided FTP access for updates then you are up to date , you can check via hardware info screen for REV 3 !

https://www.mediafire.com/file/z157gf19 ... 4.zip/file

Brian..

lars-2.png
lars-2.png (149.74 KiB) Viewed 105315 times
lars-menu.png
lars-menu.png (226.21 KiB) Viewed 105304 times
setuo.png
setuo.png (38.94 KiB) Viewed 105321 times
hardw.png
hardw.png (115.84 KiB) Viewed 105318 times
Last edited by weatherist34 on Sun Mar 12, 2023 8:26 am, edited 1 time in total.
lorenz1982
Expert Boarder
Expert Boarder
Posts: 136
Joined: Thu Apr 24, 2014 2:34 pm
Location: Trento / Trient - Northern Italy
Contact:

Re: Weather34 Meteobridge Master Template Download

Post by lorenz1982 »

Very nice, thanks. I just have a little problem.
When I press refresh it gives me an error because it loads the page “weather34-tablet-full.php” instead of “weather34-full-layout.php”.
Attachments
928AD959-C1D1-4E0B-8917-D8FEC06A111E.jpeg
928AD959-C1D1-4E0B-8917-D8FEC06A111E.jpeg (138.71 KiB) Viewed 105289 times
C0AEBFAF-38B6-4E33-BB85-53902F1D24D3.jpeg
C0AEBFAF-38B6-4E33-BB85-53902F1D24D3.jpeg (224.15 KiB) Viewed 105289 times
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 afternoon

try re downloading the update and run it , I thought I had manage to replace the update download before anyone downloaded it this morning , I unfortunately missed a few files but for reference the refresh icon is black and white as shown in this screenshot .also it corrects the portrait two column layout for those using portrait view in tablets

simple update download
https://www.mediafire.com/file/z157gf19 ... 4.zip/file



Screenshot at Mar 11 17-16-55.png
Screenshot at Mar 11 17-16-55.png (165.7 KiB) Viewed 105280 times
Last edited by weatherist34 on Sun Mar 12, 2023 8:25 am, edited 1 time in total.
xxvincixx
Senior Boarder
Senior Boarder
Posts: 60
Joined: Fri Apr 19, 2019 2:32 pm

Re: Weather34 Meteobridge Master Template Download

Post by xxvincixx »

hi,i've two issues.. I am attaching 2 screenshots to make it clear what I am talking about.thanks
PS: i use microsoft edge,but with chrome and firefox have the same issue
Attachments
Screenshot 2023-03-11 181708.png
Screenshot 2023-03-11 181708.png (44.82 KiB) Viewed 105264 times
Screenshot 2023-03-11 181421.png
Screenshot 2023-03-11 181421.png (199.57 KiB) Viewed 105264 times
Locked