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.

    Calendar modification

    Scheduled Pinned Locked Moved Tutorials
    35 Posts 15 Posters 46.2k Views 12 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.
    • 0 Offline
      00conman
      last edited by

      To anyone wondering how to switch the calendar to month mode here is a few images.

      Main calendar:
      https://gyazo.com/52f994a4b33968c8a0ebe2effe349179

      And where you switch it:
      https://gyazo.com/81e42213091d63b75e4bb9798e01d4ac

      Please note that it might not work the first time in that case either try again and reload the page or try again and go to settings and save the calendar.

      1 Reply Last reply Reply Quote 0
      • KirAsh4K Offline
        KirAsh4 Moderator
        last edited by

        That’s something that is outside of the scope of MM itself. They don’t have anything to do with the MM calendar module itself. When you said to keep the calendar in monthly mode, my first reaction was, ‘Uh, the calendar doesn’t have a monthly view’, hence my request for clarification.

        It’s helpful to others who are using that specific service to host a calendar, and trying to incorporate it into MM, but you needed to specify what you were referring to.

        Thanks for the clarification.

        A Life? Cool! Where can I download one of those from?

        1 Reply Last reply Reply Quote 0
        • A Offline
          aarinsingh
          last edited by

          Wow, Thanks Guys.

          I took a couple days of from the project and hit the lake, so sorry for the slow replies.

          @MichMIch - That cured it, I had the maximunNumberOfDays Line to far down.

          I have a couple other questions but I won’t clutter up the calendar Module board with them.

          1 Reply Last reply Reply Quote 0
          • P Offline
            Plati
            last edited by Plati

            How to get ICAL for a Facebook calendar:

            https://www.facebook.com/help/152652248136178/

            2 different ICAL for birthdays and upcoming events :)

            Useful config part: “maximumEntries: X”

            And holidays calendars for many countries: https://www.mozilla.org/en-US/projects/calendar/holidays/

            1 Reply Last reply Reply Quote 1
            • C Offline
              CCoates
              last edited by

              Anyone had any luck with Outlook 365 or Iphone calendars?

              lolobyteL yawnsY 2 Replies Last reply Reply Quote 0
              • lolobyteL Offline
                lolobyte @CCoates
                last edited by

                @CCoates

                iphone calendar is not a big problem.

                U must go to iCloud Calendar and make the calendar of your choice usable for public access.
                After that copy the link of your public calendar and insert this link into the config.js in your calendar module.

                restart your magicmirror

                1 Reply Last reply Reply Quote 0
                • yawnsY Offline
                  yawns Moderator @CCoates
                  last edited by

                  @CCoates said in Calendar modification:

                  Anyone had any luck with Outlook 365 or Iphone calendars?

                  I use my outlook.com calendar without any problems

                  C 1 Reply Last reply Reply Quote 0
                  • C Offline
                    CCoates @yawns
                    last edited by

                    @yawns said in Calendar modification:

                    @CCoates said in Calendar modification:

                    Anyone had any luck with Outlook 365 or Iphone calendars?

                    I use my outlook.com calendar without any problems

                    How do you find out the ical or link???

                    In outlook?

                    1 Reply Last reply Reply Quote 0
                    • yawnsY Offline
                      yawns Moderator
                      last edited by

                      I went to the web calendar on my computer (not on a smartphone or tablet!), went to settings (gear symbol top right) and clicked on options. The you see Publish Calendar and you are able to create the ics link.

                      1 Reply Last reply Reply Quote 1
                      • L Offline
                        l8kerjuan
                        last edited by

                        is there a full month layout module?

                        1 Reply Last reply Reply Quote 0
                        • MdManM Offline
                          MdMan
                          last edited by yawns

                          Would this be the proper way to have it setup with both the Holiday cal and my personal shared one?

                          {
                          			module: "calendar",
                          			header: "US Holidays",
                          			position: "top_left",
                          			config: {
                          				calendars: [
                          					{
                          						symbol: "calendar-check-o ",
                          						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
                          					}
                          				]
                          			}
                          		},
                          {
                          			module: 'calendar',
                          			header: 'Shared',
                          			position: 'top_left',
                          			maximumNumberOfDays: 7,
                          			config: {
                          				calendars: [
                          					{
                          						symbol: 'calendar-check-o ',
                          						url: 'https://calendar.google.com/calendar/ical/your-info'
                          					}
                          				]
                          			}
                          		},
                          

                          Holiday Cal is good for me hahaha reminds me of days off lol

                          1 Reply Last reply Reply Quote 0
                          • MdManM Offline
                            MdMan
                            last edited by

                            For anyone wondering the same question as me, that would be how you do it. I tried it when I got home and my private calendar was also showing along with Holidays

                            1 Reply Last reply Reply Quote 0
                            • P Offline
                              patrickmcdiver @garnett
                              last edited by

                              @garnett There is a public iCal and a private iCal. Use the private and you will not have to make calendar public.

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                patrickmcdiver
                                last edited by

                                Your instructions are clear and consice and I was easily able to modify the module even though I am a beginner. However, I’m only displaying “all day” events for some reason. Any ideas?

                                1 Reply Last reply Reply Quote 0

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                • 1
                                • 2
                                • 2 / 2
                                • 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