I have successfully added Google Calendar to my Mirror, however on my listings all I get is BUSY 3 DAYS; BUSY 3 MONTHS.
No specific details on events.
I did go into Calendar settings and make my calendar public.
Anything I might be doing wrong?
I have successfully added Google Calendar to my Mirror, however on my listings all I get is BUSY 3 DAYS; BUSY 3 MONTHS.
No specific details on events.
I did go into Calendar settings and make my calendar public.
Anything I might be doing wrong?
Hello everyone!
My first post here.
Had someone build a MagicMirror for me. He did a great job.
Having issues getting my Apple Mail to show.
Here is how it looks in the Pi config:
{
module: ‘email-mirror’,
position: ‘top_left’,
header: ‘Email’,
config: {
accounts: [
{
user: ‘njronbo@icloud.com’,
password: ‘appleauthorizedgeneratedpasswordwenthere’,
host: ‘imap.mail.me.com’,
port: 993,
tls: true,
authTimeout: 10000,
numberOfEmails: 5,
},
],
fade: true,
maxCharacters: 30
}
},
{
module: “compliments”,
position: “lower_third”
},
Any help you can provide would be appreciated