• 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
  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 Sep 13, 2018, 5:27 PM
    Oct 6, 2017, 8:52 PM
    1 Votes
    3 Posts
    1k Views
    ? Sep 13, 2018, 5:27 PM
    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 Oct 5, 2017, 3:35 AM
    Oct 4, 2017, 8:11 PM
    0 Votes
    3 Posts
    2k Views
    E Oct 5, 2017, 3:35 AM
    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 Mar 1, 2017, 2:39 PM
    Mar 1, 2017, 2:39 PM
    0 Votes
    1 Posts
    866 Views
    E Mar 1, 2017, 2:39 PM
    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 Jul 22, 2017, 12:16 PM
    Feb 6, 2017, 3:50 PM
    0 Votes
    6 Posts
    5k Views
    S Jul 22, 2017, 12:16 PM
    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
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