Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLVED: Emails not showing #52

Open
giozthebest1 opened this issue Feb 10, 2019 · 3 comments
Open

SOLVED: Emails not showing #52

giozthebest1 opened this issue Feb 10, 2019 · 3 comments

Comments

@giozthebest1
Copy link

giozthebest1 commented Feb 10, 2019

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 with the code of ronny's, the HTML is not making it visible to show the emails because of the fading. so in the code which ronny posted, you need to have fade set as :false , like this :

image


Hopefully he will release a code that fixed this issue!

  1. the second MAJOR problem is you need to make sure the email you are using is using the IMAP Protocol correctly, meaning that the in the config.js, the host provided will able to download the emails in the magicMirror, So far I heaven't figured out yet how to set up GMAIL accounts and Outlook accounts but Office365 accounts works properly to me, if you have an office365 account you should test it.

for office365 accounts, make sure in the config.js the host is : 'outlook.office365.com'

and yes, office365 accounts are not same as normal outlook accounts.

Of course there should be a way to do it for Gmail,Outlook, etc, I just need more time to google it,but the code is correct so don't mind doing your own research and post it here if you find a solution !
What matters that the code is working.

I have an office365 account so its good enough for me to present this project.
This is a sample with my office365 email account:

image

Goodluck!

@giozthebest1 giozthebest1 changed the title Emails not showing solution SOLVED: Emails not showing Feb 10, 2019
@neeraj2314
Copy link

can u make a step by step on how to get it up and running please

@girottov
Copy link

this is working with hotmail account

{
user: '[email protected]',
password: 'password',
host: 'imap-mail.outlook.com',
port: 993,
tls: true,
authTimeout: 10000,
numberOfEmails: 4,
},

@mohsinkhaleel
Copy link

gmail account is not working still

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants