AgP42 / MMM-SmartWebDisplay

The `MMM-SmartWebDisplay` module is for MagicMirror². It allow to display any web content to your MagicMirror.
60 stars 15 forks source link

updateInterval only working if displayLastUpdate is true #35

Open Hensch-S opened 1 year ago

Hensch-S commented 1 year ago

Hi,

while trying to get the updateInterval working I found out that it only reloads automatically if displayLastUpdate is true. As this makes the module box a little bit bigger, I'd like to set it to false. But then the updateInterval is not working again.

I'm using MagicMirror 2.24.0 with freshly cloned MMM-SmartWebDisplay module.

Thanks in advance.

Here's my config with working updateInterval: { module: 'MMM-SmartWebDisplay', position: 'top_left', header: 'aktuelle Informationen', config: { logDebug: false, height:"695px", width:"1500px", updateInterval: 15, NextURLInterval: 0, displayLastUpdate: true, displayLastUpdateFormat: 'ddd - HH:mm:ss', url: ["http://127.0.0.1/info.html"], scrolling: "no", shutoffDelay: 10000 } },