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

Positional issue #27

Open BoujeeBoba opened 3 years ago

BoujeeBoba commented 3 years ago

I'm trying to get Carousel working but I don't see any of the modules rotating. I'm using the positional mode and I'm just seeing all modules appear on the screen. My config is setup as shown here:

{
                module: 'MMM-Carousel',
                config: {
                    transitionInterval: 10000,
                    ignoreModules: [],
                    mode: 'positional',
                    top_left: {enabled: true, ignoreModules: ['calendar'], overrideTransitionInterval: 15000},
                    top_right: {enabled: true, ignoreModules: ['currentweather']}
                }
        },

Anyone know what I'm doing wrong? Is there a known issue outside of this module that could be causing this to not work? I didn't see a solution for this so I apologize if this has been answered already!