After it went back to the same issue after a power failure (reboot of meteobridge), I had to do the same thing with renaming the .htaccess file.
I decided to try commenting out the first lines of .htaccess as follows:
#RewriteEngine On
#RewriteCond %{HTTPS} off
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#Header always set Content-Security-Policy: upgrade-insecure-requests
#RewriteEngine on
#RewriteOptions inherit
<Files 403.shtml>
order allow,deny
allow from all
</Files>
<Files wp-login.php>
order allow,deny
deny from all
</Files>
SecFilterEngine Off
SecFilterScanPOST Off
...etc etc...
There is this Warning that appeared: Warning: A non-numeric value encountered in /home/rogersci/public_html/MB-defs.php on line 354
This happened before, but it "fixed itself" and eventually disappeared. I expect that it will go away again.
The error line refers to the 3 days ago Wind Direction:
3 days ago 61.1 -- -- (--°) 72 51.8 29.99 -0.04 --
The "Status" page looks OK, so I will just wait for this to clear itself. (unless someone knows how to make this go away)
I also let it update to the lastest meteobridge software version and it is OK with that. Apparently, the only value was the ability to see the template upload error which did not appear with the current varion.
Greg H.
UPDATE: Also missing the thermometer graphic... FIXED: for some reason the thermometer.php was pointing to a non-existent realtime.txt file, I corrected it to MBrealtime.txt. Working now. The warning is gone too. Not sure why, but I will take it...