• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Syntax Error on Mail Module

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 2 Posters 1.1k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    ca035830
    last edited by Oct 13, 2017, 3:09 PM

    Hi everyone,

    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.

    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.

    Here is the part of my config that is giving me the problem.

    		{
    		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
                    }
    	},
    ]
    

    I am not sure what is wrong. I am very green at this so I would not be surprised if it is something obvious… :)

    Any guidance is greatly appreciated.

    John Williamson

    Y 1 Reply Last reply Oct 13, 2017, 7:20 PM Reply Quote 0
    • Y Offline
      yawns Moderator @ca035830
      last edited by Oct 13, 2017, 7:20 PM

      @ca035830
      There should be a comma after the ], if I’m not mistaken

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      1 / 1
      • First post
        2/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy