why can’t I switch my pages manually
no arrows are displayed on the screen
the page indicators are displayed
I can move the mouse anywhere on the screen but no arrows
this is in my config.js
{
module: 'MMM-Carousel',
position: 'bottom_bar', // Required only for navigation controls
config: {
transitionInterval: 0,
ignoreModules: ['clock', 'alert'],
mode: 'slides',
showPageIndicators: true,
showPageControls: true,
slides: {
main: ['calendar', 'currentweather', 'MMM-Tools', 'newsfeed', 'MMM-TuyaSL', 'MMM-NowPlayingOnSpotify', 'weatherforecast',],
"Slide 2": ['newsfeed',],
},
keyBindings: {
enabled: true,
map: {
NextSlide: "ArrowRight",
PrevSlide: "ArrowLeft",
Slide0: "Home"
},
mode: "DEFAULT"```
code_text
code_text