<?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[Best way to develop from Windows machine]]></title><description><![CDATA[<p dir="auto">I have a Raspberry Pi with Magic Mirror running - attached to a monitor but no keyboard or mouse. To develop, I am using Remote Desktop from my main Windows computer to remote in and do whatever. This is not ideal, as I have to:</p>
<ul>
<li>Turn on the Pi, let it load to MM</li>
<li>Close MM, then Log the main user out of the Raspberry Pi OS (while leaving the Pi on)</li>
<li>Remote Desktop from my Windows machine</li>
<li>Develop / edit the mirror from the remote window</li>
</ul>
<p dir="auto">I have to do this because Remote Desktop will not let me log into the Pi using the same user that is already logged in. I had actually created a second user, but then I don’t have access to the main user’s files (I know you can get around this, it just doesn’t seem like the right approach).</p>
<p dir="auto">So, is there some write-up or general consensus of the best way to work on Magic Mirror from a Windows machine, where the ultimate target is a Raspberry Pi?  Things like editing the config and css files, installing modules, developing new  modules, etc.</p>
<p dir="auto">BTW I also installed MM directly on my Windows machine as a way to develop a fork of a module, much easier than trying to do so via remote desktop. However, at some point I need to pull that fork down to the Pi, edit the config, test it with my other modules, etc.</p>
<p dir="auto">How do you long-time users do this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19193/best-way-to-develop-from-windows-machine</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 07:36:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19193.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Dec 2024 00:56:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Best way to develop from Windows machine on Thu, 05 Dec 2024 13:09:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/abuislam" aria-label="Profile: abuislam">@<bdi>abuislam</bdi></a> please, do  not copy the entire post you are replying to</p>
]]></description><link>https://forum.magicmirror.builders/post/121725</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121725</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 05 Dec 2024 13:09:35 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Sun, 08 Dec 2024 16:17:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpcode" aria-label="Profile: cpcode">@<bdi>cpcode</bdi></a> said in <a href="/post/121671">Best way to develop from Windows machine</a>:</p>
<p dir="auto">Use SSH with a text editor like VS Code (with the Remote - SSH extension) to edit files directly on the Pi. This avoids remote desktop issues and allows seamless file access and module development.</p>
]]></description><link>https://forum.magicmirror.builders/post/121724</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121724</guid><dc:creator><![CDATA[abuislam]]></dc:creator><pubDate>Sun, 08 Dec 2024 16:17:01 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Tue, 03 Dec 2024 02:05:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpcode" aria-label="Profile: cpcode">@<bdi>cpcode</bdi></a> don’t need sftp anymore</p>
<p dir="auto">Just edit direct thru window file manager. DoubleClick<br />
Editor opens  file, save puts it back on pi.</p>
]]></description><link>https://forum.magicmirror.builders/post/121678</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121678</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 03 Dec 2024 02:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Tue, 03 Dec 2024 02:01:35 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>  Thanks, this is perfect! I am set up with SFTP to the Pi and I can edit the remote files with VS Code on my machine. Haven’t tried SSH yet but hopefully that works well too.<br />
I’m good with old school HTML, JavaScript, and CSS, but have zero experience with anything Linux. This has been a great project to get my feet wet. I think in 3 or 4 more weeks I should be able to post some pics of my display here, it’s coming along.</p>
]]></description><link>https://forum.magicmirror.builders/post/121677</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121677</guid><dc:creator><![CDATA[cpcode]]></dc:creator><pubDate>Tue, 03 Dec 2024 02:01:35 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Tue, 03 Dec 2024 01:33:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpcode" aria-label="Profile: cpcode">@<bdi>cpcode</bdi></a> and you can use the developers window on the PC browser for css development</p>
<p dir="auto">See the second link in my signature below for using the dev window for css</p>
]]></description><link>https://forum.magicmirror.builders/post/121676</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121676</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 03 Dec 2024 01:33:43 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Tue, 03 Dec 2024 01:29:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpcode" aria-label="Profile: cpcode">@<bdi>cpcode</bdi></a></p>
<p dir="auto">And from Linux, you can use the caja file manager to get the remote file  view. SSH window is normal</p>
<p dir="auto">Sublime text - like notepad++<br />
And vs code</p>
]]></description><link>https://forum.magicmirror.builders/post/121675</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121675</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 03 Dec 2024 01:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Tue, 03 Dec 2024 01:23:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpcode" aria-label="Profile: cpcode">@<bdi>cpcode</bdi></a> bitvise gives you file transfer in both direction via drag/drop. Great for log files etc</p>
]]></description><link>https://forum.magicmirror.builders/post/121674</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121674</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 03 Dec 2024 01:23:56 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Tue, 03 Dec 2024 01:22:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpcode" aria-label="Profile: cpcode">@<bdi>cpcode</bdi></a>  all the installing modules part would be done thru the ssh terminal window.<br />
And terminal window commands there</p>
<p dir="auto">pm2 to restart MagicMirror or npm start/ctrl-c to stop</p>
]]></description><link>https://forum.magicmirror.builders/post/121673</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121673</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 03 Dec 2024 01:22:34 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to develop from Windows machine on Tue, 03 Dec 2024 02:34:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpcode" aria-label="Profile: cpcode">@<bdi>cpcode</bdi></a> use either Winscp or Bitvise ssh client. (Both free, I like Bitvise better) Both will give you the ssh window and a file manager view of the target system. So you can double click to edit on the windows system. And use your favorite text editor</p>
<p dir="auto">I use notepad++ or visual studio code</p>
<p dir="auto">Then you can use a browser on windows to access the MagicMirror server and see the changes there<br />
If the changes are css, just refresh the MagicMirror screen.   Most of the module config related to presentation will also be used on the refresh, no need to restart MagicMirror (like tuning the calendar views)</p>
<p dir="auto">Open mm in another browser tab, f11 to<br />
Max without titlebar,  f11 back out</p>
<p dir="auto">I never edit on the pi anymore</p>
<p dir="auto">No   desktop login required</p>
]]></description><link>https://forum.magicmirror.builders/post/121672</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121672</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 03 Dec 2024 02:34:19 GMT</pubDate></item></channel></rss>