There are some comments on the github section for TheBogueRat-MMM-iFrameReload that it will not refresh with some url’s. I have a similar problem. Some suggested appending the current time/date to the url but this gives an invalid url. Has anyone got this to work? My config is:
{
module: 'MMM-iFrameReload',
position: 'top_center', // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
url: "http://tides.tidegraph.com/api/tidegraph.php?bg=black&scale=.8&station=Old Frenchtown Wharf, Elk River, Maryland",
width: "100%", // Optional. Default: 400px
height: "450px", // Optional. Default: 800px
refreshInterval: 1800 //Optional. Default: 3600 = 1 hour
}
},
Many thanks.