When I run MagicMirror the Carousel displays all the modules enabled in the config on the fist slide, even if I only have ['clock', 'calendar', 'newsfeed'], as the first slide, they all ofcourse overlap eachother - then after it skips to slide2 it works normally When the mirror resets, it happens again. My setup is like this:
{
module: 'MMM-Carousel',
config: {
transitionInterval: 15000,
ignoreModules: ['MMM-Wallpaper', 'alert'],
mode: 'slides',
slides: [
['clock', 'calendar', 'newsfeed'],
['MMM-NesteBussAtB', 'MMM-GoogleMapsTraffic'],
['currentweather', 'weatherforecast'],
['netatmo']
]
}
}
]
When I run MagicMirror the Carousel displays all the modules enabled in the config on the fist slide, even if I only have ['clock', 'calendar', 'newsfeed'], as the first slide, they all ofcourse overlap eachother - then after it skips to slide2 it works normally When the mirror resets, it happens again. My setup is like this: { module: 'MMM-Carousel', config: { transitionInterval: 15000, ignoreModules: ['MMM-Wallpaper', 'alert'], mode: 'slides', slides: [ ['clock', 'calendar', 'newsfeed'], ['MMM-NesteBussAtB', 'MMM-GoogleMapsTraffic'], ['currentweather', 'weatherforecast'], ['netatmo'] ] } } ]
Any idea what it could be?
BR/
};