CoderAryanAnand / music-player

MagicMirror module to play music.

Repository from Github https://github.comCoderAryanAnand/music-playerRepository from Github https://github.comCoderAryanAnand/music-player

music-player

music-player is a MagicMirror module to play music, with touch screen support.

Installation

cd ~/MagicMirror/modules
git clone https://github.com/CoderAryanAnand/music-player.git
cd music-player
npm install

Usage

Add this to config.json

{
	module: "music-player",
	position: "top_right",
	config: {
	    shuffle: true,
        classes: "default"
	}
},

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits

I used this as a template, so thank you justjim1220.

License

MIT

About

MagicMirror module to play music.

License:MIT License


Languages

Language:JavaScript 51.4%Language:CSS 48.6%