A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Switch Months - MMM-CalendarExt3 -
-
@Getinthegames you could still use key binding to send the pages notifications
-
@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.
-
@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
-
G Getinthegames has marked this topic as solved
-
@sdetweil I can’t believe I overlooked that detail.
Thanks it works now. 🤯
-
@Getinthegames awesome!!! thanks for the feedback
