Read the statement by Michael Teeuw here.
Email
-
Updated email module.
Now supports:
- Multiple email accounts
- Will not crash on too many unread emails
- Better fetching of recent and unread emails
-
@eugenelai @apm1007 @Gungnir83 Please update. :)
-
Done the update and now email is “Loading”. Nothing more than this.
Anyone knows why?
The bottom error I got after the “npm install”. -
@Preve Thanks for the heads up. The bottom parts are warnings and have nothing to do with the module not working.
Loading
for a long time indicates problem with communicating with your email service. -
@ronny3050 I have the same problem as Preve, I have tried multiple email accts, and nothing. Happened after I updated MM. Any ideas?
-
Hey @ronny3050, is there a way to only show the sender’s name and not their email address?
-
@davidrq7 Do you remember what you did to solve this? cause I have the same problem
-
Hi, when starting up the Mirror, email shows loading…
in my terminal i see the following:
NEW MAIL
NEW MAIL
NEW MAIL
Email notifier error: { Error: Timed out while autenticating with server at Timeout._onTimeout (/home/pi/MagicMirror/modules/email/node_modules/imap/lib/Connectionmy config looks good,
Accounts: [user: ‘XX@hotmail.com’,
password: ‘’,
host: ‘imap-mail.outlook.com’,
port: 993,
tls: true,
authTimeout: 10000,
numberOfEmails: 5
},
]
fade: true,
maxCharacters: 30
} -
ok, it works, now for the css of the .address text, the text is not well readable on the mirror, there is like some sort of gradient or something effect on the font/text. How do I disable this?
-
@MSimonart here is no gradient effect, probably you mean the default magicmirror class dimmed, you can overwrite it for that module in the custom css
.email .dimmed { color: #aaa; }