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

Cheers Brian.

There was no intention to ask for a change. Just spotted something in the file. My fault for not checking the website API list
Regards
Jason
https://jmfweather.uk | @jasonmfarrow
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 »

im talking aloud in general ,nothing personal.. thought id raise it before it begins :D

the api has a lot of leftovers from early 2017 version so it really needs a good clean but its very prone to error and easy to miss things even a space in the wrong place or a missing space will completely break it
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 »

slrpwr wrote: Fri Jan 22, 2021 5:15 pm
weatherist34 wrote: Fri Jan 22, 2021 8:52 am i use a few cheap OEM 10” android non branded no thrills $40 tablets and a smart tv occasionally, i prefer the 55” smart tv view i get your point about a large font but needs some thought in how to make it intuitive and UI friendly without it becoming a mess in design and importantly manageable going forward .really trying to keep it manageable so the enthusiasm remains when it gets tedious and messy then my enthusiasm wanes quickly.
I fully understand, so please don't undertake this suggestion if it doesn't work for your roadmap or satisfy your enthusiasm.

Having said that, I had a couple of ideas that might work.

First -- perhaps there could be large font versions of the needed modules (like temperature mod.php). Big temperature text and little else, same module dimensions, so that it could be used in the current template.If we had that, I'd simply create another instance of Weather34 with those modules selected and zoom to a 2x2 grid on the tablet.
Screen Shot 2021-01-22 at 8.32.48 AM copy 4.png

Second -- and I understand if this might make things unmanageable -- would be to have a new 2x3 template for those modules to be placed into.

Screen Shot 2021-01-22 at 8.32.48 AM copy 5.png

Anyway, they're just ideas, so I'm not going to be offended if they never happen.
As always putting thought into it and make it universal by options as opposed to hardcoding which never benefits everyone and updates will always override your hardcoded methods .so here is what I have done 32px is the max before it breaks out of module especially summer temperatures in non metric of 100+ so 32px is the maximum safe size .You can also choose between a bold font or standard .
I will release this sometime on Sunday , 26px is the default appearance . thats best I can do without it becoming a mess .purely optional no forced.

obviously new settings needs to be applied to use or just defaults to 26px non bold. Brian
fontoptions.png
fontoptions.png (89.33 KiB) Viewed 3957 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 »

font size options was added to the simple update file .

you now have 5 font sizes 24px 26px 28px 30px 32px to choose from
also font weight of using bold .

personally 24px with a bold weight works for me across devices . 32px to big for me but its your choice to use any size available I suggest experiment .

* Adds font-size and weight option to setup screen (3:16pm).
* Requires new setup font size option to be set (3:16pm).
* Important update requires Meteobridge Reboot (22nd January).

* Please always do a backup before running update
* Go here for Simple Guide to using update and backup feature

screenshots
5font-sizes.png
5font-sizes.png (119.36 KiB) Viewed 3944 times

using 24px with bold
fontsize.png
fontsize.png (235.15 KiB) Viewed 3944 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
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,

I like the font option. There is a small bug in barometer-mod.php & barometer-modmmHG. at line 60 which is preventing the font options from working here:

Code: Select all

<div class="button-dial-label" style="font-family:<?php if ($fontweight=="yes"){echo "weathertext2";}else echo "weathertext3";?>;font-size:<?php echo $fontsize?>px;">       
<?php // indicator color
echo '<div class="text2b">'.$weather["barometer"].'</div>';
?>
</div></div><div>
The text2b div needs to be removed:

Code: Select all

<div class="button-dial-label" style="font-family:<?php if ($fontweight=="yes"){echo "weathertext2";}else echo "weathertext3";?>;font-size:<?php echo $fontsize?>px;">       
<?php // indicator color
echo $weather["barometer"];
?>
</div></div><div>
Regards
Jason
https://jmfweather.uk | @jasonmfarrow
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 »

:D answered in the wrong thread must be the side effect of the vaccine :shock:

