Open emrahaslan opened 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" } } },
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
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" } } },