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
}
}