A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Python and MagicMirro
- 
 I have written python code and I want to output a variable from it to a mirror screen, tell me how this can be implemented. Help me please  
- 
 @caxapok there is no generic solution that I am aware of. you would have to create a module, that launches the python script from the node_helper and sends it to the modulename.js to be displayed you could use my sample module as a starting spot, and add the process.spawn or process.exec code to the node helper. the sample already sends a message to be displayed 
- 
 @caxapok I created a module for this 
