Weather34 TEMPLATE

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

Moderator: Mattk

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

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

rzelle-K1TTC wrote: Sat Feb 01, 2020 5:03 pm Looks good on windows now here as well ff & Chrome.

..Ron
thank you sometimes you dont see the scenarios or just cant see all the possibilities until it goes out in the wilds .. anyway i hope you find it a pleasure to use..

i did toy with the idea of adding a ticker to the top bar that rolls the davis console forecast along the bar but once i did it it kind of look liked it belonged to a 1999 year design and also its nigh on impossible to translate it due to the various forecasts output from the console i think there is 199 or may be more possibilities.. so the davis text forecast option is now removed due to translation..
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 MB-SMART NANOSD TEMPLATE

Post by prestwickwx »

Brian,

Not a big issue - and you may have done so purposely in the last update, but the main clock seems to set to 24 hour now - regardless of the main clock setting.

Have a great trip.

Cheers!

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 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

thank you my oversight all fixed update pushed to GITHUB 7 files ...next weekend we are off for a break and ironic Istanbul gets its first snow forecasted :-( Istanbul is very pretty when it snows ....

1.png
1.png (126.19 KiB) Viewed 4775 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 MB-SMART NANOSD TEMPLATE

Post by prestwickwx »

weatherist34 wrote: Sat Feb 01, 2020 11:05 pm thank you my oversight all fixed update pushed to GITHUB 7 files ...next weekend we are off for a break and ironic Istanbul gets its first snow forecasted :-( Istanbul is very pretty when it snows ....


1.png
That fixed it. I suspect you will find some snow in Andorra.

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 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

Chuck Rejoice adds Purple Air Quality option ..
airq.png
airq.png (327.47 KiB) Viewed 4758 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 MB-SMART NANOSD TEMPLATE

Post by prestwickwx »

weatherist34 wrote: Sun Feb 02, 2020 1:32 pm Chuck Rejoice adds Purple Air Quality option ..

airq.png
Brian,

Hey - Purple Air - looks great! :D But, now you have opened "Pandora's Box". I may need to look at customizing a little, to add the sunmod in place of the indoor. :idea:

Many thanks for the new option.

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 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

updater2.php

weather34-sunmod.php .. :wink:
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 MB-SMART NANOSD TEMPLATE

Post by rzelle-K1TTC »

Brian,

Nice you added the Purple Air option I'm considering adding one.
Before you leave for Andorra I just noticed the link back to the main template is missing from the console.

73s
..Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
xxvincixx
Senior Boarder
Senior Boarder
Posts: 60
Joined: Fri Apr 19, 2019 2:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by xxvincixx »

weatherist34 wrote: Sun Feb 02, 2020 2:33 pm updater2.php

weather34-sunmod.php .. :wink:
hello brian, you could add an option to make it possible to decide which layout is the default when opening the site ??? ie for example I would like to be able to set the alternative console as the default one, instead of having to switch every time .. I hope I have been clear ,thanks
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

ok ron another oversight try and do tomorrow...

about default switching your not alone thats been asked a few times this week however i will try and do it sometime in the mean time you could just add a redirect in the index.php of the main template if you not too bothered about seo stuff the quick way

<?php
header('Location: https://www.yourdomain.com/console/consoledavis.php ');
exit;
?>

or

<?php
header('Location:console/consoledavis.php');
exit;
?>


or common meta refresh method

<meta http-equiv="refresh" content="0; URL='https://yourdomain.com/console/consoledavis.php'" />

there are other ways via .htaccess but above should be sufficient..
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 MB-SMART NANOSD TEMPLATE

Post by prestwickwx »

weatherist34 wrote: Sun Feb 02, 2020 2:33 pm updater2.php

weather34-sunmod.php .. :wink:
Brian,

Got it!
https://myrtleweather.com/shwst/console ... edavis.php

Thanks,

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
User avatar
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by rzelle-K1TTC »

Hi Brian,

The Desktop or return to the main template is still not available from the main console screen.

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 MB-SMART NANOSD TEMPLATE

Post by prestwickwx »

rzelle-K1TTC wrote: Thu Feb 06, 2020 2:19 am Hi Brian,

The Desktop or return to the main template is still not available from the main console screen.

73s
.. Ron
Hi Ron,

Did you check the top left on the Console and bottom right on the main template?

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
ToTo
Gold Boarder
Gold Boarder
Posts: 243
Joined: Wed Apr 03, 2019 9:24 am
Location: Magdeburg, Germany
Contact:

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by ToTo »

In the Rain Alamanach the previous month is not translated into the chosen language.
Attachments
91F66C4D-0088-4E8A-9073-DDEBE69AEBD3.jpeg
91F66C4D-0088-4E8A-9073-DDEBE69AEBD3.jpeg (42.86 KiB) Viewed 4647 times
User avatar
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by rzelle-K1TTC »

Thanks Chuck, I missed it up there .. :-)

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