email-mirror
email-mirror copied to clipboard
Receives emails and notifies mirror on new incoming emails.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
While starting the magic mirror, I get below error, any idea what's wrong? [LOG] Email notifier error: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed at doWrite (_stream_writable.js:399:19)...
ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues [2020-08-15 16:01:21.458] [LOG] Email notifier error: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream...
Guys, I have finally figured it out why there is nothing showing! There are 2 MAIN steps you need to check: 1) As previous people mentioned, there is a problem...
below is the error in pm2 log, any fix? [2020-07-26 18:25:49.625] [ERROR] Whoops! There was an uncaught exception... [2020-07-26 18:25:49.627] [ERROR] Error: self signed certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1317:34) at TLSSocket.emit...
Support displaying an excerpt of email bodies, up to the defined `maxCharacters`, if config is defined with `showBody: true`, otherwise display as before.
The slice was missing the first parameter, defining where to begin the slice, while what should have been the second parameter ("how many emails to bring") became the first one...
I have this module installed and e-mails are comming in perfectly. However the number of emails setting does not seem te work. I have moved it in the configuration as...
It's not working at mine. I have a gmail account with 2FA, so I generated an app-password. But still.. not working. It says it's loading, so I'm guessing the log...
For testing I used my outlook(32bit) account: Using: MAP-Servername Outlook.office365.com IMAP-Port 993 TLS:true After starting my MagicMirror there is only wirtten no new emails. Where can I find a log...