shbatm / octomirror-module

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

Interactive Always stays On #23

Open Dragontamer333 opened 3 years ago

Dragontamer333 commented 3 years ago

I have it correctly set up within the config of the module, but it will not make the buttons disappear.

Dragontamer333 commented 3 years ago

Going further I saw that the size of the webstream was huge and wanted to make it smaller, setting max limits, I added the limits, but that did cause anything to change.

c0defire commented 2 years ago

Currently have this issue, I have, Is this issue still open?

{
    module: "octomirror-module",
    position: "bottom_right",
    config: {
        url: "[...]",
        api_key: "[...]",
        streamUrl: "[...]",
        showTemps: "true",
        interactive: "false"
    }
},