MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.

    Custom Calendar entries

    Hardware
    2
    6
    3889
    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.
    • ooom416354
      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
      • broberg
        broberg Project Sponsor last edited by

        Shouldn’t that be done via the calender itself?

        I.e add repeating events in your calender.

        ooom416354 1 Reply Last reply Reply Quote 0
        • ooom416354
          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
          • broberg
            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.

            ooom416354 1 Reply Last reply Reply Quote 0
            • ooom416354
              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!

              broberg 1 Reply Last reply Reply Quote 0
              • broberg
                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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy