barnabycolby / MMM-Carousel

Displays a single magic mirror module at a time, rotating through the list of configured modules in a carousel-like fashion.
98 stars 33 forks source link

All the modules are showing on first run #23

Open padlefot opened 5 years ago

padlefot commented 5 years ago

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/

};

jeroenpeters1986 commented 4 years ago

@padlefot have you ever figured this out?