MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. NJRonbo
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    NJRonbo

    @NJRonbo

    0
    Reputation
    400
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    NJRonbo Unfollow Follow

    Latest posts made by NJRonbo

    • RE: Question about calendar

      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?

      posted in Troubleshooting
      N
      NJRonbo
    • How to display Apple Mail (iCloud)

      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

      posted in Troubleshooting
      N
      NJRonbo