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

    justinriddoch

    @justinriddoch

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

    justinriddoch Unfollow Follow

    Latest posts made by justinriddoch

    • Annual Events Displayed Monthly by Date

      I am having an issue with my google calendar where annual events, such as birthdays, are being displayed each month. For example if the two birthdays in my calendar are Oct 1st and Apr 12th, then on May 31st on my magic mirror it will say I have a birthday tomorrow (Oct 1 -> June 1) and in 11 days (Apr 12 -> June 12). Any ideas why this is happening?? Here is my calendar config.

      config: {
          timeFormat: 'absolute',
          urgency: 0,
          getRelative: 0,
          calendars: [
              { //Work
              url:
              "https://calendar.google.com/calendar/ical/XXXXX.ics"
              },
              { //Life
              url:
              "https://calendar.google.com/calendar/ical/XXXXX.ics"
              },
              { //Canadian Holidays
      	symbol: "calendar-check-o ",
      	url: "webcal://www.calendarlabs.com/templates/ical/Canada-Holidays.ics"
      	}
          ]
      }
      
      posted in Utilities
      J
      justinriddoch