Skip to content

updateInterval only working if displayLastUpdate is true #35

@Hensch-S

Description

@Hensch-S

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 } },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions