A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Carousel w/ Slide Navigation
-
if its not working after that, im afraid i dont know, sorry
i dont know anything about ssh either :(
-
@vondes
have been on it for days even now at the moment and still nothing -
in the end this is my solution (don’t add keybindings)
{ 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" } } },
-
glad to hear you figured it out, i know coming from a very limited knowledge base, trial and error was how i figured it out!
when you say dont add key bindings do you mean the module MMM-Keybindings or the keyBindings in the carousel config?
-
@banbutcher
module installed (MMM-Keybindings) but not added in the config and it works (my knowledge is also very limited because I also have to figure everything out) I normally work in the concrete so that is something completely different huh