MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Calendar modification

    Tutorials
    15
    35
    31310
    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.
    • L
      l8kerjuan last edited by

      is there a full month layout module?

      1 Reply Last reply Reply Quote 0
      • MdMan
        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
        • MdMan
          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
            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
              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
              • 1
              • 2
              • 3
              • 4
              • 4 / 4
              • 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