I would like to ask for help - module doesn’t work for me at all. I’ve got an error:
Failed to load resource: the server responded with a status of 404 (Not Found)
loader.js:190 Error on loading script: modules/iFrameReload//iFrameReload.js
but it’s not possible. here is my config.js:
{
module: 'iFrameReload',
position: 'top_center', // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
url: "http://portal.chmi.cz/files/portal/docs/meteo/rad/mobile/ra6_30min.gif",
width: "160px", // Optional. Default: 400px
height: "120px", // Optional. Default: 800px
refreshInterval: 1800 //Optional. Default: 3600 = 1 hour
}
},
the url exists, feel free to try. with iFrame module it works, but without updating/refresh
thanks for help