@jason no bug i left in there as Im removing the 32px it looks oversized ,32px will break very close to the width of the actual enclosed box in the barometer area . sorry not at home at present so i cant demonstrate
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
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 »

Brian, I chose 30pt/Normal and the barometer module did look full. I can easily imagine 32pt/Bold would break it.

Ps. You've had a vaccine? No extra heads grown? No controlling signals penetrating your brain? No modded RNA? Sounds like good science at work. Excellent. Minor symptoms are expected as the body deals with the pretend invader.
Regards
Jason
https://jmfweather.uk | @jasonmfarrow
User avatar
mehdi
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: Mon Nov 07, 2016 7:37 pm
Location: WA, USA
Contact:

Re: Weather34 Aurora Version(english supported only)

Post by mehdi »

Hi Brian,

I noticed that Meteobridge has incorporated direct support for Luftdaten sensors after the last reboot/update. As you see in the attached images, the Luftdaten can be added as a station and its data shows in the "raw Data" and "Min/Max Data" screens of Meteobridge and hopefully it supports adding the sensor data to the "MBrealtimeupload.txt" file too.

I'm wondering if you were aware of Luftdaten support in Meteobridge, and if you plan to support this in the future.

Thank much.

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

Luftdaten is not supported directly via Meteobridge as such ! . Only Davis Air Quality is supported direct via Meteobridge . Luftdaten has been available in template via its API for a few years .
However there are those that realized you can assign Luftdaten AQI as you would a Davis Airlink only thing is you would see a Davis logo. May be easy setup support in the future but not anytime soon.
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
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 »

Brian, problem in gustmod.php - winddmax is not pulling through (although winddmaxtime is). (MkII, gustmod.php and livedata.php both updated as of 24th Jan)
Capture10.PNG
Capture10.PNG (27 KiB) Viewed 3848 times
Winddmax is showing up correctly in Aurora MK1 and both use the same input directly from the meteobridge.
Regards
Jason
https://jmfweather.uk | @jasonmfarrow
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 Jason it was mentioned this morning so the simple update should resolve that .

* Adds various non metric fallbacks in charts Ref D White (7:49pm).
* Reduce max font size in setup (7:49pm).
* Fix missing wind max Ref David/Jason (7:49pm).

https://weather34.com/homeweatherstation/
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
eaf90
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: Mon Jan 25, 2021 5:15 pm

Re: Weather34 Aurora Version(english supported only)

Post by eaf90 »

Hi Brian, thanks for your amazin job!!

I have updated to the new auora version and everything goes well now, but the template says "Updated: 51 years". I have read here that the problem is something with the https or ssl, but I tried changing the url to MBrealtimeupload.txt but nothing changed. What can I do? :D
Link: https://www.enzofava.com/ema/

PD: Is there a way to put the windy radar in one of the console boxes?? And will it have a box with recent earthquakes?? I'm missing this.

Thank you so much!!
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 »

just pm your setup password which you can change at anytime or read this post viewtopic.php?p=37625#p37625
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
atlantic21
Junior Boarder
Junior Boarder
Posts: 39
Joined: Sat Mar 07, 2020 8:58 pm

Re: Weather34 Aurora Version(english supported only)

Post by atlantic21 »

Brian with the latest update the max wind is now not showing any value for me

before update
Screenshot 2021-01-26 181103.png
Screenshot 2021-01-26 181103.png (33.85 KiB) Viewed 3812 times

after
Screenshot 2021-01-26 181011.png
Screenshot 2021-01-26 181011.png (34.2 KiB) Viewed 3812 times
https://www.ilfracombeweather.net/console/index.php

have used the backup before update 20:55 to restore

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

Brian, is it safe to presume that Aurora MkI is now a static release with no further development or fixes?

The winddmaxtime bug, recently fixed in MKII, still exists in MKI.

I realise that I'm probably one of very, very few who still have both MKI and MKII in active use and that I may have to bow to the inevitable if I want to stay current,

Regards
Regards
Jason
https://jmfweather.uk | @jasonmfarrow
Locked