• 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 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.
  • G Offline
    garnett
    last edited by May 28, 2016, 10:37 AM

    attention!
    this works only if the calendar is shared to public!

    K P 2 Replies Last reply May 28, 2016, 2:03 PM Reply Quote 0
    • K Offline
      KirAsh4 Moderator @garnett
      last edited by May 28, 2016, 2:03 PM

      @garnett, both public and private Google calendars work. I have both displayed on mine.

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

      G M 2 Replies Last reply May 28, 2016, 2:15 PM Reply Quote 0
      • G Offline
        garnett @KirAsh4
        last edited by May 28, 2016, 2:15 PM

        @KirAsh4
        uh yes, sorry! thats right. i was confused by the message from the google calendar.

        works with private and public ;)

        1 Reply Last reply Reply Quote 0
        • A Offline
          aarinsingh
          last edited by Jun 2, 2016, 9:24 PM

          Can somebody please post their config file with the maximumNumberOfDays line inserted. I’m not sure what I’m doing wrong but everytime I try to adjust this I crash my config file. Everything else is working perfect.

          Thanks

          1 Reply Last reply Reply Quote 0
          • M Offline
            MichMich Admin
            last edited by Jun 4, 2016, 6:34 PM

            @aarinsingh Could you copy paste your config including the maximumNumberOfDays (so I can try to find what you’re doing wrong). Don’t forget to remove sensitive data.

            1 Reply Last reply Reply Quote 0
            • B Offline
              brad
              last edited by paviro Jun 6, 2016, 1:00 PM Jun 6, 2016, 12:59 PM

              Here is my info @aarinsingh , it doesn’t crash but it is also not limiting the number of days. From what I can see at a quick glance is that this was using a method that may have been replaced in the load process for this module, because it seems to only be using the default for this setting. I may follow to code later and see how this is loading and why my setting is being ignored.

              {
              			module: 'calendar',
              			header: 'Events',
              			position: 'top_left',
              			maximumNumberOfDays: 7,
              			config: {
              				calendars: [
              					{
              						symbol: 'calendar-check-o ',
              						url: 'https://calendar.google.com/calendar/ical/your-info'
              					}
              				]
              			}
              		},
              

              Note from admin: Please use Markdown on code snippets!

              1 Reply Last reply Reply Quote 0
              • W Offline
                Wilco89
                last edited by Jun 6, 2016, 1:01 PM

                Put it after config: { and it will work

                1 Reply Last reply Reply Quote 0
                • M Offline
                  MichMich Admin
                  last edited by Jun 6, 2016, 1:01 PM

                  maximumNumberOfDays should be part of the config object:

                  {
                  			module: 'calendar',
                  			header: 'Events',
                  			position: 'top_left',
                  			config: {
                                                  maximumNumberOfDays: 7,
                  				calendars: [
                  					{
                  						symbol: 'calendar-check-o ',
                  						url: 'https://calendar.google.com/calendar/ical/your-info'
                  					}
                  				]
                  			}
                  		},
                  
                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    brad
                    last edited by Jun 6, 2016, 1:16 PM

                    That makes perfect sense. :) sorry didn’t catch that…

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      MagicCrumps1 @KirAsh4
                      last edited by Jun 7, 2016, 5:03 AM

                      @KirAsh4 Weird. I had to make mine public or else the dashboard wont be able to display saying “No Events”

                      K 1 Reply Last reply Jun 7, 2016, 5:05 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        11/35
                        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