Hi!
I’m trying to use the Pages modules to switch between pages automatically. I followed the installation guide but it doesn’t seem to work… I’m not getting any errors on my code. This is what I have:
{
module: 'MMM-pages',
config: {
rotationTime:15000,
modules:
[
[ "calendar"],
[ "newsfeed"]
],
fixed: ["clock", "MMM-page-indicator"],
hiddenPages: {
"admin": ["MMM-Dimmer"],
},
}