Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

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

Moderator: Mattk

alexvanuxem
Junior Boarder
Junior Boarder
Posts: 27
Joined: Mon Jun 06, 2022 6:55 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by alexvanuxem »

Hi Boris,

When downloading the master.zip file, all folders seem to be empty.
(also from the link you provided in this thread), should I wait some time ?


The cloud version works fine.
KR

Alex
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 604
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by wvdkuil »

Confirmed.
The master and update are the same and have the "same" size.
All items in the main folder are available.
The sizes of the downloads are nearly identical 2.767.501 versus 2.765.713 bytes

All folders which should contain items (images, fonts, js, a.s.o.) are empty

Regards,
Wim
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by admin »

Silly me, I did the zips without recursive option. Files are updated, please try again.
lorenz1982
Expert Boarder
Expert Boarder
Posts: 136
Joined: Thu Apr 24, 2014 2:34 pm
Location: Trento / Trient - Northern Italy
Contact:

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by lorenz1982 »

All very nice, thank you.
Would it be possible to have the update interval every 10 seconds as well?

Thanks.
alexvanuxem
Junior Boarder
Junior Boarder
Posts: 27
Joined: Mon Jun 06, 2022 6:55 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by alexvanuxem »

folders contain now stuff.

the updatere doesn't work, nore the master file.

500 internal error.
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by admin »

lorenz1982 wrote: Thu May 08, 2025 4:12 pm Would it be possible to have the update interval every 10 seconds as well?
Sorry, no chance, because that would grill my web server, when hundreds of Meteobridges are simultanously sending data.
lorenz1982
Expert Boarder
Expert Boarder
Posts: 136
Joined: Thu Apr 24, 2014 2:34 pm
Location: Trento / Trient - Northern Italy
Contact:

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by lorenz1982 »

Maybe there is a time zone issue in the forecast update time?
Attachments
Immagine 2025-05-09 105718.jpg
Immagine 2025-05-09 105718.jpg (147.56 KiB) Viewed 3350 times
pwilman
Expert Boarder
Expert Boarder
Posts: 117
Joined: Sun Jan 14, 2018 9:46 am

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by pwilman »

Morning Brian,

Everytime I update my current webserver install of MB with either the simple update or master update I get the following error message:

Fatal error: Uncaught Error: Call to undefined function exec() in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php:9 Stack trace: #0 {main} thrown in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php on line 9

I am sure I am doing something wrong.

I am trying to do the update top my original version so that I can download my full archive back to 2018 to upload into the new cloud based instance.

Cloud based instance is working 100% fine

Thanks

Paul
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by admin »

pwilman wrote: Sat May 10, 2025 12:39 pm Morning Brian,

Everytime I update my current webserver install of MB with either the simple update or master update I get the following error message:

Fatal error: Uncaught Error: Call to undefined function exec() in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php:9 Stack trace: #0 {main} thrown in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php on line 9

I am sure I am doing something wrong.

I am trying to do the update top my original version so that I can download my full archive back to 2018 to upload into the new cloud based instance.

Cloud based instance is working 100% fine

Thanks

Paul
I will have a look.
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by admin »

The exec functions are added to the new templates by me. They are needed to start some automated tasks without having external triggers available.

Your php install might have the exec function blocked as a default security option. Please read here where to look and how to lift the lock: https://forum.directadmin.com/threads/w ... xec.71314/

Please report back, if you are able to resolve the issue that way.
pwilman
Expert Boarder
Expert Boarder
Posts: 117
Joined: Sun Jan 14, 2018 9:46 am

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by pwilman »

Brian,

Thanks for looking into this. I have tried to read the documents that you have linked to and they are well beyond me unfortunately. I dont even know where to start to update my php settings!

Thanks for trying to help.

Paul
pwilman
Expert Boarder
Expert Boarder
Posts: 117
Joined: Sun Jan 14, 2018 9:46 am

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by pwilman »

Found my phpinfo: www.paulwilman.com/phpinfo.php

I cant find exec listed which I assume means it is diabaled. Not sure how I add it?
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by admin »

pwilman wrote: Sat May 10, 2025 3:23 pm Found my phpinfo: www.paulwilman.com/phpinfo.php
I cant find exec listed which I assume means it is diabaled. Not sure how I add it?
Thanks for sharing your phpinfo. In the "Core" section it lists "exec" in the "disabled functions" row. This needs to be changed as explained here: https://www.namecheap.com/support/knowl ... able-exec/
pwilman
Expert Boarder
Expert Boarder
Posts: 117
Joined: Sun Jan 14, 2018 9:46 am

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by pwilman »

Just contacted me hosting company (one.com) and apparently the exec function is not supported on their servers. Does not look like it will work for me.
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Post by admin »

ok, then I will have a look, how to circumvent this for non-cloud installs.
Post Reply