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.

    MM Calendar showing "No upcoming events"

    Troubleshooting
    2
    3
    1982
    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.
    • V
      vanmas last edited by vanmas

      The calendar that I’m pulling is from my daughter’s high school. I’ve searched and tried a bunch of things but I can’t figure this out. This is my code for the calendar. It says “No upcoming events” but I know that there is stuff there. Any help is much appreciated.
      This is my config file. It works, just shows “No upcoming events”.

      {
      			module: "calendar",
      			header: "Westgate Calender",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "https://calendar.google.com/calendar/ical/271be4lju5k40247asuls1g4fdi32clk@import.calendar.google.com/public/basic.ics"
      					}
      				]
      			}
      		},
      
      strawberry 3.141 1 Reply Last reply Reply Quote 0
      • strawberry 3.141
        strawberry 3.141 Project Sponsor Module Developer @vanmas last edited by

        @vanmas said in MM Calendar showing “No upcoming events”:

        https://calendar.google.com/calendar/ical/271be4lju5k40247asuls1g4fdi32clk@import.calendar.google.com/public/basic.ics

        the content of the file looks pretty empty

        BEGIN:VCALENDAR
        PRODID:-//Google Inc//Google Calendar 70.9054//EN
        VERSION:2.0
        CALSCALE:GREGORIAN
        METHOD:PUBLISH
        X-WR-CALNAME:http://www.westgatemennonite.ca/?plugin=all-in-one-event-calen
         dar&controller=ai1ec_exporter_controller&action=export_events&no_html=true&
         &
        X-WR-TIMEZONE:UTC
        END:VCALENDAR
        
        
        V 1 Reply Last reply Reply Quote 0
        • V
          vanmas @strawberry 3.141 last edited by

          Thanks so much for your help with this! Its driving me to drink. I’m new to this so I’m muddling my way through it.
          I clicked on your link above and it gave me an error. Saying something about the file being corrupt.
          I have substituted my calendar file with another file that I know is also populated and I get them same result using either one when I launch MM.
          The calendar I want to pull is from here - http://www.westgatemennonite.ca/calendar/
          Not sure if I’m pulling it correctly or not, but from all the (extensive) reading and testing, I think its correct.
          Any ideas are welcome.

          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