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.
Self-taught amateur
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.
@Thekk This project is no longer actively maintained as I am on vacation and therefore do not have the time to work on the module.
No new features or bug fixes are planned.
Sorry I do not have the time to fulfill your requests. :(
Hi,
I’ll see if I can find a solution to the problem of the module not loading correctly.
In the meantime, you can try reloading Magic Mirror. It worked for me.
I have made a module for the 2026 World Cup. Hope it will be useful.
https://github.com/dentrass/MMM-WorldCup2026

A modern MagicMirror² module for following the FIFA World Cup 2026 in real time.
Track upcoming fixtures, latest results, group standings, live matches, stadium information and your favorite team directly from your MagicMirror.
Choose any World Cup team:
{
module: "MMM-WorldCup2026",
position: "top_right",
config: {
favoriteTeam: "England"
}
}
Examples:


cd ~/MagicMirror/modules
git clone https://github.com/dentrass/MMM-WorldCup2026.git
cd MMM-WorldCup2026
npm install
{
module: "MMM-WorldCup2026",
position: "top_right",
config: {
favoriteTeam: "Sweden",
updateInterval: 300000,
rotateInterval: 20000,
maxMatches: 5
}
}
https://github.com/dentrass/MMM-WorldCup2026
MIT License
Feedback, bug reports and suggestions are welcome.
@nerespirati Glad you appreciated the module. Always nice to hear from more vinyl record collectors.
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!
@Niggich I have now updated the module with support for German.
@Niggich Hello. I have now updated the module with support for both Swedish and English.
The module is now updated and no longer uses external dependencies (uses native fetch).
@KristjanESPERANTO Thanks for the feedback. I’ll take a look at this and try to update the module.