<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-PythonPrint customisation]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: SDETWEIL">@<bdi>SDETWEIL</bdi></a>, firstly, thank you for creating such a simple to follow module for talking to python. I have been trying to get that working for a while and was struggling.</p>
<p dir="auto">My issue is that I require a specific library (zeep) for my python code to work, but if I include it in the code with the line <code>include zeep</code> , the module throws an error.</p>
<pre><code>[01.04.2022 16:45.32.503] [LOG]   MMM-PythonPrint received a socket notification: CONFIG - Payload: [object Object]
[01.04.2022 16:45.32.507] [LOG]   PythonPrint spawning /opt/magic_mirror/modules/MMM-PythonPrint/test.py
[01.04.2022 16:45.32.606] [ERROR] Whoops! There was an uncaught exception...
[01.04.2022 16:45.32.614] [ERROR] ReferenceError: data is not defined
    at ChildProcess.&lt;anonymous&gt; (/opt/magic_mirror/modules/MMM-PythonPrint/node_helper.js:20:65)
    at ChildProcess.emit (node:events:394:28)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
    at onErrorNT (node:internal/child_process:477:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
</code></pre>
<p dir="auto">Now, my python code runs successfully from the command line and I have commented everything else out while troubleshooting. I also see the same behaviour if I add the <code>include zeep</code> line into your sample .py files, which run correctly without this.</p>
<p dir="auto">Any ideas what is going on? Could it be a path/user/install issue with the python module?</p>
<p dir="auto">Cheers, RobCee</p>
]]></description><link>https://forum.magicmirror.builders/topic/16554/mmm-pythonprint-customisation</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 08:53:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16554.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Apr 2022 16:03:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Fri, 15 Jul 2022 20:18:20 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for the help,<br />
I made it work with adding some python dependent directory’s to the docker-compose file</p>
]]></description><link>https://forum.magicmirror.builders/post/102874</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102874</guid><dc:creator><![CDATA[diemen112]]></dc:creator><pubDate>Fri, 15 Jul 2022 20:18:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 13 Sep 2022 12:02:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kayakbabe" aria-label="Profile: kayakbabe">@<bdi>kayakbabe</bdi></a> so , maybe your python script starts and runs, prints one line,  and ends.  current temp is x</p>
<p dir="auto">is that all you want your module to present, one line?</p>
<p dir="auto">or do you want the output every few seconds  minutes</p>
<p dir="auto">this is repetative:false, but my module will rerun the script every cycle time milliseconds</p>
<p dir="auto">but some python scripts do that internally.</p>
<p dir="auto">print, sleep, print, sleep, print, sleep, print…</p>
<p dir="auto">this is repetative: true<br />
my module will just start the python script</p>
<p dir="auto">there are two different ways to capture the output</p>
<p dir="auto">should have named parm</p>
<p dir="auto">script_is_long_running</p>
<p dir="auto">I provided a sample of each</p>
<p dir="auto">also, in many cases, you are using someone else’s script  and don’t have control over how it works, and don’t want to rewrite it</p>
]]></description><link>https://forum.magicmirror.builders/post/104401</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104401</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Sep 2022 12:02:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Sun, 11 Sep 2022 00:36:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I’m looking at the configuration variable repetative and trying to figure out what it is for.</p>
<p dir="auto">is this correct logic for true and false?</p>
<p dir="auto">repetative: true<br />
if your python script runs in a loop forever by itself so the spawn in node helper will just keep its connection to the python script open</p>
<p dir="auto">repetative: false<br />
if your python script runs one time, and  you need node_helper to keep spawning over and over so you can get the info from the python script over and over</p>
]]></description><link>https://forum.magicmirror.builders/post/104400</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104400</guid><dc:creator><![CDATA[kayakbabe]]></dc:creator><pubDate>Sun, 11 Sep 2022 00:36:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Sat, 10 Sep 2022 22:39:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kayakbabe" aria-label="Profile: kayakbabe">@<bdi>kayakbabe</bdi></a> awesome,  glad it helped!</p>
]]></description><link>https://forum.magicmirror.builders/post/104397</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104397</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 10 Sep 2022 22:39:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Sat, 10 Sep 2022 22:04:04 GMT]]></title><description><![CDATA[<p dir="auto">Sam,</p>
<p dir="auto">Thank you for this MMM-PythonPrint. More than the sample module this really helped me follow how to wrap my head around how the script.js node_helper and anything else work together. The way you worded the variables and the input and output text really made sense and made it easy to follow what is happening. I am learning a lot. Again, Thank you.</p>
<p dir="auto">Kelly</p>
]]></description><link>https://forum.magicmirror.builders/post/104394</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104394</guid><dc:creator><![CDATA[kayakbabe]]></dc:creator><pubDate>Sat, 10 Sep 2022 22:04:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Fri, 15 Jul 2022 20:18:20 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for the help,<br />
I made it work with adding some python dependent directory’s to the docker-compose file</p>
]]></description><link>https://forum.magicmirror.builders/post/102874</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102874</guid><dc:creator><![CDATA[diemen112]]></dc:creator><pubDate>Fri, 15 Jul 2022 20:18:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Fri, 15 Jul 2022 18:01:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diemen112" aria-label="Profile: diemen112">@<bdi>diemen112</bdi></a> said in <a href="/post/102855">MMM-PythonPrint customisation</a>:</p>
<blockquote>
<p dir="auto">I have added - /usr/bin/python3:/usr/bin/python3 to the docker compose</p>
</blockquote>
<p dir="auto">this will not work. You have to use the <code>fat</code> image, see my post above (Apr 11)</p>
]]></description><link>https://forum.magicmirror.builders/post/102873</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102873</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Fri, 15 Jul 2022 18:01:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Fri, 15 Jul 2022 14:15:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diemen112" aria-label="Profile: diemen112">@<bdi>diemen112</bdi></a> I think this answers<br />
<a href="https://askubuntu.com/questions/905372/could-not-find-platform-independent-libraries-prefix" target="_blank" rel="noopener noreferrer nofollow ugc">https://askubuntu.com/questions/905372/could-not-find-platform-independent-libraries-prefix</a></p>
<p dir="auto">running under docker is a fun experience?</p>
<p dir="auto">did u install python as part of the container startup?</p>
]]></description><link>https://forum.magicmirror.builders/post/102856</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102856</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 15 Jul 2022 14:15:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Fri, 15 Jul 2022 12:52:42 GMT]]></title><description><![CDATA[<p dir="auto">i have also the MM os and i try to make it work<br />
I have added - /usr/bin/python3:/usr/bin/python3 to the docker compose<br />
and now i have the error</p>
<pre><code>[15.07.2022 14:23.42.599] [LOG]   MMM-PythonPrint received a socket notification: CONFIG - Payload: [object Object]
[15.07.2022 14:23.42.602] [LOG]   PythonPrint spawning /opt/magic_mirror/modules/MMM-PythonPrint/print_test.py using python3
[15.07.2022 14:23.42.686] [LOG]   PythonPrint program error=Could not find platform independent libraries &lt;prefix&gt;
Could not find platform dependent libraries &lt;exec_prefix&gt;
Consider setting $PYTHONHOME to &lt;prefix&gt;[:&lt;exec_prefix&gt;]
Fatal Python error: initfsencoding: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'

