gismo2006 / mm-music-player

MagicMirror Module for Playing Music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MM-Music-Player

MagicMirror Module to play music on Magic Mirror.

Setup:

  • 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.

About

MagicMirror Module for Playing Music


Languages

Language:JavaScript 90.8%Language:CSS 9.2%