Navigation

    MagicMirror Forum

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

    Google Calendar reading, "No upcoming events."

    Troubleshooting
    2
    11
    36
    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
      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
        sdetweil @bwestover33 last edited by

        @bwestover33 what mm version are u on?

        grep version ~/MagicMirror/package.json

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

          2.14.0 is what the terminal is saying

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

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

              Forgive me, but what is the Ics?

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

                @bwestover33 the url gets the cal file

                1 Reply Last reply Reply Quote 0
                • B
                  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
                    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.

                    1 Reply Last reply Reply Quote 0
                    • B
                      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
                        sdetweil @bwestover33 last edited by sdetweil

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

                        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy