A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to display Apple Mail (iCloud)
- 
 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 
