Weather34 Aurora Version(english supported only)

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

Moderator: Mattk

Locked
Lespius
Senior Boarder
Senior Boarder
Posts: 44
Joined: Thu May 18, 2017 9:53 pm

Re: Weather34 Aurora Version(english supported only)

Post by Lespius »

Hello,

I would like to know which sensor or number in the API list is linked to the "Gusting" gauge. I cannot find nowhere the 1.8 value in my MBrealtimeupload.txt.
To sum up:
Image
"1.2" is #5 in the API list
"1.4" is #6
but which one is "1.8" ?

Thanks
vortexya
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: Sun Sep 23, 2018 11:28 am

Re: Weather34 Aurora Version(english supported only)

Post by vortexya »

Nice work Brian as always.
Thank you,
Regards,
Gary.
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Aurora Version(english supported only)

Post by weatherist34 »

@Josep applied a workaround to ensure correct font is loaded

@Lespius WMO wind gust formula (google search is your friend as I cant recall the exact formula it was first used in 2017 so my memory without looking is vague), the wind gust not available in API and Im not aware of Davis hardware or other hardware actually producing a Wind Gust value realtime , i often see reference to max wind speed at 10 minutes as a reference to wind gust but i dont see that as a realtime value as the max would be a majority of the time in the past 1-10 minutes

@vortexya Thank you glad you like it , think we all need some color in our lives after the last year (12 months)..


Download Update 12th May 2021
* All Forecast page related (07:39)
* Forces correct font to loaded in forecast Ref Josep (07:39)
* Adjusts colors for tempetature forecast/chart (07:39)
* Aligns rainfall forecast value non metric (07:39)
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
jmontamat
Gold Boarder
Gold Boarder
Posts: 267
Joined: Tue Sep 09, 2014 4:49 pm
Location: Barcelona Spain
Contact:

Re: Weather34 Aurora Version(english supported only)

Post by jmontamat »

Now perfect. :D

Thanks Brian.
User avatar
prestwickwx
Platinum Boarder
Platinum Boarder
Posts: 510
Joined: Sat Aug 23, 2014 3:28 pm
Location: Myrtle Beach, SC USA
Contact:

Re: Weather34 Aurora Version(english supported only)

Post by prestwickwx »

Hi Brian,

Looks great. I really like the Summary Text Popup. :D

By the way, I noticed that Git is not showing all of the updated files from May 11 and 12. Looks like mainly the root files are missing - info.html, shared.php, outlookwutext.php etc.

Take care,

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Aurora Version(english supported only)

Post by weatherist34 »

no problem chuck ill update GITHUB shortly got sidetracked..
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Aurora Version(english supported only)

Post by weatherist34 »

for those who can update their PHP versions regularly PHP 8.0.6 is good to go ..


806.png
806.png (50.04 KiB) Viewed 3999 times
8061.png
8061.png (18.1 KiB) Viewed 3997 times
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Lespius
Senior Boarder
Senior Boarder
Posts: 44
Joined: Thu May 18, 2017 9:53 pm

Re: Weather34 Aurora Version(english supported only)

Post by Lespius »

@Lespius WMO wind gust formula (google search is your friend as I cant recall the exact formula it was first used in 2017 so my memory without looking is vague), the wind gust not available in API and Im not aware of Davis hardware or other hardware actually producing a Wind Gust value realtime , i often see reference to max wind speed at 10 minutes as a reference to wind gust but i dont see that as a realtime value as the max would be a majority of the time in the past 1-10 minutes
Thank you Brian. Interesting, I had a look at the WMO.
Best,
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Aurora Version(english supported only)

Post by weatherist34 »

good morning

feel free to resource a better solution for displaying realtime gusts , id happily implement any useful solution or try an alternative. for me the current gust readings do reflect outside the window i live on a high point overlooking the sea front so mostly all year round it’s predominantly windy very few weeks in a year when conditions are calm..so if you find anything we can try it out..brian
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
jmontamat
Gold Boarder
Gold Boarder
Posts: 267
Joined: Tue Sep 09, 2014 4:49 pm
Location: Barcelona Spain
Contact:

Re: Weather34 Aurora Version(english supported only)

Post by jmontamat »

Good morning.
bug on the route and location in

outlookwutext.php & forecastwutext.php

<?php $forecastime = filemtime ('../../jsondata/wuforecast.txt');?>
<div class="weather34darkbrowser" url="Forecast For Sinanoba Istanbul
<?php echo '&nbsp;';echo "Forecast Updated &nbsp;".date('g:ia ', $forecastime);?>">

The correct way would be:

<?php $forecastime = filemtime ('jsondata/wuforecast.txt');?>
<div class="weather34darkbrowser" url="Weather Underground Forecast For <?php echo $stationName ?>
<?php echo '&nbsp;';
echo "Forecast updated &nbsp;".date( $timeformat, $forecastime);?>

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

Re: Weather34 Aurora Version(english supported only)

Post by weatherist34 »

Good afternoon :D

thanks all fixed another dumb ass oversight by me :D github and update file updated

Download Update 13th May 2021
* Forecast station location Ref Josep (11:35)
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 Aurora Version(english supported only)

Post by rzelle-K1TTC »

Hi Brian,

Great Update, I really like the colors and contrast they look great on iPad and windows. I am seeing one strange thing and only using Firefox in Windows. The popup forecast. See Below:
2021-05-13 06_50_53-Window.png
2021-05-13 06_50_53-Window.png (7.95 KiB) Viewed 3924 times
73s

.. Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
User avatar
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 Aurora Version(english supported only)

Post by rzelle-K1TTC »

Brian

Re Forecast Text Popup ... If I toggle Zoom % to 90 then back to 100 it fixes the issue until go back to Home then return the issue re-occurs.

..Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 Aurora Version(english supported only)

Post by weatherist34 »

Hello Ron

I dont have windows but I see the alignment issue in Firefox Mac OS

just pushed a fix hope that resolves it for you.

screenshot of your data forecast I just grabbed from wuforecast.txt in Firefox locally
ron.jpg
ron.jpg (203.93 KiB) Viewed 3916 times
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 Aurora Version(english supported only)

Post by rzelle-K1TTC »

Brian,

That fixed it, it's looking Great Thanks ..

73s

..Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
Locked