• 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 39.8k 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 May 6, 2016, 11:38 AM

    Sorry if I shouldn’t put this here, but I wanted to show a quick tutorial to link up a google calendar to your mirror. So, here it is…

    How to link up a google calendar account

    1. Access google calendars and go to settings

    2. At the top go to the Calendars tab

    3. Select the calendar with your google name on it

    4. On the new page find the Calendar Address tab

    5. Click on ICAL to the right

    6. Copy the link
      7.Find your Config.js file under /MagicMirror/config

    7. Scroll down to your calendar module or make a new calendar module by copying and pasting the old module or making changes to the current calendar module

    8. Side note: the modules will display in the order you put them in so whatever module you want displayed first will have to go before the other calendar modules

    9. Input the link and make your new module look like this
      {
      module: ‘calendar’,
      header: ‘Personal Calender’,
      position: ‘top_left’,
      config: {
      calendars: [
      {
      symbol: 'calendar-check-o ',
      url: ‘insert link here’
      }
      ]
      }
      },

    10. Then save and exit and now you have a google calendar linked to your mirror

    Again a small side not make sure that the spacing is correct else you might make an irreparable error. But, as always make a copy of the config before you change it. Hope you guys have fun with this.

    1 Reply Last reply Reply Quote 3
    • M Offline
      MichMich Admin
      last edited by May 6, 2016, 12:01 PM

      Thank you very much! Maybe you can add it to the Wiki on github?

      1 Reply Last reply Reply Quote 0
      • 0 Offline
        00conman
        last edited by May 6, 2016, 12:02 PM

        Where do I go to do that?

        1 Reply Last reply Reply Quote 0
        • M Offline
          MichMich Admin
          last edited by May 6, 2016, 12:03 PM

          https://github.com/MichMich/MagicMirror/wiki/_new

          0 1 Reply Last reply May 6, 2016, 3:55 PM Reply Quote 0
          • 0 Offline
            00conman @MichMich
            last edited by May 6, 2016, 3:55 PM

            @MichMich I tried the link and I just get an 404 error. If you would be so kind as to look into this or if you just want put it on the wiki yourself I’m fine with that.

            1 Reply Last reply Reply Quote 0
            • K Offline
              KirAsh4 Moderator
              last edited by May 6, 2016, 4:41 PM

              Link works for me … unless something changed between when you posted your response and now …

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

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