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.

    Switch Months - MMM-CalendarExt3 -

    Scheduled Pinned Locked Moved Solved Troubleshooting
    8 Posts 2 Posters 34 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.
    • S Do not disturb
      sdetweil @Getinthegames
      last edited by

      @Getinthegames you could still use key binding to send the pages notifications

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      G 1 Reply Last reply Reply Quote 0
      • G Online
        Getinthegames @sdetweil
        last edited by

        @sdetweil My issue with KeyBindings is no matter what I program… clicker or regular keyboard is that it does not seem to register the key and trigger the desired notification.

        Notification Viewer only show “KEYPRESS” on the MagicMirror while looking at the terminal it does show KeyBindings capturing KEY_104 and KEY_109 from the clicker, but nothing from an actual keyboard.

        S 1 Reply Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @Getinthegames
          last edited by

          @Getinthegames did you do this part of the setup

          If you are not using a Fire Stick Remote: You may need to adjust the key assignments above to match your remote. See Remote Setup for how to run evtest and display the key names for your remote/device.
          

          I think you need this section of the keybindings config

          actions: [
            {
              key: "Home",
              state: "KEY_LONGPRESSED",
              instance: "SERVER",
              mode: "DEFAULT",
              notification: "REMOTE_ACTION",
              payload: { action: "MONITORTOGGLE" }
            },
            {
              key: "ArrowLeft",
              state: "KEY_LONGPRESSED",
              notification: "CAROUSEL_PREVIOUS"
            },
            {
              key: "ArrowRight",
              state: "KEY_LONGPRESSED",
              notification: "CAROUSEL_NEXT"
            },
            {
              key: "Return",
              state: "KEY_LONGPRESSED",
              changeMode: "DEFAULT"
            }
          ],
          

          I think KeyMap only changes the name

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          G 1 Reply Last reply Reply Quote 1
          • G Getinthegames has marked this topic as solved
          • G Online
            Getinthegames @sdetweil
            last edited by

            @sdetweil I can’t believe I overlooked that detail.

            Thanks it works now. 🤯

            S 1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @Getinthegames
              last edited by

              @Getinthegames awesome!!! thanks for the feedback

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              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