@strawberry-3.141 That did it. Loads perfectly now. Thank you for pointing that out!
Read the statement by Michael Teeuw here.
Best posts made by usafa43tsolo
-
RE: Show webpage / iframe and reload
Latest posts made by usafa43tsolo
-
RE: Show webpage / iframe and reload
@strawberry-3.141 That did it. Loads perfectly now. Thank you for pointing that out!
-
RE: Show webpage / iframe and reload
Those are the two I’ve tried, specifically the first one. There was a thread that fox referenced that had the same issue and was supposedly fixed but I installed it correctly and fixed (I think) the config file. However, nothing ever shows up.
-
RE: Show webpage / iframe and reload
@strawberry-3.141 I used this module, which I found from the wiki: https://github.com/alberttwong/MMM-iFrame
-
RE: Show webpage / iframe and reload
I have the same problem - I followed all the fix actions in one of the threads but nothing works for me. I’d be happy to re-post code snips and everything if it helps troubleshooting. Any help would be appreciated! Thanks!
-
RE: [MMM-iFrameReload]: iFrame won't load
I’m having the same issue. I tried all the fix actions described, but I still can’t get the frame to display:
{
module: ‘MMM-iFrameReload’,
position: ‘upper_third’, // This can be any of the regions.
config: {
// See ‘Configuration options’ for more information.
url: ‘http://www.google.com’,
width: ‘100%’, // Optional. Default: 400px
height: ‘300px’, // Optional. Default: 800px
refreshInterval: 360 //Optional. Default: 3600 = 1 hour
}
},
Any thoughts?