• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 42.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.
  • Y Offline
    yawns Moderator
    last edited by Dec 28, 2016, 3:13 PM

    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 Jan 26, 2017, 10:48 PM

      is there a full month layout module?

      1 Reply Last reply Reply Quote 0
      • M Offline
        MdMan
        last edited by yawns Aug 29, 2017, 5:49 PM Aug 29, 2017, 5:02 PM

        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
        • M Offline
          MdMan
          last edited by Aug 29, 2017, 8:58 PM

          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 Sep 16, 2017, 3:32 PM

            @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 Sep 16, 2017, 3:36 PM

              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