Current thread 0x76fb37a0 (most recent call first):
</code></pre>
<p dir="auto">a played around with adding $PYTHONHOME to env but without any result<br />
does anyone know a work around to find the libraries?</p>
]]></description><link>https://forum.magicmirror.builders/post/102855</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102855</guid><dc:creator><![CDATA[diemen112]]></dc:creator><pubDate>Fri, 15 Jul 2022 12:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 12 Apr 2022 11:30:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> - apologies not necessary - I am just happy you are able to look at it.</p>
<p dir="auto">Hurrah! It works!</p>
]]></description><link>https://forum.magicmirror.builders/post/101106</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101106</guid><dc:creator><![CDATA[RobCee]]></dc:creator><pubDate>Tue, 12 Apr 2022 11:30:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 12 Apr 2022 11:28:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robcee" aria-label="Profile: RobCee">@<bdi>RobCee</bdi></a> ok, fixed, tested… sorry again<br />
git pull</p>
]]></description><link>https://forum.magicmirror.builders/post/101105</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101105</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 12 Apr 2022 11:28:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 12 Apr 2022 11:20:22 GMT]]></title><description><![CDATA[<p dir="auto">But even with that _ removed, I am still getting an odd error:</p>
<pre><code> TypeError: this.file is not a function
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/101104</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101104</guid><dc:creator><![CDATA[RobCee]]></dc:creator><pubDate>Tue, 12 Apr 2022 11:20:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 12 Apr 2022 11:19:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robcee" aria-label="Profile: RobCee">@<bdi>RobCee</bdi></a> fixed…  bad day at the finger farm…yikes sorry</p>
]]></description><link>https://forum.magicmirror.builders/post/101103</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101103</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 12 Apr 2022 11:19:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 12 Apr 2022 11:17:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I found another, just up from that one - you have a missing ‘t’ in this line</p>
<pre><code>this.config.command=this.config.command.slice(his.config.pythonName.length)
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/101102</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101102</guid><dc:creator><![CDATA[RobCee]]></dc:creator><pubDate>Tue, 12 Apr 2022 11:17:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 12 Apr 2022 11:10:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robcee" aria-label="Profile: RobCee">@<bdi>RobCee</bdi></a> weird, sorry, typo… fixed</p>
<p dir="auto">git pull to get the update</p>
]]></description><link>https://forum.magicmirror.builders/post/101100</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101100</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 12 Apr 2022 11:10:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Tue, 12 Apr 2022 10:37:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I have started fresh and am still having the same issue.<br />
New install of buster, fully updated.<br />
Installed all the MM and node successfully.<br />
MM runs as expected.<br />
Checked that python and python3 are both available to the OS.<br />
Added the MMM-PythonPrint to the modules dir.</p>
<pre><code>[12.04.2022 11:22.45.613] [LOG]   MMM-PythonPrint received a socket notification: CONFIG - Payload: [object Object]
[12.04.2022 11:22.45.619] [ERROR] Whoops! There was an uncaught exception...
[12.04.2022 11:22.45.640] [ERROR] ReferenceError: _this is not defined
    at Class.startit (/home/pi/MagicMirror/modules/MMM-PythonPrint/node_helper.js:27:24)
    at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PythonPrint/node_helper.js:46:9)
    at Socket.&lt;anonymous&gt; (/home/pi/MagicMirror/js/node_helper.js:109:11)
    at Socket.emit (node:events:390:28)
    at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
    at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:466:39
    at processTicksAndRejections (node:internal/process/task_queues:78:11)
