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

Positional issue

Open BoujeeBoba opened this issue 4 years ago • 0 comments

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!

BoujeeBoba avatar Dec 09 '20 19:12 BoujeeBoba