MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. liamhv31
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    liamhv31

    @liamhv31

    0
    Reputation
    7
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    liamhv31 Unfollow Follow

    Latest posts made by liamhv31

    • RE: Calendar Module Not Working (Calendar Error. Could not fetch calendar)

      Awesome thanks guys! Worked like a charm.

      posted in Utilities
      L
      liamhv31
    • Calendar Module Not Working (Calendar Error. Could not fetch calendar)

      Hey so I’m setting up the calendar module for Canadian holidays but it says that there are no current events. This is the code for the module in the config.js file:

      {
      module: “calendar”,
      header: “Canada Holidays”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: “calendar”,
      url: “https://www.calendarlabs.com/ical-calendar/holidays/canada-holidays-39/Canada_Holidays.ics” }
      ]
      }
      },

      What I did was copy the URL then appended the file name of the Canada holidays .ics file. I assumed that’s how it was done. Can anyone spot the issue? Also here’s the message of the error I get:

      [2020-06-22 22:09:24.824] [ERROR] Calendar Error. Could not fetch calendar: https://www.calendarlabs.com/ical-calendar/holidays/canada-holidays-39/Canada-Holidays.ics 404: Not Found

      Everything else works fine, it’s just this. Let me know if you need any other information!

      Thanks.

      posted in Utilities
      L
      liamhv31