• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 enable keypad issue

Scheduled Pinned Locked Moved Utilities
1 Posts 1 Posters 159 Views 1 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.
  • E Offline
    emrah_asl
    last edited by Aug 9, 2020, 1:02 PM

    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
    1 / 1
    • First post
      1/1
      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