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.

    How do I access a local ICS file for my calendar?

    Scheduled Pinned Locked Moved Unsolved Requests
    2 Posts 2 Posters 444 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.
    • J Offline
      jturczak
      last edited by

      Hi everyone, I’m new here.

      I’ve been trying to get an additional calendar working using a local file. I have looked at all the suggestions and tried most of them. I still get a message that there is an error in the calendar module…

      here is my setup:

      {
      module: “calendar”,
      header: “US Holidays”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: “calendar-check”,
      name: “Holidays”,
      url: “webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics”
      }
      ]
      }
      },
      {
      module: “calendar”,
      header: “Birthdays”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: “birthday-cake”,
      name: “Birthdays”,
      url: “webcal://localhost:8080/modules/default/calendars/birthday.ics”
      }
      ]
      }
      },

      I have the file in that directory as well as others I have tried. I just can’t find a solution and I am very new to this, so I am asking for some detailed help…

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

        @jturczak use file:

        file:///home/pi/MagicMirror/modules/default/calendar/birthday.ics
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy