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 43.1k 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.
    • 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
              • 1
              • 2
              • 3
              • 4
              • 4 / 4
              • 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