• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

How to switch off fadeOut-fadeIn in MMM-ioBroker

Scheduled Pinned Locked Moved Entertainment
2 Posts 1 Posters 233 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    geschild
    last edited by Nov 28, 2023, 8:03 AM

    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 ?

    G 1 Reply Last reply Nov 29, 2023, 10:30 AM Reply Quote 0
    • G Offline
      geschild @geschild
      last edited by Nov 29, 2023, 10:30 AM

      @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);
      }
      },

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy