Page 25 of 89

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Feb 01, 2020 5:29 pm
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..

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Feb 01, 2020 9:32 pm
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

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Feb 01, 2020 11:05 pm
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 4774 times

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sat Feb 01, 2020 11:45 pm
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

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Feb 02, 2020 1:32 pm
by weatherist34
Chuck Rejoice adds Purple Air Quality option ..
airq.png
airq.png (327.47 KiB) Viewed 4757 times

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Feb 02, 2020 2:14 pm
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

Re: Weather34 MB-SMART NANOSD TEMPLATE

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

weather34-sunmod.php .. :wink:

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Feb 02, 2020 3:28 pm
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

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Feb 02, 2020 8:55 pm
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

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Sun Feb 02, 2020 9:11 pm
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..

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Mon Feb 03, 2020 3:00 pm
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

Re: Weather34 MB-SMART NANOSD TEMPLATE

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

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

73s
.. Ron

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Thu Feb 06, 2020 3:01 am
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

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Thu Feb 06, 2020 7:31 am
by ToTo
In the Rain Alamanach the previous month is not translated into the chosen language.

Re: Weather34 MB-SMART NANOSD TEMPLATE

Posted: Thu Feb 06, 2020 3:17 pm
by rzelle-K1TTC
Thanks Chuck, I missed it up there .. :-)

..Ron