MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. edubey
    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

    edubey

    @edubey

    1
    Reputation
    613
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    edubey Unfollow Follow

    Best posts made by edubey

    • Is there any callback for getDom execution ?

      Hi Guys,

      When getDom function executes, is there any call back / notification triggers which can be listened. I am aware modules method can be subclassed to add features wanted to know if there something is framework before i build my own.

      Thanks

      posted in Development
      E
      edubey

    Latest posts made by edubey

    • Is there any callback for getDom execution ?

      Hi Guys,

      When getDom function executes, is there any call back / notification triggers which can be listened. I am aware modules method can be subclassed to add features wanted to know if there something is framework before i build my own.

      Thanks

      posted in Development
      E
      edubey
    • RE: Better way to use HTML in module development

      Thanks buddy,

      That looks nice, any idea when it’s coming out in release ?

      posted in Development
      E
      edubey
    • RE: How to detect SBC model?

      @Sean said in How to detect SBC model?:

      Asus Tinker board.

      A question out of context,

      Does this mirror application works properly (including electron) in Asus Tinker board.?

      Thanks

      posted in Development
      E
      edubey
    • Better way to use HTML in module development

      Hi Guys,

      I have few modules lined up which would have somewhat big/complex HTML.
      Is there a better/recommended way to use html in modules instead of putting it with Javascript inside getDom method of modules…

      Appreciate any thoughts on this.

      Thanks

      posted in Development
      E
      edubey
    • Run time Movement of Modules across Page

      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

      posted in Development
      E
      edubey
    • RE: Send Notification from one module to another module

      @strawberry-3.141

      Okay, so its more of a broadcast to all modules, not to any specific…right?

      posted in Development
      E
      edubey
    • RE: Send Notification from one module to another module

      @strawberry-3.141
      Thanks, i got it

      posted in Development
      E
      edubey
    • Send Notification from one module to another module

      I have one module which collects user data from somewhere. Once the data is collected how can I send notification to another module.
      I can use MM.getModules().
      But then How can I send notification.

      In Simple terms: Notify module A from module B
      Thanks in advance

      posted in Development
      E
      edubey