<?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[Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10]]></title><description><![CDATA[<h1>Install MagicMirror on a PC Windows 7/10 - Complete walkthrough</h1>
<p dir="auto">I just finished a fresh install of Windows 7 on a Compaq Presario CQ57 laptop with 3.5GB of RAM and 32-bit OS.<br />
Worthless really, but it runs Magic Mirror like a champ, as it is far more robust than a Pi of any kind.<br />
No graphics problems. No system load issues. Even this old laptop makes a decent MM dev machine.<br />
Ok, lets get to it!</p>
<h2>First things first</h2>
<ul>
<li>
<p dir="auto">Go to <a href="https://nodejs.org/en/download/" target="_blank" rel="noopener noreferrer nofollow ugc">https://nodejs.org/en/download/</a> and download the Windows Installer. In this case it’s the<br />
<code>node-v6.11.0-x86.msi</code> file because I’m running 32-bit Windows 7. Double Click the installer and<br />
let it do its thing. You don’t have to change anything. The default installation is what you want.<br />
You may have noticed that <code>npm</code> was also installed. Isn’t that nice? :-)</p>
</li>
<li>
<p dir="auto">Now go to <a href="https://git-for-windows.github.io/" target="_blank" rel="noopener noreferrer nofollow ugc">https://git-for-windows.github.io/</a> and download <code>git for Windows</code>. Double Click the<br />
installer. Again, you can use the defaults but if you want to use TrueType fonts in your terminal<br />
windows then choose that in the Components section of the installer. Also, you can choose to use<br />
Git only from the Git Bash terminal. The default allows you to use Git commands from the Windows Command<br />
prompt. Other than that, this walkthrough assumes the defaults for Git installation.</p>
</li>
</ul>
<h2>Lets get the MagicMirror software</h2>
<ul>
<li>Go to <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror</a> to get the MagicMirror software.</li>
<li>Click on the green <code>Code</code> button on the right and copy the url (<a href="https://github.com/MichMich/MagicMirror.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror.git</a>)</li>
<li>Open and new terminal and type <code>git clone</code> and one space, then paste the url you just copied.</li>
<li>It should look like this <code>git clone https://github.com/MichMich/MagicMirror.git</code></li>
</ul>
<h2>Now you wait patiently as it installs.</h2>
<h2>You’re so close you can taste it!</h2>
<p dir="auto">Remember we installed Git? Click Start/All Programs/Git/Git Bash. This opens your Git Bash terminal<br />
window.</p>
<ul>
<li>
<p dir="auto">Type <code>cd MagicMirror</code> and press the <code>Enter</code> key. Now you’re in the <code>~/MagicMirror</code> directory.</p>
</li>
<li>
<p dir="auto">Type <code>npm install</code> and press the <code>Enter</code> key. This will install the dependencies for MagicMirror.<br />
It will take some time to complete depending on your PC. Mine took 6 minutes.<br />
You may see <code>npm WARN</code> for a few items but these are NOT errors and don’t affect anything.<br />
When that’s done, we continue, still in the <code>~/MagicMirror</code> directory.</p>
</li>
<li>
<p dir="auto">Type <code>npm start</code> and press the <code>Enter</code> key. You WILL get a “Please create a config file.” message<br />
I just wanted you to see it. No worries. We’re almost done. Follow me!</p>
</li>
<li>
<p dir="auto">Press the <code>Alt</code> key on your keyboard. This drops down a menu bar at the top of your screen.<br />
You won’t see your mouse cursor until you move it all the way to the top of the screen into the<br />
menu bar. There it is! Click on the <code>File</code> menu and click <code>Exit</code>. This brings you back to your<br />
desktop. If there is a “Windows Security Alert” window concerning “Electron” click the <code>Allow access</code> button.<br />
You’ll notice “fatal: Not a git repository (or any of the parent directories): .git” in your teminal window.<br />
Not to worry. Minimize your terminal window or move it out of the way.</p>
</li>
</ul>
<h2>Here we create your working config.js file.</h2>
<p dir="auto">We’re not going to use the terminal to do this. This way is just easier, especially for beginners.<br />
From your desktop, navigate to your MagicMirror folder. Remember where it is? :-)</p>
<ul>
<li>Double click the MagicMirror folder.</li>
<li>Double click the config folder.</li>
<li>Right click the <code>config.js.sample</code> file.</li>
<li>Choose <code>Copy</code></li>
<li>Right click somewhere else in that same window and choose <code>Paste</code>.</li>
<li>Rename the “COPY” you just pasted to <code>config.js</code><br />
Windows may ask about changing the file type. Accept! It’s now a JScript Script File.<br />
The <code>config.js</code> file that you just created is your working config file.<br />
This is where you’ll add your entries for other modules to your mirror.</li>
</ul>
<h2>Had enough? Lets run that MagicMirror, NOW!</h2>
<p dir="auto">If your Git Bash terminal window is still open (I never told you to close it) we can continue.<br />
If you need to open a new one then do so now and type <code>cd MagicMirror</code> to enter the MagicMirror directory.<br />
Now that you’re in the <code>~/MagicMirror</code> directory of your terminal:</p>
<ul>
<li>Type <code>npm start</code> and press the <code>Enter</code> key.</li>
</ul>
<p dir="auto">Your Clock, Calendar, Compliments and Newsfeed modules are now operational!</p>
<p dir="auto">You’re welcome!</p>
<h2>Why did I bother?</h2>
<p dir="auto">Well, for a number of reasons. When I discovered MagicMirror (January 2017) I knew less than you.<br />
I am completely serious. I had to learn all of this from scratch. Fortunately for me, there were some<br />
very generous and kind users on this forum that helped me. One in particular continues to help and<br />
tutor me to this day. I will call him, “Broffessor” for the sake of this walkthrough. I approached<br />
him for help on my very first module and he was more than willing. Now, I have 10 modules under<br />
my belt (7 published, 2 about to be released and 1 that will NEVER be released) and a good friend<br />
to go along with them. This walkthrough is a way for me to say thank you to those people that helped<br />
me, by helping others. I hope I have done so.</p>
<h2>How it all began</h2>
<p dir="auto">My son mentioned the Raspberry Pi in passing one day. Now I’m doing some simple coding and creating<br />
modules for MagicMirror.</p>
<p dir="auto">Who woulda thought?</p>
<h2>Edit! Windows 10 users!</h2>
<p dir="auto">I have not tested this but I’ve been assured that MM will indeed work on Windows 10, following the instructions above. You must <strong>absolutely</strong> use the <strong>Git Bash</strong> terminal window because the Windows CMD window does not recognize bash or sh. However, Git Bash creates a linux-like environment in which MM runs very well. :-)</p>
]]></description><link>https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 01:06:20 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4089.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Jun 2017 18:14:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Sat, 01 Jul 2023 11:07:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> yes this is probably an older browser which doesn’t support the newer JavaScript language features we are using.</p>
]]></description><link>https://forum.magicmirror.builders/post/110005</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110005</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 01 Jul 2023 11:07:21 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Sat, 01 Jul 2023 06:52:04 GMT]]></title><description><![CDATA[<p dir="auto">just to give an update to my earlier post.<br />
i manage to get the browser to show mm on my phone but not my ipad. could this be an issue of old safari browser or something along those line?</p>
]]></description><link>https://forum.magicmirror.builders/post/110004</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110004</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Sat, 01 Jul 2023 06:52:04 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Sat, 01 Jul 2023 05:36:19 GMT]]></title><description><![CDATA[<p dir="auto">i set mirror config ip to pc ip address, ipwhitelist []…<br />
pc webbrowser via ip address and electron works. but using ipad via ipaddress of pc, it shows black screen. terminal show fetching module. so it seems like its working but black screen…?</p>
]]></description><link>https://forum.magicmirror.builders/post/110003</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110003</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Sat, 01 Jul 2023 05:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Fri, 30 Jun 2023 23:13:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> cast ?  Google search is your friend</p>
]]></description><link>https://forum.magicmirror.builders/post/110000</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110000</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 30 Jun 2023 23:13:01 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Fri, 30 Jun 2023 23:12:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> all kinds of ways to use ssh</p>
<p dir="auto">the command is ssh. user-name-at-other-system@other-system-nane-or-ip-address</p>
<p dir="auto">example</p>
<p dir="auto">ssh pi@rasberrypi</p>
<p dir="auto">using the default user name and machine names</p>
<p dir="auto">there are other tools that make sone of this better</p>
<p dir="auto">winscp or bitvise ssh client</p>
<p dir="auto">both provide the ssh terminal window for commands AND a file manager window for accessing files on the other machine… double click to edit like normal</p>
<p dir="auto">I use notepad++ as my windows text editor</p>
]]></description><link>https://forum.magicmirror.builders/post/109999</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109999</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 30 Jun 2023 23:12:22 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Thu, 29 Jun 2023 15:50:01 GMT]]></title><description><![CDATA[<p dir="auto">Sorry guys it’s getting too technical for my limited understanding.</p>
<p dir="auto">I don’t have a pi yet. I’m on a pc with the git cmd, how do I “cast” to the tv/monitor?</p>
<p dir="auto">When I subsequently get a pi, how do I uh ssh from pc to pi?</p>
<p dir="auto">Is there like a 101 guide to both above?</p>
]]></description><link>https://forum.magicmirror.builders/post/109974</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109974</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Thu, 29 Jun 2023 15:50:01 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Thu, 29 Jun 2023 12:52:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> yes, you need to change the config.js address: setting to something other than localhost</p>
<p dir="auto">localhost means only applications inside the same machine can connect.</p>
<p dir="auto">you can specify the local machine address, as long as it doesn’t change.<br />
or use “0.0.0.0”, which means any address on any adapter.</p>
<p dir="auto">a server application has to specify what network address it will listen on for incoming requests.</p>
<p dir="auto">“0.0.0.0”. is a shortcut that means  any address on any active network interface…(your mm could be on wifi and Ethernet at the same time )</p>
]]></description><link>https://forum.magicmirror.builders/post/109972</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109972</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 29 Jun 2023 12:52:37 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Thu, 29 Jun 2023 01:27:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> said in <a href="/post/109963">Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10</a>:</p>
<blockquote>
<ol>
<li>so I can use my tv, go into the browser and enter local host:8080 and I’m in? Assuming they are on the same network. Otherwise what would the web link be?</li>
</ol>
</blockquote>
<p dir="auto">Localhost won’t work on your TV because localhost in that case is the TV’s local host (server). You’ll want to use the IP address of your Raspberry Pi. Likely <code>http://192.168.1.xxx:8080</code> where <code>xxx</code> is the final numbers for your Pi.</p>
]]></description><link>https://forum.magicmirror.builders/post/109970</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109970</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Thu, 29 Jun 2023 01:27:45 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 28 Jun 2023 20:33:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a></p>
<ol>
<li>maybe.  we are using more and more of the latest JavaScript level es6. most tvs don’t provide that and are not updateable, so the code will fail.</li>
</ol>
<p dir="auto">problem seen recently on Samsung frame tv.</p>
<ol start="2">
<li>you can connect remotely to the pi ( and windows) w ssh (which i use for all mm work on my pis all over the house)</li>
</ol>
<p dir="auto">you can also use a graphical remote connection, vnc.<br />
there is a xrdp server for Linux too for window rdp connection.</p>
<p dir="auto">I use that on one of my Linux machines w no keyboard or display</p>
]]></description><link>https://forum.magicmirror.builders/post/109964</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109964</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 28 Jun 2023 20:33:22 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 28 Jun 2023 20:06:06 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 so much bruh. Couple of more questions if you don’t mind…</p>
<ol>
<li>
<p dir="auto">so I can use my tv, go into the browser and enter local host:8080 and I’m in? Assuming they are on the same network. Otherwise what would the web link be? I don’t suppose being on a different network works?</p>
</li>
<li>
<p dir="auto">in future when I setup the pi, I’ll have to install everything on the sd card and put into the pi. And the pi is behind the wall display… so assuming 1 fine day I would like to make changes, how do I go about doing it since I can’t use the terminal on my pc to make the changes?<br />
Do I have to take the pi out from the wall display, connect the pi to another monitor and do my edits in the other monitor? Or does the pi on the wall display allow me to do edits? How do people go about doing this, I just can’t wrap my head around this…</p>
</li>
</ol>
]]></description><link>https://forum.magicmirror.builders/post/109963</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109963</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Wed, 28 Jun 2023 20:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Fri, 30 Jun 2023 23:19:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> said in <a href="/post/109961">Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10</a>:</p>
<blockquote>
<p dir="auto">there is something i dont get though… The MM app itself is ‘electron’?</p>
</blockquote>
<p dir="auto">yes…  mm uses a browser to display<br />
electron, chrome, edge, firefox, Midori,…</p>
<blockquote>
<p dir="auto">and my git cmd is ‘terminal’?</p>
</blockquote>
<blockquote>
<p dir="auto">when i want to install module etc, i have to close the terminal and reopen and npm start again? is there a way to work continuously on the terminal without closing and opening?</p>
</blockquote>
<p dir="auto">no, mm only loads modules on start. u can install all you want at once, but you have to restart to load them</p>
<p dir="auto">yes, just stop MagicMirror, ctrl-c to stop the app and back to command line… work and npm start again</p>
<blockquote>
<p dir="auto">right now im working on windows and subsequently i will shift to raspberry Pi,  how do i transit everything over to the PI? or do i have to resetup everything?</p>
</blockquote>
<p dir="auto">yes</p>
<p dir="auto">install loads different binaries for mm. and for some modules.</p>
<p dir="auto">I have scripts for Linux to Linux, but not for windows.</p>
<blockquote>
<p dir="auto">and if im working on the windows, can i ‘cast’ the MM to anywhere else other than a web browser?</p>
</blockquote>
<p dir="auto">if you can cast a application…  been years since I used windows.</p>
<p dir="auto">but you can open a browser from anywhere to mm</p>
]]></description><link>https://forum.magicmirror.builders/post/109962</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109962</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 30 Jun 2023 23:19:26 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 28 Jun 2023 16:22:13 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> so i used your fix with the link that you provided and i can go into MM.</p>
<p dir="auto">there is something i dont get though… The MM app itself is ‘electron’?</p>
<p dir="auto">and my git cmd is ‘terminal’?</p>
<p dir="auto">when i want to install module etc, i have to close the terminal and reopen and npm start again? is there a way to work continuously on the terminal without closing and opening?</p>
<p dir="auto">right now im working on windows and subsequently i will shift to raspberry PI. how do i transit everything over to the PI? or do i have to resetup everything?</p>
<p dir="auto">and if im working on the windows, can i ‘cast’ the MM to anywhere else other than a web browser?</p>
]]></description><link>https://forum.magicmirror.builders/post/109961</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109961</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Wed, 28 Jun 2023 16:22:13 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 28 Jun 2023 12:23:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> yes, just the initial electron  browser startup was broken</p>
]]></description><link>https://forum.magicmirror.builders/post/109959</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109959</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 28 Jun 2023 12:23:15 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 28 Jun 2023 11:38: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> but when i go to localhost 8080 via web browser it appears to show the screen. is that normal?</p>
]]></description><link>https://forum.magicmirror.builders/post/109958</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109958</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Wed, 28 Jun 2023 11:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 28 Jun 2023 11:36:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> there is a big in the release on windows</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/issues/3083" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues/3083</a></p>
<p dir="auto">you can follow the instructions to checkout the develop branch, or wait til July 1 for the next release with the fix</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code">https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code</a></p>
]]></description><link>https://forum.magicmirror.builders/post/109955</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109955</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 28 Jun 2023 11:36:53 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 28 Jun 2023 05:37:44 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">hi i need some help here. when i ran npm start, im getting this message.</p>
<p dir="auto">Starting MagicMirror: v2.23.0<br />
[28.06.2023 13:36.52.647] [LOG]   Loading config …<br />
[28.06.2023 13:36.52.648] [DEBUG] config template file not exists, no envsubst<br />
[28.06.2023 13:36.52.650] [LOG]   Loading module helpers …<br />
[28.06.2023 13:36.52.650] [LOG]   No helper found for module: alert.<br />
[28.06.2023 13:36.52.655] [LOG]   Initializing new module helper …<br />
[28.06.2023 13:36.52.655] [LOG]   Module helper loaded: updatenotification<br />
[28.06.2023 13:36.52.656] [LOG]   No helper found for module: clock.<br />
[28.06.2023 13:36.52.717] [LOG]   Initializing new module helper …<br />
[28.06.2023 13:36.52.717] [LOG]   Module helper loaded: calendar<br />
[28.06.2023 13:36.52.718] [LOG]   No helper found for module: compliments.<br />
[28.06.2023 13:36.52.718] [LOG]   No helper found for module: weather.<br />
[28.06.2023 13:36.52.732] [LOG]   Initializing new module helper …<br />
[28.06.2023 13:36.52.733] [LOG]   Module helper loaded: newsfeed<br />
[28.06.2023 13:36.52.733] [LOG]   All module helpers loaded.<br />
[28.06.2023 13:36.52.737] [LOG]   Starting server on port 8080 …<br />
[28.06.2023 13:36.52.779] [LOG]   Launching application.<br />
[28.06.2023 13:36.52.812] [LOG]   Server started …<br />
[28.06.2023 13:36.52.818] [LOG]   Connecting socket for: updatenotification<br />
[28.06.2023 13:36.52.818] [LOG]   Starting module helper: updatenotification<br />
[28.06.2023 13:36.52.818] [LOG]   Connecting socket for: calendar<br />
[28.06.2023 13:36.52.819] [LOG]   Starting node helper for: calendar<br />
[28.06.2023 13:36.52.819] [LOG]   Connecting socket for: newsfeed<br />
[28.06.2023 13:36.52.819] [LOG]   Starting node helper for: newsfeed<br />
[28.06.2023 13:36.52.820] [LOG]   Sockets connected &amp; modules started …</p>
<p dir="auto">am i supposed to do something next?</p>
]]></description><link>https://forum.magicmirror.builders/post/109954</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109954</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Wed, 28 Jun 2023 05:37:44 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Thu, 12 Jan 2023 02:21:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reila" aria-label="Profile: Reila">@<bdi>Reila</bdi></a> hm… this is what mine is set to</p>
<pre><code>"start": "node_modules\\.bin\\electron js\\electron.js",
</code></pre>
<p dir="auto">and I don’t get any errors, but electron starts full screen, black screen</p>
<p dir="auto">but if I open edge and go to localhost:8080 it looks great and if I open electron<br />
(the 1st part, node_modules\.bin\electron) and go to <a href="http://localhost:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080</a><br />
it works…</p>
]]></description><link>https://forum.magicmirror.builders/post/107175</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107175</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 12 Jan 2023 02:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Thu, 12 Jan 2023 00:29:58 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> No problem! Browser version works fine for tinkering in the meantime :)</p>
<p dir="auto">npm is 8.17.0</p>
]]></description><link>https://forum.magicmirror.builders/post/107171</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107171</guid><dc:creator><![CDATA[Reila]]></dc:creator><pubDate>Thu, 12 Jan 2023 00:29:58 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Thu, 12 Jan 2023 00:24:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reila" aria-label="Profile: Reila">@<bdi>Reila</bdi></a> I am away from my system at the moment  be back in an hour or so.</p>
<p dir="auto">what does npm -v say?</p>
]]></description><link>https://forum.magicmirror.builders/post/107170</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107170</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 12 Jan 2023 00:24:52 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 11 Jan 2023 23:54:01 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><br />
Oh, I just copied as it was! It might have been a different guide, it was old after all… I see the backward slashes in a later post now.</p>
<p dir="auto">So now I tried</p>
<pre><code>"start": "node_modules\\.bin\\electron  js\\electron.js",
</code></pre>
<p dir="auto">(with both the double and single space, just in case) and it’s giving me the same error still.<br />
I tested changing the start-dev variant too.<br />
I must be missing another step still.</p>
]]></description><link>https://forum.magicmirror.builders/post/107169</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107169</guid><dc:creator><![CDATA[Reila]]></dc:creator><pubDate>Wed, 11 Jan 2023 23:54:01 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 11 Jan 2023 23:32:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reila" aria-label="Profile: Reila">@<bdi>Reila</bdi></a> you did not do the package.json edit correctly.</p>
<p dir="auto">windows uses slashes leaning left</p>
<p dir="auto">and u need 2 in each place</p>
<pre><code>node-modules\\.bin\\electron  js\\electron.js
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/107168</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107168</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 11 Jan 2023 23:32:56 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 11 Jan 2023 23:26:40 GMT]]></title><description><![CDATA[<p dir="auto">Heyo!<br />
I’ve done a fresh install of MM2 (on Win10), and now I’m struggling with the blank electron screen.</p>
<p dir="auto">I did the vendor and font install, changed the package.json to</p>
<pre><code>"start":"node_modules/.bin/electron js/electron.js",
</code></pre>
<p dir="auto">according to the guide on page 15, and now I’m getting</p>
<pre><code>bash: line 1: node_modules.binelectron: command not found
</code></pre>
<p dir="auto">on npm start, doesn’t start up MM.</p>
]]></description><link>https://forum.magicmirror.builders/post/107167</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107167</guid><dc:creator><![CDATA[Reila]]></dc:creator><pubDate>Wed, 11 Jan 2023 23:26:40 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Wed, 11 Jan 2023 14:11:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dude31222" aria-label="Profile: dude31222">@<bdi>dude31222</bdi></a> I don’t know. those are so far out of service…</p>
]]></description><link>https://forum.magicmirror.builders/post/107137</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107137</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 11 Jan 2023 14:11:51 GMT</pubDate></item><item><title><![CDATA[Reply to Complete Walkthrough - Install MagicMirror on a PC - Windows 7&#x2F;10 on Tue, 10 Jan 2023 05:28:47 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 did. Now i’ve upgraded to windows 8.1. still a black screen but a new error```<br />
[0110/062053.181:ERROR:_trace_logging_minimal.win.cc&lt;78&gt;] provider resistration failure</p>
<pre><code></code></pre>
]]></description><link>https://forum.magicmirror.builders/post/107129</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107129</guid><dc:creator><![CDATA[dude31222]]></dc:creator><pubDate>Tue, 10 Jan 2023 05:28:47 GMT</pubDate></item></channel></rss>