octomirror-module
octomirror-module copied to clipboard
Interactive Always stays On
I have it correctly set up within the config of the module, but it will not make the buttons disappear.
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.
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"
}
},