Read the statement by Michael Teeuw here.
Carousel is not working
-
@kusselin I think your empty slides( []), have caused a fatal error
open the developers window ctrl-shift-i on the keyboard, and select the console tab.
put part of the module name in the filter fieldcaro is enough
the code does not check if the slide list is empty, and will fall if so.
-
barnabycolby did’t update the module since 5 years. I recommend to use a newer fork. Like this one: https://github.com/shbatm/MMM-Carousel/
The following config should work with the new fork:
{ module: 'MMM-Carousel', config: { transitionInterval: 40000, ignoreModules: ['clock', 'alert', 'MMM-Tools', 'MMM-OpenmapWeather', 'MMM-PublicTransportHafas', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Remote-Control', 'MMM-Traffic', 'MMM-Fuel'], mode: 'slides', slides: { "Slide 1": ['MMM-SoccerLiveScore'], "Slide 2": ['MMM-Formula1', 'MMM-COVID19-AMPEL'] } } }
-
@sdetweil said in Carousel is not working:
I think your empty slides( []), have caused a fatal error
open the developers window ctrl-shift-i on the keyboard, and select the console tab.
put part of the module name in the filter field
caro is enough
the code does not check if the slide list is empty, and will fall if so.Hi Sam, thanks…this mit the empty [] was the mistake. Now the Modul is working.
-
another question I have: udn namely when the modules change it can be that these are very “WIDE” at once…at the repeated change then again normal in the width become…woran lies this? can that be?
-
@kusselin I do not know.
-
@kusselin said in Carousel is not working:
another question I have: udn namely when the modules change it can be that these are very “WIDE” at once…at the repeated change then again normal in the width become…woran lies this? can that be?
Does this also happen with the new fork I recommended?