MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    UNSOLVED help with Google Calendar, No upcoming events

    Troubleshooting
    3
    3
    108
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      DariBer last edited by DariBer

      I’m trying to get Google Calendar to work, but I only get “No upcoming events” instead of showing me the events.

      Bellow is how my config file looks like, (I have changed numbers ans stuff cause of security, that’s the reason it gives 404 if you try that link).

      The calendar is “secret address in iCal format”. When I use that address in a browser, it starts to download an ical file, and I can import that to my calendar application on my Mac and I can see the events and bookings. So what am I doing wrong in my MagicMirror config.

      {
          module: "calendar",
           header: "Google Calendar",
           position: "top_left",
           config: {
            calenders: [
            {
           symbol: "calendar-check",
           url: "https://calendar.google.com/calendar/ical/g_svmlo4ff1f6ju3dhjjlr2nahtg%40group.calendar.google.com/private-03f7hcs687c2e92eb4b36dvv6v83936/basic.ics", }
           ]
       }
      },
      
      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @DariBer last edited by

        @DariBer if the url was good, I get a 404 error…

        not a download

        can u download on the pi, and then edit the file, its only text
        curl -sL url >somefile.txt

        then edit somefile.txt

        Sam

        Create a working config
        How to add modules

        ankonaskiff17 1 Reply Last reply Reply Quote 0
        • ankonaskiff17
          ankonaskiff17 @sdetweil last edited by

          @sdetweil Sounds a lot like same problem I had with Google calendar that was some odd date and time format that Google was using. Did that exact thing.
          No upcoming events.
          I punted on Google in end and am sending Outlook calendar to MM

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy