Read the statement by Michael Teeuw here.
MMM-Carousel w/ Slide Navigation
-
Did you see which version on carousel you have?
-
@banbutcher
carousel version 0.2.6
keyBindings 1.3.1 -
I have seen at startup it does give a message: (No helper found for module: MMM-Carousel.)
but i don’t know if it is normal and what i can do about it[2020-11-03 11:17:14.590] [LOG] Starting MagicMirror: v2.13.0 [2020-11-03 11:17:14.606] [LOG] Loading config ... [2020-11-03 11:17:14.621] [LOG] Loading module helpers ... [2020-11-03 11:17:14.624] [LOG] No helper found for module: MMM-Carousel. [2020-11-03 11:17:14.639] [LOG] Initializing new module helper ... [2020-11-03 11:17:14.642] [LOG] Module helper loaded: MMM-KeyBindings [2020-11-03 11:17:15.562] [LOG] Initializing new module helper ... [2020-11-03 11:17:15.563] [LOG] Module helper loaded: MMM-UpdateNotification [2020-11-03 11:17:21.615] [LOG] Initializing new module helper ... [2020-11-03 11:17:21.617] [LOG] Module helper loaded: MMM-GoogleAssistant [2020-11-03 11:17:24.351] [LOG] Initializing new module helper ... [2020-11-03 11:17:24.353] [LOG] Module helper loaded: MMM-Assistant2Display [2020-11-03 11:17:24.355] [LOG] No helper found for module: alert. [2020-11-03 11:17:24.362] [LOG] Initializing new module helper ... [2020-11-03 11:17:24.364] [LOG] Module helper loaded: updatenotification [2020-11-03 11:17:24.366] [LOG] No helper found for module: clock. [2020-11-03 11:17:25.219] [LOG] Initializing new module helper ... [2020-11-03 11:17:25.221] [LOG] Module helper loaded: calendar [2020-11-03 11:17:25.374] [LOG] Initializing new module helper ... [2020-11-03 11:17:25.375] [LOG] Module helper loaded: MMM-Tools [2020-11-03 11:17:25.511] [LOG] Initializing new module helper ... [2020-11-03 11:17:25.512] [LOG] Module helper loaded: MMM-TuyaSL
-
just checked about the node helper and that comes up on mine too! :)
as for version - i mean whos git repo did you clone from, as you would have read if you read the link i gave you >:( that there are at least 2 versions of carousel. go to the module folder and check the readme file and it will be in there some where…
use the link above and read it! solution should be there!
-
@banbutcher
barnabycolby & shbatm
the carousel works over SSH, right? -
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