We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In guide, the module name is wrong compared to what is set in Module.register(); Should be:
modules: [ { module: 'MMM-iFrameReload', position: 'bottom_bar', // This can be any of the regions. config: { // See 'Configuration options' for more information. url: "http://YOUR.TARGET.URL", width: "100%", // Optional. Default: 400px height: "300px", // Optional. Default: 800px refreshInterval: 3600 //Optional. Default: 3600 = 1 hour } } } ]
The text was updated successfully, but these errors were encountered:
Thanks for the information ! Plus, there is an "}" in excess. Should be:
modules: [ { module: 'MMM-iFrameReload', position: 'bottom_bar', // This can be any of the regions. config: { // See 'Configuration options' for more information. url: "http://YOUR.TARGET.URL", width: "100%", // Optional. Default: 400px height: "300px", // Optional. Default: 800px refreshInterval: 3600 //Optional. Default: 3600 = 1 hour } }, ]
Sorry, something went wrong.
No branches or pull requests
In guide, the module name is wrong compared to what is set in Module.register();
Should be:
modules: [
{
module: 'MMM-iFrameReload',
position: 'bottom_bar', // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
url: "http://YOUR.TARGET.URL",
width: "100%", // Optional. Default: 400px
height: "300px", // Optional. Default: 800px
refreshInterval: 3600 //Optional. Default: 3600 = 1 hour
}
}
}
]
The text was updated successfully, but these errors were encountered: