Hi guys, my magic mirror is switching between pages alone, here is my config.js:
{
module: 'MMM-Carousel',
position: 'bottom_bar', // Only required to show navigation
config: {
transitionInterval: 10000,
showPageIndicators: true,
showPageControls: true,
ignoreModules: ["clock", "MMM-GoogleCalendar", "MMM-page-indicator"], //FIXOS
mode: 'slides',
slides: [
["newsfeed","weather","MMM-Spotify","MMM-SmartTouch"],
["MMM-GoogleTasks","MMM-Formula1"]
]
}
},
i used this fork https://github.com/KristjanESPERANTO/MMM-Carousel/