@gregp Glad you got it working. I’m not sure what happened with the README and where the details went around “enableKeyboard” and “enableKeyBindings”, looks like it got lost during an update. I will get it corrected on Github.
Also, enableMousetrap
was replaced by enableKeyboard
as a breaking change during one of the recent updates. You no longer need enableMousetrap
in your config, just enableKeyboard
.
Just a note, if you want to use ArrowLeft and ArrowRight you can (depending on your keyboard). This will not interfere with the “KeyBindings” (Bluetooth Remote) unless you want the ArrowLeft on the remote to do something different than the keyboard.
Finally, it looks like you found it between your first and second post, but just for anyone else, the keyBindings
section needs to be inside the config
section for MMM-Carousel.
Just to close the loop with @jdfraser, this was discussed further and closed in Issue #6 and Issue #7 on GitHub.