Read the statement by Michael Teeuw here.
Email
-
@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. -
The email module folder goes in the modules folder but not inside the default folder
-
@Mykle1 I have moved it to module but it is not working
-
This post is deleted! -
When I wrote the command npm install
it showed error no License and no repository field found
then I added repository and license
but it shows that email@0.0.1 is not valid license spdx expression
“license” : {
“type” : “MIT”
}