MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ca035830
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    ca035830

    @ca035830

    0
    Reputation
    246
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ca035830 Unfollow Follow

    Latest posts made by ca035830

    • Syntax Error on Mail Module

      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

      posted in Troubleshooting
      C
      ca035830