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.

    Google Calendar reading, "No upcoming events."

    Scheduled Pinned Locked Moved Troubleshooting
    11 Posts 2 Posters 2.1k Views 2 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.
    • B Offline
      bwestover33
      last edited by

      Hello There,

      Forgive a complete noob here, I have been scouring the internet trying to figure out how to get my google calendar to show up on the Magic Mirror interface. It just keeps saying, " No upcoming Events" even when there is. Tried adding maximumNumberOfDays module to 90 and nothin…

      not sure if this is how you add code to forum, but this is the java script.

      {
      module: “calendar”,
      header: “Family Calendar”,
      position: “lower_third”,
      config: {
      calendars: [
      {
      symbol: “calendar-check”,
      url: “https://calendar.google.com/calendar/ical/britwestover%40gmail.com/private-7740b100fcef679b33ad0f95bcead17e/basic.ics”,
      maximumNumberOfDays:90,
      }
      ]
      }
      },
      {
      module: “compliments”,
      position: “lower_third”
      },
      {

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @bwestover33
        last edited by

        @bwestover33 what mm version are u on?

        grep version ~/MagicMirror/package.json

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • B Offline
          bwestover33
          last edited by bwestover33

          2.14.0 is what the terminal is saying

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @bwestover33
            last edited by

            @bwestover33 i don’t see any events in 2021

            download the ics, it’s just a text file, u can edit it

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              bwestover33
              last edited by

              Forgive me, but what is the Ics?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @bwestover33
                last edited by

                @bwestover33 the url gets the cal file

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bwestover33
                  last edited by

                  I downloaded the url from the google calendar website and entered it into the java script in file manager, is that what you are saying?

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @bwestover33
                    last edited by

                    @bwestover33 no.

                    I’m saying there are no current events in the calendar file. (no upcoming events)

                    I advised downloading it and using some text editor to examine the file yourself.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      bwestover33
                      last edited by

                      Oh ok, not sure what I will be looking for but I will give it a go. Thank you for you help!

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @bwestover33
                        last edited by sdetweil

                        @bwestover33 each vevent is an event
                        dstart/dtend are start end

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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