Re: [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server
Hello I need help about the module, i would like when my printer is turned off, i want to see nothing on my magicmirror just below my data:
{
module: "octomirror-module",
position: "lower_third",
showDetailsWhenOffline: false,
config: {
url: "http://192.168.1.23",
showDetailsWhenOffline: false,
printerName: "Creality-Ender 3 Pro",
showStream: false,
interactive: false,
debugMode: false,
showTemps: true,
api_key: "218A52134E674CCDB774862855B05926"
}
},
could you help me ??
thanks