Search found 5 matches
- Wed Nov 16, 2022 1:22 pm
- Forum: Plugin: (Network Weather Map)
- Topic: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
- Replies: 10
- Views: 10284
Re: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
Did you re-copy and paste the code from above? I had edited it and included 3 missing semicolons.
- Thu Nov 10, 2022 6:03 am
- Forum: Plugin: (Network Weather Map)
- Topic: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
- Replies: 10
- Views: 10284
Re: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
Yes, those locations exactly. Just noticed I was missing 3 semicolons. You can copy and paste the code again and it should work.
- Wed Nov 09, 2022 2:51 pm
- Forum: Plugin: (Network Weather Map)
- Topic: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
- Replies: 10
- Views: 10284
Re: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
Actually the previous suggestion is not good because it'll refresh all pages in 30 seconds. The following will refresh only the weathermap single page when not full screen. I've edited weathermap-cacti-plugin.php and added the following to after line 361 and after line 633. print "<script>\n&qu...
- Wed Nov 09, 2022 12:40 pm
- Forum: Plugin: (Network Weather Map)
- Topic: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
- Replies: 10
- Views: 10284
Re: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
As a hack, I added the following to the "cacti/lib/html.php" file in the function html_common_header.
<meta http-equiv=refresh content='30'>
Now it will refresh in 30 seconds.
<meta http-equiv=refresh content='30'>
Now it will refresh in 30 seconds.
- Tue Nov 08, 2022 1:49 pm
- Forum: Plugin: (Network Weather Map)
- Topic: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
- Replies: 10
- Views: 10284
Re: [Solved]: Automatic refresh of webpage will not work - Weathermap Cacti1.x
I also confirm that the latest version of weathermap 0.98a and Cacti 1.2.22 does not auto refresh when just showing one map. In "fullscreen" cycle mode it does.