MagicMirror Module to play music on Magic Mirror.
- Add the following to your config:
{
module: 'mm-music-player',
position: 'bottom_left',
config: {
startingVolume: 20,
fadeDuriation: 2000
}
}
Drop music files in the music directory located in the module. The script will automatically detect the files. They must be .mp3 files.
- Note
This requires the ability for you to click the buttons. It is not voice activated nor does it play automatically.
I built this as I am personally working on a touch screen MagicMirror of my own that I plan to use this on.