</code></pre>
<p dir="auto">This is my config section:</p>
<pre><code>		{
			module:"MMM-PythonPrint",
			position:"center",
			disabled:false,
			config: {
				// name of the python process to execute (could be python3)
				pythonName: 'python',
				// command file in module folder
				// if false, YOU will provide the full path to the python program
				localfolder: true,

				// spawn a python pgm that writes over and over (timed maybe), but keeps running
				command: 'printit.py',
				repetative: true,

				// spawn a one time output  script, but relaunch it every cycletime milliseconds

				// repretative: false,
				// command: 'printitonce.py',
				cycletime: 2000,

				// print debugging messages from the node_helper
				debug: true
			}
		 },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/101099</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101099</guid><dc:creator><![CDATA[RobCee]]></dc:creator><pubDate>Tue, 12 Apr 2022 10:37:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 18:19:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> and I missed the latest/fat under the TAG column of your  table… tldr(lol), my apologies</p>
]]></description><link>https://forum.magicmirror.builders/post/101080</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101080</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 11 Apr 2022 18:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 18:15:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">yes, the docs … no native english speaker so docs are always a struggle. Thanks for the hints, will update …</p>
]]></description><link>https://forum.magicmirror.builders/post/101077</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101077</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Mon, 11 Apr 2022 18:15:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 18:13:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> thanks… the doc needs help tho</p>
<blockquote>
<p dir="auto">The difference between latest and fat is image size and installed</p>
</blockquote>
<p dir="auto">those words are not used above that sentence, and so didn’t mean anything to me…</p>
<p dir="auto">I would propose adding in front of that  sentence</p>
<pre><code>There are two images of each type created

