https://github.com/barnosch/MMM-Lyrion2
Navigate to your MagicMirror modules directory and clone the repository:
cd ~/MagicMirror/modules
git clone https://github.com/barnosch/MMM-Lyrion.git
cd MMM-Lyrion
npm installTo enable the module, add it to the config.js file in your MagicMirror setup:
{
module: "MMM-Lyrion",
disabled: false,
position: "bottom_right", // Adjust as needed
config: {
lmsServer: "http://10.30.10.11:9000" // IPofyourserver:9000
}
}