Goodmorning,

I've got an LCD in my office where the PRTG map is refreshed every 2/3 minutes (the default time): it happens that sometimes it starts reload the page (in the upper-center of the monitor it appears a "Loading" box) but it didn't work. Usually the page become blank (with the "loading" box in the upper center) but sometimes it shows old graphs information.

How can I fix it?


Article Comments

Hi,
are you using the built in browser of a Smart TV or do you have a PC connected to your TV?
Best regards


Apr, 2016 - Permalink

I've got a PC connected to it. I open Chrome with the Public URL of the maps.


Apr, 2016 - Permalink

Thanks. What Version of Chrome are you using and what precise version of PRTG?


Apr, 2016 - Permalink

The current version of Chrome is: 41.0.2272.118


Apr, 2016 - Permalink

Could you please try updating your browser? We currently are at Chrome 49, so this might be and issue here.


Apr, 2016 - Permalink

I updated it: I'll contact you if the problem comes back.

Thanks for all


Apr, 2016 - Permalink

Even with the update sometimes the refresh stop working


Jun, 2016 - Permalink

Hi,
you could try using a local HTML File and load the map within a iFrame. Example Code Below:

<html>
<head>
<frameset rows= "*" cols= "*" border=0 frameborder="no">
      <frame src="PUBLIC MAP URL" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

Please replace the PUBLIC MAP URL and save the file e.g. to the Desktop of the Client. Now use Chrome to just show said file.


Jun, 2016 - Permalink