<?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[Syntax Error on Mail Module]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I am very new to this. I have worked through a number of configuration challenges I have had but this final one has eluded me.</p>
<p dir="auto">I am trying to get my email to display on MM. I have followed the instruction for the module but I guess I have missed something. I get a syntax error on the config file when I launch MM.</p>
<p dir="auto">Here is the part of my config that is giving me the problem.</p>
<pre><code>		{
		module: "email",
                position: "bottom_left",
                header: "Email",
                config: {
                    accounts: [
                        {
                            user: "john.c.williamson@rogers.com",
                            password: "**********",
                            host: "imap.mail.yahoo.com",
                            port: 993,
                            tls: true,
                            authTimeout: 10000,
                            numberOfEmails: 5
                        }
                  ]
                    
		    fade: true,
                    maxCharacters: 30
                }
	},
]
</code></pre>
<p dir="auto">I am not sure what is wrong. I am very green at this so I would not be surprised if it is something obvious… :)</p>
<p dir="auto">Any guidance is greatly appreciated.</p>
<p dir="auto">John Williamson</p>
]]></description><link>https://forum.magicmirror.builders/topic/5270/syntax-error-on-mail-module</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 10:56:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5270.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Oct 2017 15:09:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Syntax Error on Mail Module on Fri, 13 Oct 2017 19:20:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ca035830" aria-label="Profile: ca035830">@<bdi>ca035830</bdi></a><br />
There should be a comma after the ], if I’m not mistaken</p>
]]></description><link>https://forum.magicmirror.builders/post/29506</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29506</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Fri, 13 Oct 2017 19:20:20 GMT</pubDate></item></channel></rss>