Read the statement by Michael Teeuw here.
MMM-Carousel causing Mirror to shift up
-
@jlward73 this is the second report on carousel causing a problem, but carousel has no ui of its own.
can you show your config for MMM-Carousel?
-
Sam- Here is the snippet from my config file:
{ module: "MMM-Carousel", position: "bottom_bar", config: { transitionInterval: 0, ignoreModules: ["MMM-SimpleBGSlideshow"], mode: "slides", showPageIndicators: true, showPageControls: true, slides: [ ["clock", "MMM-OpenWeatherForecast", "MMM-News", "MMM-CalendarExt3Journal"], ["MMM-CalendarExt3", "MMM-CalendarNext"], ["alert","updatenotification"] ], keyBindingsMode: "DEFAULT", keyBindings: { NextSlide: "ArrowRight", PrevSlide: "ArrowLeft", Slide0: "Home" }, }, //End of Carousel config }, //End of Carousel module
I can also send a picture of what it looks like.
-
@jlward73 remove the position property
-
Sam- This is weird. I commented out the position property and it showed all the modules at the same time instead of splitting the out across slides. It was hard to see what was being “repositioned” since several of the modules share the same position property, but it just looks like the slide mode is being ignored.
I went back and put the position property back in and started playing around with the showPageIndicators and showPageControls properties. Changing showPageControls to false had no impact on position, but did allow me to transition between slides. Turning showPageIndicators to false did remove the indicators and the positioning was less high (including the BGSlideshow).
I still can’t get the buttons to work with Carousel like they used to but trying to troubleshoot one thing at a time.
-
@jlward73 ah, no buttons.
i’ve never used this carousel feature
i use MMM-pages and MMM-pageindicator