MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    help with Google Calendar, No upcoming events

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 3 Posters 467 Views 3 Watching
    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 Offline
      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 Offline
        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

        How to add modules

        learning how to use browser developers window for css changes

        ankonaskiff17A 1 Reply Last reply Reply Quote 0
        • ankonaskiff17A Offline
          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy