Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wie kann ich einem meiner Posts das Attribut [solved] verpassen ?
@geschild
Hab die Lösung selber gefunden (stolz). In der MMM-ioBroker.js :
// Override socket notification handler. // Module notifications from node_helper socketNotificationReceived: function (notification, payload) { if (notification === ‘DATARECEIVED’) { this.values = payload; this.updateDom(0); <------ war 2000, mit 0 ist das faden weg. this.scheduleUpdate(this.config.updateInterval); } },
@geschild Entschuldigung, ich weiß nichts über das Modul
@sdetweil Vielen Dank, hat funktioniert.