<?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[How to go to the IP address on the mirror and see the module errors in the browser console?]]></title><description><![CDATA[<p dir="auto">I understand the stupid question…)<br />
I have remote access to the mirror via VNC on raspberries.<br />
I need to look at and save errors for the module developer in the browser console.<br />
How to do this?<br />
I go to the mirror through VNC, open the browser on raspberries with the mirror running, open the console there, but it’s empty there.<br />
I try to enter the IP address in the browser on my PC, but this address does not open.</p>
]]></description><link>https://forum.magicmirror.builders/topic/18102/how-to-go-to-the-ip-address-on-the-mirror-and-see-the-module-errors-in-the-browser-console</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 14:10:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18102.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Oct 2023 14:02:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to go to the IP address on the mirror and see the module errors in the browser console? on Fri, 20 Oct 2023 18:41:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/laz" aria-label="Profile: Laz">@<bdi>Laz</bdi></a> As all of my systems are behind a firewall - I’ve opened the Mirror to “public” access by using the config of</p>
<pre><code>var config = {
	address: "0.0.0.0",
	port: 8080,
	ipWhitelist: [],
... 
</code></pre>
<p dir="auto">then, I simply load the mirror in my main computer’s browser with <code>http://mirror:8080</code> and use the devtools of my browser to view the errors and such.</p>
]]></description><link>https://forum.magicmirror.builders/post/111898</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111898</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 20 Oct 2023 18:41:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to go to the IP address on the mirror and see the module errors in the browser console? on Fri, 20 Oct 2023 14:11:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/laz" aria-label="Profile: Laz">@<bdi>Laz</bdi></a> on the pi open a terminal window</p>
<p dir="auto">type<br />
hostname<br />
and<br />
ip addr</p>
<p dir="auto">the first will give you the local network name of that pi. (default is raspberry)</p>
<p dir="auto">console. on whatever system has the browser open, do ctrl-shift-i to.open the developers window</p>
<p dir="auto">then the messages are on the console tab<br />
you can use the filter field to get just messages related at a specific module, by entering a unique part of its name.</p>
<p dir="auto">I use ssh, never VNC. I can use the bitvise or winscp clients on windows to give me an ssh  terminal window, and also a file manager view of the pi file system to double click to edit files. I use notepad++ or visual studio code as the system text file editor.</p>
<p dir="auto">Mac and Linux can give u the remote file system view as well.</p>
]]></description><link>https://forum.magicmirror.builders/post/111897</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111897</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 20 Oct 2023 14:11:29 GMT</pubDate></item></channel></rss>