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 »

good morning

glad that is was relatively easy to resolve , reference to ecowitt uv yes i understand now my neighbors was showing unrealistic values back in January where expected values of nothing more than 1-2 for that particular season but his was showing 5-6 particularly noticeable on partly cloudy days.. there is a fudged solution i created years ago to that which weatherflow stuff had similar issues based on its using a single light sensor with formulas , i simply worked out a solution to use wm/2 and latitude x a multiplier that gave more realistic uv readings to what was expected, the critical part is the latitude as that prevented seeing unrealistic values at high or low latitudes . it wasnt perfect but it was far more realistic than the formula used in the product.

perhaps ill find it on my back up disk and you could implement it and monitor it for a month or so to compare with your console readings that said its not perfect but i did give it to a few UK users who actually didnt have a uv sensor but had a solar wm2 sensor on their davis hardware..food for thought 😁
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 that want a relatively quick resolve you contact me realtime via Discord , if im available i can help with relatively uncomplicated solutions. simply join the discord https://discord.gg/qbtjVXAa
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, after the last update

console-light.css 12/6/2021

The displaced banner continues to appear with respect to the dark theme. Chrome and Firefox w10.

Black theme works well on various android devices and different formats and browsers of w10 Puffin Edge firefox and Chrome perfect for me.

Thanks.
Sin título1.png
Sin título1.png (27 KiB) Viewed 3588 times
Sin título.png
Sin título.png (26.15 KiB) Viewed 3588 times
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 Josep

in firefox,chrome notifications alignment in full desktop resolution are identical now , in Safari it renders the position further to the right ,yet to fathom it out needs more scrutiny but obviously some difference occurs in how browsers are rendering . screenshot of full desktop width below of Firefox .

Download Update 13th June 2021

* Contains all updates since March 1st
* Notification alignment ref Josep (12:30)


jose.png
jose.png (269.53 KiB) Viewed 3583 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
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 »

Perfect Brian now the clear theme works on a Huawei tabet of 100 € :D comes out centered, I know that it looks good on various devices is difficult.
Congratulations and thanks.
cheffy
Junior Boarder
Junior Boarder
Posts: 29
Joined: Wed Dec 01, 2010 1:10 pm
Location: Melbourne, Australia

Re: Weather34 Aurora Version(english supported only)

Post by cheffy »

Hi Brian - I am more than happy to give it a try if you get a chance to dig it up - would probably be better than what I currently have!

Thanks,
Neil
cheffy
Junior Boarder
Junior Boarder
Posts: 29
Joined: Wed Dec 01, 2010 1:10 pm
Location: Melbourne, Australia

Re: Weather34 Aurora Version(english supported only)

Post by cheffy »

Hi Brian...I have a quick question.

I have spent the evening adding records to my meteobridge and also populating the csv chart files for 2020/21 based on the data I already have - I think I am mostly there now. However I have noticed in the extra info pop up for rainfall the previous year/month amounts is not being populated, where does this come from? I assumed by adding the missing data it would automatically populate this, but it has not. Is there any way I can manually add this is - I can't find any obvious spots in meteobridge.

Thanks,
Neil
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 »

comes from meteobridge itself you will need to add the data into meteobridge history panel , simply could choose a random date for May and add the known month total or do it the tedious way adding each daily total to each day of May if known .

sorry no screenshots to offer on phone at mo..
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
cheffy
Junior Boarder
Junior Boarder
Posts: 29
Joined: Wed Dec 01, 2010 1:10 pm
Location: Melbourne, Australia

Re: Weather34 Aurora Version(english supported only)

Post by cheffy »

Thanks Brian - I think the history panel is for the pro version, which I don't have. It's not a big deal.

Neil
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, the value of units C to F does not match in chartforecast.php

<? php // HEAT INDEX
if ($ tempunit == "F" && $ wuskyheatindex> 90) echo "Heat Index <red>" .number_format ($ wuskyheatindex, 0). "</red> ° <br>";
if ($ tempunit == "C" && $ wuskyheatindex> 28) echo "Heat Index <red>" .number_format ($ wuskyheatindex, 0). "</red> ° <br>";
?>

would be:

<? php // HEAT INDEX
if ($ tempunit == "F" && $ wuskyheatindex> 89.7) echo "Heat Index <red>" .number_format ($ wuskyheatindex, 0). "</red> ° <br>";
if ($ tempunit == "C" && $ wuskyheatindex> 28) echo "Heat Index <red>" .number_format ($ wuskyheatindex, 0). "</red> ° <br>";
?>

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 »

Hello Josep don't think it matters the value is rounded ...number_format :-) and I don't think the forecast is accurate enough to use decimals anyway.

for those enquiring about things there seeing on my site , something new forthcoming a brand new compiled theme css file , basically the theme switching will now work just like you were using a device, desktop . the css is now only one file for both themes and remarkably comes in at less than 100kb .
it simply functions without reloading the url just like a device.

utilizing new css variables we can simply switch themes without reloading using simple variables in the css and its instantaneous :-)

for example one simple less than 100kb css file ! no longer is there two theme files ! one file for all


