Skip to content

Gesture control with MMM GroveGesture

Seongnoh Sean Yi edited this page Mar 20, 2019 · 1 revision

Add this into your command set of MMM-GroveGesture.

"LEFT": {
  notificationExec: {
    notification: "SPOTIFY_PREVIOUS",
    payload: null
  }
},
"RIGHT": {
  notificationExec: {
    notification: "SPOTIFY_NEXT",
    payload:null,
  }
},

Add more features like above;

Clone this wiki locally