@banbutcher
{
module: 'MMM-Carousel',
position: 'bottom_bar', // Required only for navigation controls
config: {
transitionInterval: 0,
ignoreModules: ['clock', 'alert', 'MMM-GoogleAssistant',],
mode: 'slides',
showPageIndicators: true,
showPageControls: true,
slides: {
"Default": ['calendar', 'currentweather', 'MMM-Tools', 'newsfeed', 'MMM-TuyaSL', 'MMM-NowPlayingOnSpotify', 'weatherforecast',],
"Slide 2": ['newsfeed',],
"Slide 3": ['newsfeed',],
"Slide 4": ['newsfeed',],
"Slide 5": ['newsfeed',],
},
keyBindings: {
enabled: true,
map: {
NextSlide: "ArrowRight",
PrevSlide: "ArrowLeft",
Slide0: "ArrowUp",
Slide5: "ArrowDown",
},
mode: "DEFAULT"
}
}
},
{
module: 'MMM-KeyBindings',
config: {
evdev: {enabled: false},
enableKeyboard: true,
actions: [
{
key: "ArrowRight",
state: "KEY_PRESSED",
instance: "SERVER",
mode: "DEFAULT",
},
{
key: "ArrowLeft",
state: "KEY_PRESSED",
instance: "SERVER",
mode: "DEFAULT",
},
it still doesn’t work and I don’t see what’s wrong (I have to tell you that I control the pi via my windows pc) with vnc