Search found 19 matches
Re: Aurora
I have the same issue.
- Mon Apr 13, 2026 11:34 am
- Forum: Problems
- Topic: usSPC Block
- Replies: 0
- Views: 107
usSPC Block
The usSPC block has stopped working. I believe it's due to NWS changing their graphics. I've tried editing the PHP file for usSPC without any luck.
Anyone have a fix for this?
Anyone have a fix for this?
- Wed May 15, 2024 12:06 pm
- Forum: Problems
- Topic: NWS forecast block images not working
- Replies: 15
- Views: 42190
Re: NWS forecast block images not working
Wonderful! Works great. Thank you! NWS added a new Class label called 'forecast-icon' that the Meteotemplate blockcode was not handling. If you make the following change it should work: On/about line 88 of nwsForecastBlock.php change preg_match_all('/<img src="(.*?)"/',$sevenDayDiv,$iconsS...
- Wed May 08, 2024 8:49 pm
- Forum: Problems
- Topic: NWS forecast block images not working
- Replies: 15
- Views: 42190
Re: NWS forecast block images not working
The images aren't showing for me either.
I think someone needs to take over this mereotemplate project, nothing is getting fixed.
I think someone needs to take over this mereotemplate project, nothing is getting fixed.
- Wed May 01, 2024 8:31 pm
- Forum: Problems
- Topic: "Station climate" page non-functional after updating to 19.0 and PHP 8.x
- Replies: 15
- Views: 36569
Re: "Station climate" page non-functional after updating to 19.0 and PHP 8.x
Meteotemplate 19 and PHP 8.x do not play well together. If you have the option, go back to PHP 7.x.
- Thu Apr 04, 2024 6:33 pm
- Forum: Problems
- Topic: warningsUSRegions Block Stopped Working
- Replies: 11
- Views: 34939
Re: warningsUSRegions Block Stopped Working
I've noticed the same, but I'm not proficient enough in PHP to make it work. This is the code in the block that gets the warning data. Substitute ".$location." with your zone code you have listed in your block setup. https://alerts.weather.gov/cap/wwaatmget.php?x=".$location."&am...
- Tue Apr 02, 2024 11:01 am
- Forum: Problems
- Topic: warningsUSRegions Block Stopped Working
- Replies: 11
- Views: 34939
Re: warningsUSRegions Block Stopped Working
Correct, my warnings are not working either. We're under a winter storm warning in Baraga County, MI.
Is there any fix for this?
Is there any fix for this?
- Sun Apr 16, 2023 4:34 pm
- Forum: Problems
- Topic: Blocks and Plugins not calculating data
- Replies: 9
- Views: 6798
Re: Blocks and Plugins not calculating data
This issue is resolved. The problem was MySQL had mode 'ONLY_FULL_GROUP_BY' on, once taken out/disabled, everything is back up and working as it should.
- Sun Apr 16, 2023 11:48 am
- Forum: Problems
- Topic: Blocks and Plugins not calculating data
- Replies: 9
- Views: 6798
Re: Blocks and Plugins not calculating data
To run the queries manually you need a SSH connection to your host. No need for variables, you can just lookup the command in the .php file. Only thing is that you need to know the DB user and password and run the query from CLI. User and password can be found in the config file. Regards Yes, runni...
- Sat Apr 15, 2023 9:07 pm
- Forum: Problems
- Topic: Blocks and Plugins not calculating data
- Replies: 9
- Views: 6798
- Sat Apr 15, 2023 7:56 pm
- Forum: Problems
- Topic: Blocks and Plugins not calculating data
- Replies: 9
- Views: 6798
Re: Blocks and Plugins not calculating data
Here are a couple more examples. As you can see the Station Data is up to date and correct, but the Averages and Deviations are blank.
- Sat Apr 15, 2023 7:45 pm
- Forum: Problems
- Topic: Blocks and Plugins not calculating data
- Replies: 9
- Views: 6798
- Sat Apr 15, 2023 7:29 pm
- Forum: Problems
- Topic: Blocks and Plugins not calculating data
- Replies: 9
- Views: 6798
Blocks and Plugins not calculating data
My hosting company had to move my site to a different server, and since then blocks and plugins are not calculating correctly. All the data is in MySQL and updating correctly. Some blocks show some data, but others show nothing. In attached screen shots, the snow block show the correct total snowfal...
- Sat Mar 02, 2019 11:33 pm
- Forum: Problems
- Topic: MySQL Connection Error
- Replies: 1
- Views: 2387
Re: MySQL Connection Error
Okay, the problem was in the Host address field. I needed to put "localhost" in and not the IP address like I have had before.
- Sat Mar 02, 2019 5:27 pm
- Forum: Problems
- Topic: MySQL Connection Error
- Replies: 1
- Views: 2387
MySQL Connection Error
My hosting service just migrated my server and gave me a new IP. I've put the IP in Host address, but every time I test the connection I get the following. Error: Unable to connect to MySQL. Debugging error number: 1045 Debugging error: Access denied for user 'enephler_wx'@'shared.seminole.vervehost...
- Mon Feb 05, 2018 12:49 pm
- Forum: Problems
- Topic: nwsForecast Block Error
- Replies: 5
- Views: 6006
Re: nwsForecast Block Error
Are you using "station" or coordinates in the block setup?
I'm using station.
I'm using station.
- Mon Feb 05, 2018 12:27 pm
- Forum: Problems
- Topic: nwsForecast Block Error
- Replies: 5
- Views: 6006
Re: nwsForecast Block Error
Not sure if this is what you're looking for, but it's NWS's XML link from the same forecast page... https://forecast.weather.gov/MapClick.php?lat=46.8752&lon=-88.4866&unit=0&lg=english&FcstType=dwml P.S. The text/detailed forecast under the "More" link is correct, just not ...
- Mon Feb 05, 2018 11:52 am
- Forum: Problems
- Topic: nwsForecast Block Error
- Replies: 5
- Views: 6006
nwsForecast Block Error
Hello... There seems to be an issue with the nwsForecast block forecast temperatures, they are 12 hours off.
- Sun Oct 01, 2017 12:58 pm
- Forum: Problems
- Topic: Auto-updates
- Replies: 158
- Views: 237198
Re: Auto-updates
Ok. I've only needed to update a couple blocks, but it worked very well.