Read the statement by Michael Teeuw here.
Email
-
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; }
-
@apm1007 hello
-
@strawberry-3.141 Ok i’ll try, thanks
-
@MSimonart
no new email show -
Same problem here. The module recieves the Mails but they weren’t shown in the mirror
//edit: fixed my problem. Fade has to be false…
-
I have added the module in Default folder named it email
and added the module in config.js from the Github link followed here
https://github.com/ronny3050/email-mirror
but nothing is shown on screen.