@sakliadem what is the problem with displaying output?
node helper starts python script in background
python script does print
node helper gets stdout text from running python script
node helper sends to front end
front end receives, processes and creates content
front end tells mm new content is available by calling updateDom()
mm calls getDom() to get new content to display where module position is
