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

      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

      yawnsY 1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator @ca035830
        last edited by

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

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          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