MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    MMM-Carousel enable keypad issue

    Utilities
    1
    1
    125
    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.
    • E
      emrah_asl last edited by

      Hello Seniors,

      MMM-Carousel , MMM-Carousel 2 and https://github.com/shbatm/MMM-KeyBindings

      I set following lines but left and right keypads are not working, do you need addtaional setup for enable keypads,

      I was thinking to setup joysitck for my mirror.

      { module: 'MMM-KeyBindings', config: { enableKeyboard: true } },
      
      { module: 'MMM-Carousel', position: 'bottom_bar', // Required only for navigation controls
       config: { 
      transitionInterval: 10000,
       ignoreModules: [], mode: 'slides', 
      showPageIndicators: true, 
      showPageControls: true, 
      slides: [
       ["calendar","MMM-KeyBindings"], 
      ["newsfeed","MMM-KeyBindings"], 
      ["MMM-KeyBindings"]
       ],
       keyBindingsMode: "DEFAULT",
       keyBindings: { 
      NextSlide: "ArrowRight", 
      PrevSlide: "ArrowLeft",
       Slide0: "Home" }
       } 
      },
      
      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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy