Read the statement by Michael Teeuw here.
Email
-
Yeah, I did.
Sorry for bugging you and thanks for the help. I dunno what the error is but it does seem to be connected to the mirrors inability to connect to the gmail servers. I’ll keep on trucking. If anybody has a clue what to do, I’m open for suggestions :D
-
Do you have your Gmail account set up with any 2-step verification?
If so, that would be a problem as well.
-
Another thing to try is to rebuild the mirror…
npm rebuild
Another option is to make sure you have all the latest updates for everything… Computer OS, RasPi, The mirror, node, electron, etc.
After a full updating, reboot, rebuild. Try again.
I have found that most of the problems relating to ‘no new emails’ is because you have your email open on another device, so it appears to the mirror module that they have been read and nothing new is coming up for it to retrieve.
-
Hi, would it be possible to modify the frequency at which the module checks for new emails please, so as to minimise processor load?
-
Hi Guys,
while creating the configuration for my magicmirror, i experienced that showing emails isn’t working, if fade is set to true… So i debugged this nearly two hours without any knowledge of javascript :D
The problem is, that the variable “count” isnt working as desired. Its not increasing. So i created a patch for your:
58d57 < var e = 0; 125,127c124,126 < var steps = that.payload.slice(0, that.config.numberOfEmails).length - startingPoint; < if (e >= startingPoint) { < var currentStep = e - startingPoint; --- > var steps = that.payload.slice(0, that.config.numberOfEmails).length - startingPoint; > if (count >= startingPoint) { > var currentStep = count - startingPoint; 130d128 < e++;
Hopefuly this will fix your problems with the fade option.
Regards
Alex -
-
Hello Guys , anyone knows a possibilty to get the subject not dimmed?
(customs.css)Regards icke
-
It’s just keeping me on “Loading”. WHY?