I built a module that displays your Discogs vinyl collection in a clean and modern UI.
Repo: https://github.com/dentrass/MMM-VinylCollection.git

I welcome feedback and suggestions for changes.
I built a module that displays your Discogs vinyl collection in a clean and modern UI.
Repo: https://github.com/dentrass/MMM-VinylCollection.git

I welcome feedback and suggestions for changes.
Do you have hundreds of records and never know what to play?
MMM-SpinTheWheel turns your Discogs collection into a vinyl roulette for MagicMirror². Spin the wheel, discover forgotten gems, browse album artwork and view track listings directly from your mirror or mobile phone.


cd ~/MagicMirror/modules
git clone https://github.com/dentrass/MMM-SpinTheWheel.git
cd MMM-SpinTheWheel
npm install
{
module: "MMM-SpinTheWheel",
position: "middle_center",
config: {
username: "YOUR_DISCOGS_USERNAME"
}
},
https://github.com/dentrass/MMM-SpinTheWheel
Feedback, suggestions and bug reports are welcome!
The module is now updated and no longer uses external dependencies (uses native fetch).
@Niggich Hello. I have now updated the module with support for both Swedish and English.
Touchscreen support has now been added in version 1.2.0.
The vinyl record on the MagicMirror display can now be pressed, dragged and spun directly using:
The mobile interface also supports both touch and mouse controls. Its additional artwork and track-list views are still available.
You can update an existing Git installation with:
cd ~/MagicMirror/modules/MMM-SpinTheWheel
git pull
npm install
Hi,
I’ll look into this and come up with a solution that works for everyone. I’m very busy at work right now, but I’ll fix this as soon as I have time. Thanks for the great feedback :)