• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MM Calendar showing "No upcoming events"

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 2.4k 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.
  • V Offline
    vanmas
    last edited by vanmas Mar 19, 2018, 7:26 PM Mar 19, 2018, 1:40 PM

    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"
    					}
    				]
    			}
    		},
    
    S 1 Reply Last reply Mar 19, 2018, 8:17 PM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @vanmas
      last edited by Mar 19, 2018, 8:17 PM

      @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
      
      

      Please create a github issue if you need help, so I can keep track

      V 1 Reply Last reply Mar 19, 2018, 9:27 PM Reply Quote 0
      • V Offline
        vanmas @strawberry 3.141
        last edited by Mar 19, 2018, 9:27 PM

        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
        1 / 1
        • First post
          3/3
          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