Read the statement by Michael Teeuw here.
How to switch off fadeOut-fadeIn in MMM-ioBroker
-
When the presetted interval is up, the MMM-ioBroker fadesOut and then fades in the actual content of the datapoint. How to switch off this behavior ?
Nach Ablauf des voreingestellten Intervalls verschwindet der Text des MMM-ioBroker langsam vom Bildschirm und erscheint dann langsamm mit den aktuellen Daten des DP zurück. Wie kann man dieses Verhalten abschalten ?
-
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);
}
},
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login