latest and fat 
docker pull image_name:latest 
or
docker pull image_name:fat 
</code></pre>
<p dir="auto">and then I would add a new line between these sentences</p>
<pre><code>debian packages. For most use cases the latest image is sufficient. 
Some modules need dependencies which are not includes in latest, e.g
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/101076</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101076</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 11 Apr 2022 18:13:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 18:04:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">the docker image <code>karsten13/magicmirror:latest</code> doesn’t contain python. Simplest solution for this is to use the fat image <code>karsten13/magicmirror:fat</code>, for more infos: <a href="https://khassel.gitlab.io/magicmirror/images/" target="_blank" rel="noopener noreferrer nofollow ugc">https://khassel.gitlab.io/magicmirror/images/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/101073</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101073</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Mon, 11 Apr 2022 18:04:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 17:05:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> super. thanks for the pointer.</p>
]]></description><link>https://forum.magicmirror.builders/post/101068</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101068</guid><dc:creator><![CDATA[RobCee]]></dc:creator><pubDate>Mon, 11 Apr 2022 17:05:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 16:58:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robcee" aria-label="Profile: RobCee">@<bdi>RobCee</bdi></a> you can do most of the dev and test using a local file , outside of MM</p>
<p dir="auto">xxx.js<br />
then<br />
node xxx.js</p>
<p dir="auto">at least to get your main function working…</p>
<p dir="auto">this code would work in the node helper</p>
]]></description><link>https://forum.magicmirror.builders/post/101067</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101067</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 11 Apr 2022 16:58:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 16:55:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> it may just be quicker for me to learn how to do what my python code does in .js<br />
It probably isn’t that complex. It is only reading stuff from web services and reporting it locally. I had hoped I could skip that stage, but I guess there are no short-cuts.</p>
]]></description><link>https://forum.magicmirror.builders/post/101066</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101066</guid><dc:creator><![CDATA[RobCee]]></dc:creator><pubDate>Mon, 11 Apr 2022 16:55:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 16:40:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robcee" aria-label="Profile: RobCee">@<bdi>RobCee</bdi></a> while its challenging, its possible</p>
<p dir="auto">I might open an issue of the docker image to allow a folder/file with additional packages to install at startup…</p>
<p dir="auto">seems a waste to do it every refresh time tho</p>
<p dir="auto">long ago and far away (2015) I had a product to install in an image, 1.5 GIG of product, and didn’t want to make  a separate image for the different versions…</p>
<p dir="auto">so I figured out how to install and capture that as a tarfile, and then<br />
untar it as part of the startup…</p>
<p dir="auto">then the start script passed that as a parm to startup,   so I could change the product on the fly, using the same tiny image…</p>
]]></description><link>https://forum.magicmirror.builders/post/101065</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101065</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 11 Apr 2022 16:40:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PythonPrint customisation on Mon, 11 Apr 2022 16:31:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> that works, but the setup refreshes itself by default, so it wouldn’t last too long.<br />
I will work it through. Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/101064</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101064</guid><dc:creator><![CDATA[RobCee]]></dc:creator><pubDate>Mon, 11 Apr 2022 16:31:08 GMT</pubDate></item></channel></rss>