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.

    Python in to the magic mirror.

    Scheduled Pinned Locked Moved Solved Troubleshooting
    43 Posts 4 Posters 19.8k Views 4 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.
    • S Offline
      sdetweil
      last edited by

      does your python script continue to run once its started? the design of the node helper starting the script every second depends on the script ending…

      or as you have found you will kill the system (doesn’t matter, pi or larger)…

      you could do it your suggested way… but typically, one would add code in the notification received to start it once…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      P 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @paulvanderheijden90
        last edited by

        @paulvanderheijden90
        You can put var process = spawn("python", ["/home/pi/src/P2000.py"])
        into start function if you want to execute when module is successfully loaded.

        Or you can make some START notification from main module then use it as trigger for execution. You can use socketNotificationReceived function to that purpose.

        Or, you can terminate spawned child process when it becomes needless.

        1 Reply Last reply Reply Quote 0
        • P Offline
          paulvanderheijden90 @sdetweil
          last edited by

          @sdetweil
          Yes one time start the python and it will run.

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 3
          • 4
          • 5
          • 5 / 5
          • 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