<?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[Monthly Calendar Add]]></title><description><![CDATA[<p dir="auto">Hey Guys and Girls</p>
<p dir="auto">I am working on my first magic mirror and learning the whole command thing…its not going well.<br />
I have cloned the file and created a config.js file.<br />
When I go to add Monthly_Calendar  (<a href="https://github.com/KirAsh4/calendar_monthly/blob/master/README.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/KirAsh4/calendar_monthly/blob/master/README.md</a>)<br />
My Magic Mirror wont load. I have copied and pasted the command lines to no success.<br />
I have ran my syntax through <a href="http://jshint.com" target="_blank" rel="noopener noreferrer nofollow ugc">jshint.com</a> but the errors don’t make sense to me, or I cant figure it out.<br />
When I add the calendar I have “{” on the line before module. I get an error saying it should be “}” as it expects that because of line 27 (Var secion) has a “{”<br />
I comply and make the switch, error disappears from syntax check, but then it starts asking for semi colons and such.<br />
When I change Position: to Position; and swap ’ to" I get the following error:<br />
Expected an assignment or function call and instead saw an expression.<br />
I am adding the module in the way the default modules appear in the config file.</p>
<pre><code>modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: ‘calendar_monthly’,
		    position: “top_center”,
	      },
</code></pre>
<p dir="auto">Syntax Errors:</p>
<p dir="auto">Three warnings<br />
97	Expected ‘}’ to match ‘{’ from line 27 and instead saw ‘module’.<br />
97	Missing semicolon.<br />
97	Unrecoverable syntax error. (75% scanned).</p>
]]></description><link>https://forum.magicmirror.builders/topic/12677/monthly-calendar-add</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 21:34:55 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12677.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Apr 2020 16:37:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Monthly Calendar Add on Sat, 02 May 2020 18:48:28 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 SO MUCH!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/74390</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74390</guid><dc:creator><![CDATA[StewartBaird86]]></dc:creator><pubDate>Sat, 02 May 2020 18:48:28 GMT</pubDate></item><item><title><![CDATA[Reply to Monthly Calendar Add on Fri, 01 May 2020 02:17:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stewartbaird86" aria-label="Profile: StewartBaird86">@<bdi>StewartBaird86</bdi></a> said in <a href="/post/73555">Monthly Calendar Add</a>:</p>
<blockquote>
<pre><code>  	module: ‘calendar_monthly’,
      position: “top_center”,
</code></pre>
</blockquote>
<p dir="auto">wrong kind of single and double quotes, note that they are slightly tilted… this is a word processing program quote,<br />
vs a text editor quote, both are straight up and down</p>
]]></description><link>https://forum.magicmirror.builders/post/74169</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74169</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 01 May 2020 02:17:53 GMT</pubDate></item><item><title><![CDATA[Reply to Monthly Calendar Add on Fri, 01 May 2020 02:11:40 GMT]]></title><description><![CDATA[<p dir="auto">Anybody able to explain what I am doing wrong? I am following the Read ME</p>
]]></description><link>https://forum.magicmirror.builders/post/74167</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74167</guid><dc:creator><![CDATA[StewartBaird86]]></dc:creator><pubDate>Fri, 01 May 2020 02:11:40 GMT</pubDate></item></channel></rss>