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.

    keyboard /carousel

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 231 Views 2 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.
    • R Offline
      raf
      last edited by

      code_text
      ```{
                  module: 'MMM-Carousel',
                  position: 'bottom_bar', // Required only for navigation controls
                  config: {
                      transitionInterval: 10000,
                      ignoreModules: ['clock', 'alert'],
                      mode: 'slides',
                      showPageIndicators: true,
                      showPageControls: true,
                      slides: {
                          main: ['calendar', 'MMM-PLOW', 'MMM-Tools', 'newsfeed', 'MMM-TuyaSL', 'MMM-NowPlayingOnSpotify',],
                          "slide 2":['newsfeed', 'MMM-PLOW', 'MMM-TuyaSL',],
                      },
                      keyBindings: { 
                          enabled: true,
                          map: {
                              NextSlide: "ArrowRight", 
                              PrevSlide: "ArrowLeft", 
                              Slide0:    "Home"
                          },
                          mode: "DEFAULT"
                      }
                  }
              },
              {
          module: 'MMM-KeyBindings',
          config: {
              evdev: { enabled: false },
              enableKeyboard: true,
          }
      },```
      code_text
      

      can anyone explain to me why my keyboard and mouse are not working
      thx

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • 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