MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    How to display Apple Mail (iCloud)

    Troubleshooting
    1
    1
    775
    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.
    • N
      NJRonbo last edited by

      Hello everyone!

      My first post here.

      Had someone build a MagicMirror for me. He did a great job.

      Having issues getting my Apple Mail to show.

      Here is how it looks in the Pi config:

      {
      module: ‘email-mirror’,
      position: ‘top_left’,
      header: ‘Email’,
      config: {
      accounts: [
      {
      user: ‘njronbo@icloud.com’,
      password: ‘appleauthorizedgeneratedpasswordwenthere’,
      host: ‘imap.mail.me.com’,
      port: 993,
      tls: true,
      authTimeout: 10000,
      numberOfEmails: 5,
      },
      ],
      fade: true,
      maxCharacters: 30
      }
      },
      {
      module: “compliments”,
      position: “lower_third”
      },

      Any help you can provide would be appreciated

      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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy