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.

    Custom Calendar entries

    Scheduled Pinned Locked Moved Hardware
    6 Posts 2 Posters 4.3k Views 1 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.
    • ooom416354O Offline
      ooom416354
      last edited by

      Hi everyone, just wondering if it is possible to create an array and add custom calendar date entries into the config for the default calendar module The idea is to use the existing calendar and add some custom days for lets say family member’s birthdays and important dates.

      Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • brobergB Offline
        broberg Project Sponsor
        last edited by

        Shouldn’t that be done via the calender itself?

        I.e add repeating events in your calender.

        ooom416354O 1 Reply Last reply Reply Quote 0
        • ooom416354O Offline
          ooom416354 @broberg
          last edited by

          @broberg I’m using the existing default calendar. I don’t have any additions to that - , my config file is below

             {
          		module: 'calendar',
          		header: 'US Holidays',
          		position: 'top_left',
          		config: {
          			calendars: [
          				{
          					symbol: 'calendar-check-o ',
          					url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
          				}
          			]
          

          Is there something I can add to the above?
          }
          },

          1 Reply Last reply Reply Quote 0
          • brobergB Offline
            broberg Project Sponsor
            last edited by

            That calendar is practically just a place holder, you can add your own calendar.

            Are you a android user or iphone user?
            You can link almost any calender to the MagicMirror2

            My self I use the google calendar since I’m a Android user.

            ooom416354O 1 Reply Last reply Reply Quote 0
            • ooom416354O Offline
              ooom416354 @broberg
              last edited by

              @broberg I also use Android, do you have your config file which I can use as a reference? I am not entirely sure how to link it in.

              thank you!

              brobergB 1 Reply Last reply Reply Quote 0
              • brobergB Offline
                broberg Project Sponsor @ooom416354
                last edited by

                @ooom416354

                Then you have to read this : https://support.google.com/calendar/answer/37648

                Then when you have done that you can copy the calendar url that is generated and then just replace the existing url with that.

                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