asimhsidd / MMM-MP3Player

A MagicMirror module for playing music from USB pen drive as soon as it is inserted.
MIT License
10 stars 8 forks source link

Send Commands #9

Open FuryGear opened 1 year ago

FuryGear commented 1 year ago

Good day

Where and how exactly do I paste the following: Please provide a sample config script.

this.sendNotification('PLAY_MUSIC', 'some_info'); this.sendNotification('STOP_MUSIC', 'some_info'); this.sendNotification('NEXT_TRACK', 'some_info'); this.sendNotification('PREVIOUS_TRACK', 'some_info'); this.sendNotification('RANDOM_ON', 'some_info'); this.sendNotification('RANDOM_OFF', 'some_info');