A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
my config.js without private info
-
modules: [ { module: 'email', position: 'bottom_left', header: 'Email', config: { accounts: [ { user: 'johndoe@yahoo.com', password: 'helloworld', host: 'imap.mail.yahoo.com', port: 993, tls: true, authTimeout: 10000, numberOfEmails: 2, }, { user: 'janedoe@gmail.com', password: 'goodbyeworld', host: 'imap.gmail.com', port: 993, tls: true, authTimeout: 10000, numberOfEmails: 2, } ], fade: false, maxCharacters: 30 } } ]