MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Carousel w/ Slide Navigation

    Scheduled Pinned Locked Moved Troubleshooting
    15 Posts 2 Posters 3.8k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      banbutcher @raf
      last edited by

      @raf

      if its not working after that, im afraid i dont know, sorry

      i dont know anything about ssh either :(

      1 Reply Last reply Reply Quote 0
      • R Offline
        raf
        last edited by

        @vondes
        have been on it for days even now at the moment and still nothing

        1 Reply Last reply Reply Quote 0
        • R Offline
          raf
          last edited by

          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"
                          }
                      }
                  },
          
          1 Reply Last reply Reply Quote 0
          • B Offline
            banbutcher
            last edited by

            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?

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              raf @banbutcher
              last edited by

              @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

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy