music-player is a MagicMirror module to play music, with touch screen support.
cd ~/MagicMirror/modules
git clone https://github.com/CoderAryanAnand/music-player.git
cd music-player
npm installAdd this to config.json
{
module: "music-player",
position: "top_right",
config: {
shuffle: true,
classes: "default"
}
},Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
I used this as a template, so thank you justjim1220.