shbatm / octomirror-module

Magic Mirror Module that can interact with an Octoprint instance
MIT License
28 stars 20 forks source link

Module don't update infos #17

Open mattx38 opened 4 years ago

mattx38 commented 4 years ago

Hello,

My printer is printing with OctoPrint on, but the module on the MM does not update infos. What can I check ?

Here is my config.js : { module: "octomirror-module", disabled: false, header: "Impression 3D", position: "bottom_left", config: { url: "http://192.168.0.180", api_key: 'XXX', showStream: false, showDetailsWhenOffline: false, interactive: false }

lclem commented 3 years ago

same here