Skip to content

CoderAryanAnand/music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published