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.

    Does node_helper know if all module instances are already started?

    Scheduled Pinned Locked Moved Development
    15 Posts 3 Posters 5.2k Views 3 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.
    • M Offline
      MMRIZE @Adam 2
      last edited by MMRIZE

      @Adam-2
      You can assign and deliver some instanceID to distinguish which instance of your module transfers this notification.
      Or you can use Promise.race()(to confirm first socketNotification coming from any instance) or Promise.allSettled()(to confirm entire socketNotifications delivered from all instances even though fail or not) in node_helper to check socketNotifications receiving. (Anyway, you need to check how many instances there exist before promise racing)

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @MMRIZE
        last edited by

        @MMRIZE and config. is accessible in node_helper, so one could count the module instances

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          Adam 2 @sdetweil
          last edited by

          @sdetweil Is config file accessible from the node_helper? I thought that only core module files can access it and have to send it back to node_helper if needed.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Adam 2
            last edited by

            @Adam-2 see the global config var in the node_helper

            its EVERYTHING in config.js

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            A 1 Reply Last reply Reply Quote 0
            • A Offline
              Adam 2 @sdetweil
              last edited by

              @sdetweil I’m searching the documentation and cannot find this global config var. How exactly can I access it?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Adam 2
                last edited by sdetweil

                @Adam-2 config.

                it’s not in the doc

                config.modules is the array of module entries

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                A 1 Reply Last reply Reply Quote 0
                • A Offline
                  Adam 2 @sdetweil
                  last edited by

                  @sdetweil Works as you wrote. Sadly its not in the documentation.

                  1 Reply Last reply Reply Quote 0
                  • 1
                  • 2
                  • 2 / 2
                  • First post
                    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