MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. DrKineticPie
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 12
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Change Pages with NumPad

      @sdetweil Ich habe das gerade mal geändert, nur leider funktioniert es nicht.
      Es ist eine Bluetooth Tastatur mit Empfänger liegt es daran?
      Denn ich hab das gefühl das magicmirror die Tastatur nicht erkennt, der raspberry aber schon…

      In bad English :

      I just changed that, but unfortunately it doesn’t work.
      It’s a Bluetooth keyboard with receiver is it because?
      Because I have the feeling that magicmirror does not recognize the keyboard, but the raspberry does…

      posted in Troubleshooting
      DrKineticPieD
      DrKineticPie
    • Change Pages with NumPad

      Hello,

      I would like to change the pages from the Module “pages” via my NumPad, but somehow it doesn’t quite work.
      Could someone give me an example of how I would have to configure this ?

      The whole thing currently looks like this for me:

         module: 'MMM-KeyBindings',
            header: '',
            config: {
      		evdev: { enabled: false },
              enableKeyboard: true,
              actions: [
                {
                  key: '1',
                  state: 'KEY_PRESSED',
                  notification: 'PAGE_CHANGED 1',
                  payload: {
                    action: 'PAGE_CHANGED 1'
                  }
                },
                {
                  key: '2',
                  state: 'KEY_PRESSED',
                  notification: 'PAGE_CHANGED, 2',
                  payload: {
                    action: 'PAGE_CHANGED 2'
                  }
                }
              ]
            }
          },
         
      
      posted in Troubleshooting
      DrKineticPieD
      DrKineticPie
    • 1
    • 2
    • 2 / 2