• 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.

Birthdays

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 2 Posters 1.0k 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.
  • W Offline
    wiejken
    last edited by Aug 25, 2018, 6:32 PM

    Im a complete noob to raspberry.
    How can i add birthday calendar under the holidays calendar?

    M 1 Reply Last reply Aug 25, 2018, 7:59 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @wiejken
      last edited by Mykle1 Aug 25, 2018, 8:00 PM Aug 25, 2018, 7:59 PM

      @wiejken

      Something like . . .

      {
                  disabled: true,
                  module: "calendar",
                  header: "US Holidays",
                  position: "top_left",
                  config: {
                      calendars: [{
                          symbol: "calendar-check-o ",
                          url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics",
                      },
                      {
                          symbol: "calendar-check-o ",
                          url: "YOUR BIRTHDAY CALENDAR ICS FILE URL",
                      },
                      ]
                  }
              },
      

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        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