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

enable keyboard support issue #26

Open emrahaslan opened 4 years ago

emrahaslan commented 4 years ago

Hi, pulled ,

MMM-Carousel , MMM-Carousel 2 and https://github.com/shbatm/MMM-KeyBindings

I set following lines but left and right keypads are not working, what is the issue ?

{ module: 'MMM-KeyBindings', config: { enableKeyboard: true } },

{ module: 'MMM-Carousel', position: 'bottom_bar', // Required only for navigation controls config: { transitionInterval: 10000, ignoreModules: [], mode: 'slides', showPageIndicators: true, showPageControls: true, slides: [ ["calendar","MMM-KeyBindings"], ["newsfeed","MMM-KeyBindings"], ["MMM-KeyBindings"] ], keyBindingsMode: "DEFAULT", keyBindings: { NextSlide: "ArrowRight", PrevSlide: "ArrowLeft", Slide0: "Home" } } },

sony8943 commented 3 years ago

Hello how to stop and play from sending notification from other module. I have the MMM PIR module and I want to stop the carousel and so also to stop the modul inside. Thank you