A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
child_process won't execute
-
@Temisola1 said in child_process won't execute:
after running successfully a few times it now returns
u need to cleanup when the invoked process ends
process.on('exit', function() { if (x) { x.kill(); } });
-
-
Thank you all for all your wonderful suggestions. I’m able to run my python script successfully now. Thanks!