Skip to content
New issue

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

Error in README.MD #3

Open
Diddern opened this issue Feb 7, 2017 · 1 comment
Open

Error in README.MD #3

Diddern opened this issue Feb 7, 2017 · 1 comment

Comments

@Diddern
Copy link

Diddern commented Feb 7, 2017

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
}
}
}
]

@VictorPi8
Copy link

VictorPi8 commented May 9, 2017

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
}
},
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants