<?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[Config template file not exists, no ensubst]]></title><description><![CDATA[<p dir="auto">Today I installed the current version of MM on Win10  in C:\MagicMirror.  I had a previous version running without issue in C:\Users.  I did not re-install Node.  I am getting this message “Config template file not exists, no ensubst”.  The rest of the loading messages seem normal with the last message being “Sockets connected and modules started”.  Config:check does not find any errors.   Here is my config.js</p>
<pre><code>let config = {
	address: "localhost",	// Address to listen on, can be:
							// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
							// - another specific IPv4/6 to listen on a specific interface
							// - "0.0.0.0", "::" to listen on any interface
							// Default, when address config is left out or empty, is "localhost"
	port: 8080,
	basePath: "/",			// The URL path where MagicMirror² is hosted. If you are using a Reverse proxy
					  		// you must set the sub path here. basePath must end with a /
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],	// Set [] to allow all IP addresses
															// or add a specific IPv4 of 192.168.1.5 :
															// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
															// or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
															// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	useHttps: false, 		// Support HTTPS or not, default "false" will use HTTP
	httpsPrivateKey: "", 	// HTTPS private key path, only require when useHttps is true
	httpsCertificate: "", 	// HTTPS Certificate path, only require when useHttps is true

	language: "en",
	locale: "en-US",
	logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
	timeFormat: 12,
	units: "imperial",

	modules: [
		{ // clock
			module: "clock",
			position: "top_left"
		},
	
	]
};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
<p dir="auto">I would appreciate some help in troubleshooting this.  Thank you for taking a look.</p>
]]></description><link>https://forum.magicmirror.builders/topic/17807/config-template-file-not-exists-no-ensubst</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 15:24:31 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17807.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 May 2023 22:49:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Config template file not exists, no ensubst on Sat, 27 May 2023 20:23:05 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> The temp fix worked.  Thank you!</p>
]]></description><link>https://forum.magicmirror.builders/post/109532</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109532</guid><dc:creator><![CDATA[DDE12]]></dc:creator><pubDate>Sat, 27 May 2023 20:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to Config template file not exists, no ensubst on Sat, 27 May 2023 19:31:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a> doah, windows…  bug,  temp fix or pull the develop branch</p>
<p dir="auto">temp fix, remove the red, add the green</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/commit/979f4ec6647728215ff1cccca941548b703ad356" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/commit/979f4ec6647728215ff1cccca941548b703ad356</a></p>
<p dir="auto">or get the develop  branch</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/109531</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109531</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 27 May 2023 19:31:59 GMT</pubDate></item><item><title><![CDATA[Reply to Config template file not exists, no ensubst on Sat, 27 May 2023 18:59:36 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 />
User@Win10 MINGW64 /c/MagicMirror<br />
$ npm run start</p>
<blockquote>
<p dir="auto">magicmirror@2.23.0 start<br />
.\node_modules.bin\electron js\electron.js</p>
</blockquote>
<p dir="auto">[27.05.2023 14:49.18.622] [LOG]   Starting MagicMirror: v2.23.0<br />
[27.05.2023 14:49.18.638] [LOG]   Loading config …<br />
[27.05.2023 14:49.18.638] [DEBUG] config template file not exists, no envsubst<br />
[27.05.2023 14:49.18.654] [LOG]   Loading module helpers …<br />
[27.05.2023 14:49.18.654] [LOG]   No helper found for module: alert.<br />
[27.05.2023 14:49.18.669] [LOG]   Initializing new module helper …<br />
[27.05.2023 14:49.18.676] [LOG]   Module helper loaded: updatenotification<br />
[27.05.2023 14:49.18.676] [LOG]   No helper found for module: clock.<br />
[27.05.2023 14:49.19.008] [LOG]   Initializing new module helper …<br />
[27.05.2023 14:49.19.008] [LOG]   Module helper loaded: calendar<br />
[27.05.2023 14:49.19.008] [LOG]   No helper found for module: compliments.<br />
[27.05.2023 14:49.19.008] [LOG]   No helper found for module: weather.<br />
[27.05.2023 14:49.19.039] [LOG]   Initializing new module helper …<br />
[27.05.2023 14:49.19.039] [LOG]   Module helper loaded: newsfeed<br />
[27.05.2023 14:49.19.039] [LOG]   All module helpers loaded.<br />
[27.05.2023 14:49.19.070] [LOG]   Starting server on port 8080 …<br />
[27.05.2023 14:49.19.209] [LOG]   Launching application.<br />
[27.05.2023 14:49.19.391] [LOG]   Server started …<br />
[27.05.2023 14:49.19.391] [LOG]   Connecting socket for: updatenotification<br />
[27.05.2023 14:49.19.391] [LOG]   Starting module helper: updatenotification<br />
[27.05.2023 14:49.19.391] [LOG]   Connecting socket for: calendar<br />
[27.05.2023 14:49.19.400] [LOG]   Starting node helper for: calendar<br />
[27.05.2023 14:49.19.400] [LOG]   Connecting socket for: newsfeed<br />
[27.05.2023 14:49.19.400] [LOG]   Starting node helper for: newsfeed<br />
[27.05.2023 14:49.19.400] [LOG]   Sockets connected &amp; modules started …</p>
]]></description><link>https://forum.magicmirror.builders/post/109530</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109530</guid><dc:creator><![CDATA[DDE12]]></dc:creator><pubDate>Sat, 27 May 2023 18:59:36 GMT</pubDate></item><item><title><![CDATA[Reply to Config template file not exists, no ensubst on Sat, 27 May 2023 12:17:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a> but I think you need to do the npm install in the MagicMirror folder</p>
]]></description><link>https://forum.magicmirror.builders/post/109528</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109528</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 27 May 2023 12:17:47 GMT</pubDate></item><item><title><![CDATA[Reply to Config template file not exists, no ensubst on Sat, 27 May 2023 03:40:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a> can you show the rest of the messages</p>
]]></description><link>https://forum.magicmirror.builders/post/109526</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109526</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 27 May 2023 03:40:14 GMT</pubDate></item><item><title><![CDATA[Reply to Config template file not exists, no ensubst on Sat, 27 May 2023 02:00:51 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> Thank you for taking a look at this.  I forgot to put in the first post that the MM screen doesn’t start.  If that message does not indicate an error, then I have another problem.  Please let me know what else to try or what further info I can provide.  Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/109523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109523</guid><dc:creator><![CDATA[DDE12]]></dc:creator><pubDate>Sat, 27 May 2023 02:00:51 GMT</pubDate></item><item><title><![CDATA[Reply to Config template file not exists, no ensubst on Wed, 24 May 2023 23:03:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a> this is a new feature, allowing  runtime substitution of variables  in the config<br />
see<br />
<a href="https://docs.magicmirror.builders/configuration/introduction.html#environment-variables" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/configuration/introduction.html#environment-variables</a></p>
<p dir="auto">the message just says we didn’t find the env file to use, not an error</p>
<p dir="auto">this goes along with some additional messaging  in the case where we couldn’t find the module you specified in config.js …   instead of being silent…</p>
]]></description><link>https://forum.magicmirror.builders/post/109478</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109478</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 24 May 2023 23:03:02 GMT</pubDate></item></channel></rss>