Search found 10 matches

by Gus
Sat Oct 11, 2025 5:17 pm
Forum: Problems
Topic: radarUS block: image not loading
Replies: 5
Views: 6813

Re: radarUS block: image not loading

Thank you for the radarUS block update. Looks real good.
Please continue working on updating the non-functional blocks.
by Gus
Sat Oct 11, 2025 12:14 am
Forum: Problems
Topic: nwsForecast: weather icons not loading
Replies: 6
Views: 7038

Re: nwsForecast: weather icons not loading

Updated NWS forecast block working well.
Thank you
by Gus
Tue Jul 16, 2024 3:14 pm
Forum: Problems
Topic: Can't connect to the api
Replies: 4
Views: 16030

Re: Can't connect to the api

I have had problems with the my MeteoTemplate website randomly reporting offline. Running current version Weather Display to upload via API to server running PHP8.2. After restarting weather computer several times, and being offline for over 30 hours, I came across this post and did the fallback to ...
by Gus
Thu Jul 12, 2018 1:52 pm
Forum: Problems
Topic: Tides block stopped working
Replies: 21
Views: 28440

Re: Tides block stopped working

Followed Absobig's instructions and all is well. Had to make one change in line 71. I had to change new line 71 from tide-events not_in_print is-imperial to tide-events not_in_print is-metric. This dependings what https://www.tide-forecast.com does not show as height, meters or feet. preg_match('/\<...
by Gus
Sun Jan 07, 2018 3:24 pm
Forum: Problems
Topic: Meteogram time
Replies: 5
Views: 5778

Re: Meteogram time

That is the correct area. Replace...
global: {
useUTC: true
},

with...

global: {
useUTC: false,
timezoneOffset: <?php echo $offset*-60?>
},

See if that works. Also remember to clear the cache files after making change.
Gus
by Gus
Sat Jan 06, 2018 6:43 pm
Forum: Problems
Topic: Meteogram time
Replies: 5
Views: 5778

Re: Meteogram time

Open /homepage/blocks/meteogram/meteogramBlock.php and go to around line 80 and replace the global settings with... <script> Highcharts.setOptions({ // Fix for forecast timeline global: { // useUTC: true is the default setting and graph is x hrs off, useUTC: false, // change to false and add timezon...
by Gus
Thu Dec 21, 2017 11:33 pm
Forum: Problems
Topic: Is there a problem with the CountDown Block?
Replies: 5
Views: 5937

Re: Is there a problem with the CountDown Block?

Try replacing the periods . in the time with colons :
2018-03-20 11.16;2018-06-21 05.08
by Gus
Sun Oct 01, 2017 9:43 pm
Forum: Problems
Topic: Auto-updates
Replies: 158
Views: 237304

Re: Auto-updates

Auto updates working OK.
Gus
by Gus
Fri Sep 29, 2017 2:10 pm
Forum: Problems
Topic: Block auto update problem after update to V16
Replies: 15
Views: 17599

Re: Block auto update problem after update to V16

When I installed ver16 the block auto update did not work. Looking at the blockInstallProcess.php, I could see that the block file was downloaded to the host server (MDD Hosting) but the process halted at the next step. Unzipping the file was not happening. Since the process was working for others, ...
by Gus
Wed Aug 23, 2017 11:49 am
Forum: Ideas
Topic: Menu - auto build entry for all installed
Replies: 23
Views: 30099

Re: Menu - auto build entry for all installed

Things as they are works well for me.
Gus