MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MASantangelo
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Calendar Module still referencing Template

      @Mykle1 That didn’t do it either. I stumbled upon this thread: https://forum.magicmirror.builders/topic/127/question-about-calendar/7

      So I changed my config to:

                  {
                          module: "calendar",
                          position: "top_left",
                          config: {
                                  maximumEntries: "15",
                                  maximumNumberOfDays: "30",
                                  calendars: [
                                          {
                                                  symbol: "calendar",
                                                  url: "https://calendar.google.com/calendar/ical/private@group.calendar.google.com/private-private/basic.ics",
                                          }
                                  ]
                          }
                  },
      

      And now it’s working. Woohoo!

      Thanks anyways @Mykle1 !

      posted in Troubleshooting
      M
      MASantangelo
    • RE: Calendar Module still referencing Template

      @Mykle1 I’m gonna chalk that up to not enough coffee on my part. :)

      posted in Troubleshooting
      M
      MASantangelo
    • 1 / 1