<?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[Help figuring out what portion of this code is erroring out?]]></title><description><![CDATA[<p dir="auto">I can’t figure out what portion of the MMM-awesome-alexa code is causing my MM error:</p>
<pre><code>		/*{
  			"module": "MMM-awesome-alexa",
  			"position": "bottom_bar",
  			"config": {
    				"wakeWord": "Alexa",
    				"clientId": amzn1.application-oa2-client.54a08c41875f4xxxxxxxxxxxxxxx,
    				"clientSecret": 8ce8425cb89e02a7302a60d27d10b51d2f137d8fxxxxxxxxxxxxxxxxxxxxxxxxxx,
    				"deviceId": MagicMirror_1
			  }
		},*/
		]

};
</code></pre>
<p dir="auto">I put it in as a comment for now, so the MM will work but I’d like to try the magic mirror with alexa…</p>
]]></description><link>https://forum.magicmirror.builders/topic/10903/help-figuring-out-what-portion-of-this-code-is-erroring-out</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 03:25:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10903.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Aug 2019 01:14:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Mon, 05 Aug 2019 16:41:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, I’ll look at it tonight.</p>
]]></description><link>https://forum.magicmirror.builders/post/59816</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59816</guid><dc:creator><![CDATA[stalker401]]></dc:creator><pubDate>Mon, 05 Aug 2019 16:41:44 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Mon, 05 Aug 2019 15:27:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stalker401" aria-label="Profile: stalker401">@<bdi>stalker401</bdi></a> ok, open the developers window, ctrl-shift-i, select the console tab and scroll up to see any errors. Usually red text</p>
]]></description><link>https://forum.magicmirror.builders/post/59810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59810</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 05 Aug 2019 15:27:42 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Mon, 05 Aug 2019 15:07:53 GMT]]></title><description><![CDATA[<p dir="auto">So I went in this morning and made the corrections, but instead of the typical error, when I started MagicMirror it was black screen that had my mouse cursor on it. The code i used is:</p>
<pre><code>{
  			"module": "MMM-awesome-alexa",
  			"position": "bottom_bar",
  			"config": {
    				"wakeWord": "Alexa",
    				"clientId": "amzn1.application-oa2-client.54a08c41875f4xxxxxxxxxxxxxxx",
    				"clientSecret": "8ce8425cb89e02a7302a60d27d10b51d2f137d8fxxxxxxxxxxxxxxxxxxxxxxxxxx",
    				"deviceId": "MagicMirror_1"
			  }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/59806</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59806</guid><dc:creator><![CDATA[stalker401]]></dc:creator><pubDate>Mon, 05 Aug 2019 15:07:53 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Mon, 05 Aug 2019 10:54:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stalker401" aria-label="Profile: stalker401">@<bdi>stalker401</bdi></a> said in <a href="/post/59744">Help figuring out what portion of this code is erroring out?</a>:</p>
<blockquote>
<p dir="auto">MMM-awesome-alexa</p>
</blockquote>
<p dir="auto">Thanks everyone ill try it after work today</p>
]]></description><link>https://forum.magicmirror.builders/post/59794</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59794</guid><dc:creator><![CDATA[stalker401]]></dc:creator><pubDate>Mon, 05 Aug 2019 10:54:52 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Sun, 04 Aug 2019 23:42:39 GMT]]></title><description><![CDATA[<p dir="auto">Also, typically the words used to the left don’t need to be quoted</p>
<pre><code>module: "somestring",
config:{
   Something: true,
   something_Else: "some string"
}
</code></pre>
<p dir="auto">All words on the left are case sensitive</p>
]]></description><link>https://forum.magicmirror.builders/post/59785</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59785</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Aug 2019 23:42:39 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Sun, 04 Aug 2019 23:20:04 GMT]]></title><description><![CDATA[<p dir="auto">Only thing on the right side that doesn’t need to be quoted is true/false, or a number</p>
]]></description><link>https://forum.magicmirror.builders/post/59784</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59784</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Aug 2019 23:20:04 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Sun, 04 Aug 2019 23:18:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stalker401" aria-label="Profile: stalker401">@<bdi>stalker401</bdi></a> the text to the right of config words need to be quoted<br />
clientID, clientSecret and deviceId</p>
]]></description><link>https://forum.magicmirror.builders/post/59783</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59783</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Aug 2019 23:18:36 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Sun, 04 Aug 2019 22:54:24 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">Thanks. Any idea why it might be causing an error when i start mm though?</p>
]]></description><link>https://forum.magicmirror.builders/post/59782</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59782</guid><dc:creator><![CDATA[stalker401]]></dc:creator><pubDate>Sun, 04 Aug 2019 22:54:24 GMT</pubDate></item><item><title><![CDATA[Reply to Help figuring out what portion of this code is erroring out? on Sun, 04 Aug 2019 01:34:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stalker401" aria-label="Profile: stalker401">@<bdi>stalker401</bdi></a> for the future, all u need to do is add</p>
<p dir="auto">disabled: true,</p>
<p dir="auto">To the module definition</p>
]]></description><link>https://forum.magicmirror.builders/post/59745</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59745</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Aug 2019 01:34:27 GMT</pubDate></item></channel></rss>