MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. edubey
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    E
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Groups 0

    Topics

    • E

      Is there any callback for getDom execution ?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      1 Votes
      3 Posts
      1k Views
      ?
      As I know, there is no callback or notification when getDom is executed. However, if you want to catch the changing of the output of the specific module, you can use MutationObserverin your module.
    • E

      Better way to use HTML in module development

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      0 Votes
      3 Posts
      2k Views
      E
      Thanks buddy, That looks nice, any idea when it’s coming out in release ?
    • E

      Run time Movement of Modules across Page

      Watching Ignoring Scheduled Pinned Locked Moved Development
      1
      0 Votes
      1 Posts
      890 Views
      E
      Hi All, I have seen module hide/show is available but just wanted to do a quick check Is it possible to change the position of modules at run time? Lets say, based on config file Module A is on top, Module B on Bottom. I wanted to exchange their position at runtime Thanks
    • E

      Send Notification from one module to another module

      Watching Ignoring Scheduled Pinned Locked Moved Development
      6
      0 Votes
      6 Posts
      5k Views
      SvenSommerS
      It seemed the sender is now a object not only a string with several properties. Therefore this code snippet has changed a little by sender to sender.name: notificationReceived: function(notification, payload, sender){ if(notification === "NEW_STUFF" && sender.name === "modula"){ //handle the payload: {foo: "bar"} } }
    • 1 / 1