Hello Seniors,
MMM-Carousel , MMM-Carousel 2 and https://github.com/shbatm/MMM-KeyBindings
I set following lines but left and right keypads are not working,  do you need addtaional setup for enable keypads,
I was thinking to setup joysitck for my mirror.
{ 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" }
 } 
},