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
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 »

not seeing the same take it this is still your site url https://морская10метео.рф/forecastchart ... recast.php

think jsondata folder may have got mixed up in the update file .looks like it has corrected itself with next forecast run.


arhipo.jpg
arhipo.jpg (267.45 KiB) Viewed 3388 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
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 »

simple update 18th December

* Adds dual display for wind run output km & miles (1:20pm)
* Reduce wind modules file size by 50% (1:20pm)
* Adds Windy to menu sidebar with auto metric switching (1:20pm)
* Weather34 Aurora PHP 7.x to 8.x compatible (News)
* Important always do a backup be safe be smart ! (Advice)

via menu with icon windy is simply an officially provided iframe which only fires when clicking the icon.it auto switches metrics according to your current view.
wind modules code and file size were reduced by 50% now using a simple default formula from ms to convert to all outputs .
wind run added dual display for miles and kilometers .
added average wind speed for today replacing last 60 minute value display.

have a good weekend

Brian
windyrun.jpg
windyrun.jpg (388.09 KiB) Viewed 3378 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
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,

Glad to see you added Windy. I had customized my menu to add a link to Windy, but your Iframe solution is much better. :D

Thanks again.

Best wishes,

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 »

forgot too mention I saw it on your site so I just added metric switching etc from the template settings to make it universal using a one embed line.. have a good weekend ..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
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 »

in the next update two new optional layouts for Barometer and UVINDEX . particularly the barometer for non metric users will allow the 3 decimal place for finer output of change .

these are both optional so original layouts for these two modules can still be chosen if you prefer the choice is purely yours.
both options appear in the setup screen as weather34-barometer.php and weather34-uvindex.php .


option-baro-uv.jpg
option-baro-uv.jpg (393.39 KiB) Viewed 3336 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
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 »

another weekend lockdown project finished

rewrote the rain module with a few minor additions i.e rate phrases increased rain bucket size to fill whitespace/space,
removed SVG, rain bucket is now 100% CSS code contains no images . (called drawing with CSS :-) )
rain module is now 50% less code rewrote less hassle to maintain .
CSS files now reduced by 10% to reach the set target of being below 100kb
added optional UVINDEX module dropped idea for barometer module option


* Redesigned rain module 50% reduction in code (8:55pm)
* 10% reduction in CSS files now below 100kb target(8:55pm)
* Optional UVINDEX module added(8:55pm)
* Fix misaligned icon in indoor module Ref Josep(8:55pm)
* Weather34 Aurora PHP 7.x to 8.x compatible (News)
* Important always do a backup be safe be smart ! (Advice)

some scenarios for rain module below .
rain-lockdown.png
rain-lockdown.png (232.58 KiB) Viewed 3287 times
for reference when you have a well performing server configuration this what you can expect when improvements are made to file code.sometimes the smallest obscure unused code can make a difference.its like tuning a car engine..I religiously use this service to track performance when changes are applied .dont expect to see the same and dont get disappointed if you dont see similar results every server is generally configured differently.

PERF.png
PERF.png (211.8 KiB) Viewed 3281 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
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,

I like the new Barometer look and the rain module without images is nice and clean. :D

Curious - have you decided to drop alerts? I noticed that there were quite a few in the previous rain file.

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 »

I haven't drop them im going to compile a cleaner solution tied into a optional hidden background module to tie in with IFTTT when I can work out this IFTTT intervals of notification .that said I find most have them turned off .

I have just pushed a change I just realized in the API a barometer reading of rolling 24 hours ago is not included . I have it my own custom api so I took it for granted I had added it in at some stage. something to look at in the near future.
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
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 »

OK. No problem.

Thanks for the info.

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 »

the rain module got its final outcome , I AGREE the change was looking oversized so some deep thought and it evolved into a dual display .
scenarios below .please note it is a relative indicator not a precise measuring tool just serves to indicate .

scenarios ..
dual-rain.png
dual-rain.png (165.13 KiB) Viewed 3198 times

have a great week and I guess its that time of year though we don't celebrate it here in Turkey and I haven't for many years just come to accept it thats how it is so I wish you a forthcoming merry Christmas and a much better and prosperous 2021 , it will be different for many people just like us we literally had no festive celebration this year after our ramadan month it was an unprecedented outcome that I never thought would ever happen , it is from a celebration experience no different from how you celebrate Christmas and gather with family, put on your best clothes etc share gifts and so on !!

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
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 »

new optional layout for uvindex/solar radiation users/owners

new optional file called weather34-uvi.php select via setup menu
uv-sol.png
uv-sol.png (117.54 KiB) Viewed 3184 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 »

Hi Brian, Very Nice job on the new Rain and UV-Solar modules ... :-)

Hope you and you family are doing OK through these lockdowns.

73s

..Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
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 »

Brian,

I see you have been busy with the updates. :D So many good choices - hard to decide. Was the new option weather34-uvindex.php removed from the console-setup? I did see the new "two bucket" weather34-uvi.php. Not a big problem, I just edited the settings file.

I guess I am old school - more text oriented. I do like the consistency of Graphic on the Left and Text on the right in the modules.

Stay safe and best wishes,

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
woolfg
Expert Boarder
Expert Boarder
Posts: 157
Joined: Wed Mar 20, 2019 4:01 pm
Contact:

Re: Weather34 Aurora Version(english supported only)

Post by woolfg »

Hi Brian

Not so keen on the new rain module

Mine doesnt appear to show the monthly total any more - I think I have the latest version.

http://ringwoodweather.ddns.net/Aurora/index.php

Regards

Graham
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 »

hi graham(humbug) :-) if you drop me an email I will send you Aurora MKII if you would like to set up as a test separate from your primary site . it has what you mention + some other easy features to find all that data .

alternatively you can see it at https://weather34.com its very visually active and not for the lovers for wanting plain text . this version Aurora MKII is completely optionally and all dynamics are pure css !!

hey humbug merry Christmas :-)
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
Locked