.theme-dark {
--temp-5-10: hsl(205, 69%, 63%);
--temp-0-5: hsla(185, 100%, 37%, 1);
--temp0-5: hsla(185, 100%, 37%, 1);
--temp5-10: hsl(74, 60%, 46%);
--temp10-15: hsl(35, 77%, 58%);
--temp15-20: hsl(34, 98%, 49%);
--temp20-25: hsl(19, 66%, 55%);
--temp25-30: hsl(12, 80%, 52%);
--temp30-35: hsl(2, 56%, 55%);
--temp35-40: hsl(4, 40%, 48%);
--temp40-45: hsl(332, 45%, 53%);
--temp45-50: hsl(323, 40%, 54%);........}


.theme-light {
--temp-5-10: hsl(205, 69%, 63%);
--temp-0-5: hsla(185, 100%, 37%, 1);
--temp0-5: hsla(185, 100%, 37%, 1);
--temp5-10: hsl(74, 60%, 46%);
--temp10-15: hsl(35, 77%, 58%);
--temp15-20: hsl(34, 98%, 49%);
--temp20-25: hsl(19, 66%, 55%);
--temp25-30: hsl(12, 80%, 52%);
--temp30-35: hsl(2, 56%, 55%);
--temp35-40: hsl(4, 40%, 48%);
--temp40-45: hsl(332, 45%, 53%);
--temp45-50: hsl(323, 40%, 54%);........}


simply render the temperature like this


icon-11-15 {
color: var(--temp10-15)
}

icon-16-20 {
color: var(--temp15-20)
}

icon-21-25 {
color: var(--temp20-25)
}

so a simple theme switcher is applied as per screenshots

hopefully this week or next but its live on my site at https://weather34.com


togdark.jpg
togdark.jpg (144.44 KiB) Viewed 3471 times

togg2.jpg
togg2.jpg (150.34 KiB) Viewed 3471 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
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 »

Thanks Brian I just wanted to refine a bit.
User avatar
jasonmfarrow
Gold Boarder
Gold Boarder
Posts: 249
Joined: Mon May 25, 2020 4:21 pm
Contact:

Re: Weather34 Aurora Version(english supported only)

Post by jasonmfarrow »

Hi Brian.
Will the use of a compiled CSS remove editing capability? For me I use the dark theme 99% of the time but the red-dot cursor is not visible. I always remove the cursor override near the start of the CSS to revert to a standard pointer so I can see where I am on the screen.

The red-dot-cursor is easy to see on the light theme but almost impossible to see on the dark theme I think this needs to be addressed if CSS is no longer going to be editable.

Regards.
Regards
Jason
https://jmfweather.uk | @jasonmfarrow
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 »

weatherist34 wrote: Tue Jun 15, 2021 2:31 pm Hello Josep don't think it matters the value is rounded ...number_format :-) and I don't think the forecast is accurate enough to use decimals anyway.

for those enquiring about things there seeing on my site , something new forthcoming a brand new compiled theme css file , basically the theme switching will now work just like you were using a device, desktop . the css is now only one file for both themes and remarkably comes in at less than 100kb .
it simply functions without reloading the url just like a device.

utilizing new css variables we can simply switch themes without reloading using simple variables in the css and its instantaneous :-)

for example one simple less than 100kb css file ! no longer is there two theme files ! one file for all


.theme-dark {
--temp-5-10: hsl(205, 69%, 63%);
--temp-0-5: hsla(185, 100%, 37%, 1);
--temp0-5: hsla(185, 100%, 37%, 1);
--temp5-10: hsl(74, 60%, 46%);
--temp10-15: hsl(35, 77%, 58%);
--temp15-20: hsl(34, 98%, 49%);
--temp20-25: hsl(19, 66%, 55%);
--temp25-30: hsl(12, 80%, 52%);
--temp30-35: hsl(2, 56%, 55%);
--temp35-40: hsl(4, 40%, 48%);
--temp40-45: hsl(332, 45%, 53%);
--temp45-50: hsl(323, 40%, 54%);........}


.theme-light {
--temp-5-10: hsl(205, 69%, 63%);
--temp-0-5: hsla(185, 100%, 37%, 1);
--temp0-5: hsla(185, 100%, 37%, 1);
--temp5-10: hsl(74, 60%, 46%);
--temp10-15: hsl(35, 77%, 58%);
--temp15-20: hsl(34, 98%, 49%);
--temp20-25: hsl(19, 66%, 55%);
--temp25-30: hsl(12, 80%, 52%);
--temp30-35: hsl(2, 56%, 55%);
--temp35-40: hsl(4, 40%, 48%);
--temp40-45: hsl(332, 45%, 53%);
--temp45-50: hsl(323, 40%, 54%);........}


simply render the temperature like this


icon-11-15 {
color: var(--temp10-15)
}

icon-16-20 {
color: var(--temp15-20)
}

icon-21-25 {
color: var(--temp20-25)
}

so a simple theme switcher is applied as per screenshots

hopefully this week or next but its live on my site at https://weather34.com



togdark.jpg



togg2.jpg
Nice update! :D . Quick switch and smaller footprint.

Thanks,

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
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,

Just noticed that the weather34-suninfo.php and weather34-mooninfo.php are being cutoff on the right side. I did some more checking and it is only occurring on Firefox (Windows). The code inspector shows "Error in parsing value for ‘stroke’. Declaration dropped." And "Unknown property ‘-moz-border-radius’. Declaration dropped".

Capture.PNG
Capture.PNG (92.11 KiB) Viewed 3450 times

Take care,

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
Locked