Page 47 of 102
Re: Weather34 Aurora Version(english supported only)
Posted: Tue May 11, 2021 7:48 pm
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:

"1.2" is #5 in the API list
"1.4" is #6
but which one is "1.8" ?
Thanks
Re: Weather34 Aurora Version(english supported only)
Posted: Wed May 12, 2021 3:47 am
by vortexya
Nice work Brian as always.
Thank you,
Regards,
Gary.
Re: Weather34 Aurora Version(english supported only)
Posted: Wed May 12, 2021 6:48 am
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)
Re: Weather34 Aurora Version(english supported only)
Posted: Wed May 12, 2021 9:52 am
by jmontamat
Now perfect.
Thanks Brian.
Re: Weather34 Aurora Version(english supported only)
Posted: Wed May 12, 2021 2:18 pm
by prestwickwx
Hi Brian,
Looks great. I really like the Summary Text Popup.
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
Re: Weather34 Aurora Version(english supported only)
Posted: Wed May 12, 2021 2:31 pm
by weatherist34
no problem chuck ill update GITHUB shortly got sidetracked..
Re: Weather34 Aurora Version(english supported only)
Posted: Wed May 12, 2021 2:56 pm
by weatherist34
for those who can update their PHP versions regularly PHP 8.0.6 is good to go ..

- 806.png (50.04 KiB) Viewed 4013 times

- 8061.png (18.1 KiB) Viewed 4011 times
Re: Weather34 Aurora Version(english supported only)
Posted: Wed May 12, 2021 8:45 pm
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,
Re: Weather34 Aurora Version(english supported only)
Posted: Thu May 13, 2021 7:15 am
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
Re: Weather34 Aurora Version(english supported only)
Posted: Thu May 13, 2021 9:22 am
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 ' ';echo "Forecast Updated ".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 ' ';
echo "Forecast updated ".date( $timeformat, $forecastime);?>
Thanks.
Re: Weather34 Aurora Version(english supported only)
Posted: Thu May 13, 2021 11:15 am
by weatherist34
Good afternoon
thanks all fixed another dumb ass oversight by me

github and update file updated
Download Update 13th May 2021
* Forecast station location Ref Josep (11:35)
Re: Weather34 Aurora Version(english supported only)
Posted: Thu May 13, 2021 12:55 pm
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 (7.95 KiB) Viewed 3938 times
73s
.. Ron
Re: Weather34 Aurora Version(english supported only)
Posted: Thu May 13, 2021 1:00 pm
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
Re: Weather34 Aurora Version(english supported only)
Posted: Thu May 13, 2021 3:35 pm
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 (203.93 KiB) Viewed 3930 times
Re: Weather34 Aurora Version(english supported only)
Posted: Thu May 13, 2021 5:19 pm
by rzelle-K1TTC
Brian,
That fixed it, it's looking Great Thanks ..
73s
..Ron