MMM-Carousel icon indicating copy to clipboard operation
MMM-Carousel copied to clipboard

Displays a single magic mirror module at a time, rotating through the list of configured modules in a carousel-like fashion.

Results 10 MMM-Carousel issues
Sort by recently updated
recently updated
newest added

For a standard installation the weather module is included twice, these two instances have the same names `weather`. Currently it is not possible to add just the one (i.e. the...

enhancement

I am using Carousel with MMM-Wallpaper and would like to change the background image when the slide transitions. I have tried with no luck to put in a `this.sendNotification("LOAD_NEXT_WALLPAPER")` command...

enhancement

Hello, fellow Magic Mirror users! ### _**Is your feature request related to a problem? Please describe.**_ Feature for `mode: 'positional'` The `slideTransitionSpeed` works only when the module is fading-in with...

enhancement

``` slides: [ [ {name:'MMM-SimpleText', carouselId: '1.3'}, {name:'MMM-SimpleText', carouselId: '1.4'}, ] ] ``` Will only display carouselId: '1.3'. If the `break` is change to `continue` both 1.3 and 1.4 will...

The same bug as per this previously closed issue https://github.com/shbatm/MMM-Carousel/issues/31 is still a problem. You need to specify a position for this module in order for it to work. I...

bug

It took me a little time to figure this out and someone else on [the forum stumbled across it too](https://forum.magicmirror.builders/topic/16379/mmm-carousel-how-to-configure-a-module-multiple-times-on-the-same-page/10?_=1645644466841).

Is it possible to dynamically change the transitionInterval via notification, so that you can switch between manual and automatic navigation? like: ``` if (notification === "CAROUSEL_TIMER_TOGGLE") { if (this.config.transitionInterval

enhancement

a button to pause carousel during slides

enhancement

I'm new to the MagicMirror and Rasberry PI scene. Can someone help me understand why when I run the module all I see are blank pages? I see the bottom...

bug

**Describe the `bug**` I have set up MMM-Carousel in slide mode and it was working just fine until last night and I'm not sure what I did to break it....

bug