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.

    email-mirror not retrieving emails

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 2.0k 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.
    • B Offline
      beeficecream
      last edited by

      Trying to setup email retrieval via imap and not seeing what the resolution is here. I’ve setup the module and configured it per instructions then restarted MM. It loads up just fine, but displays no emails in the module area. My GMail account is configured to allow access from less secure applications already.

      {
          module: "email",
          position: "top_left",
          header: "Email",
          config: {
              accounts: [
                {
                    user: 'beeficecream@gmail.com',
                    password: 'youDontNeedMyPasswordSilly',
                    host: 'imap.gmail.com',
                    port: 993,
                    tls: true,
                    authTimeout: 10000,
                    numberOfEmails: 2,
               }
           ],
          fade: true,
          maxCharacters: 30
          }
      },
      
      1 Reply Last reply Reply Quote 0
      • lucallmonL Offline
        lucallmon
        last edited by

        Mine stopped working months ago with the latest MM update. Not sure how to resolve it also.

        1 Reply Last reply Reply Quote 0
        • lucallmonL Offline
          lucallmon
          last edited by lucallmon

          @ronny3050 any thoughts?

          1 Reply Last reply Reply Quote 0
          • 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