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.

    Default Calendar dont show the private Google Calendar

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 2 Posters 2.1k Views 2 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.
    • D Offline
      Dicous
      last edited by

      253/5000
      Hi
      in my config are 5 Google Calender inserted.

      But my private calendar always shows “No entries available”.

      I have already tried the public and private ical address. Nothing works!

      		{
      			module: 'calendar',
      			header: 'Basti',
      			position: 'top_left',
      			config: {
      				calendars: [
      					{	symbol:'calendar-check-o',
      						url: 'https://calendar.google.com/calendar/ical/eljgnpfjijfv4mt7jn5gsv8sq0%40group.calendar.google.com/public/basic.ics'
      					}
      				],
      				maximumNumberOfDays: "14"
      			}
      		},
      

      Does anyone have a solution?

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @Dicous
        last edited by

        @dicous

        That url seems to work but it only shows one event.

        Urlaub - In a month

        0_1537917857056_Capture.PNG

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • D Offline
          Dicous
          last edited by Dicous

          Oh so entschuldigung .

          ich habe den falschen Kalender gepostet.

          Hier ist der korrekte, welcher nicht funktioniert

          		{
          			module: 'calendar',
          			header: 'Basti',
          			position: 'top_left',
          			config: {
          				calendars: [
          					{	symbol:'calendar-check-o',
          						url: 'xxx.ics'
          					}
          				],
          				maximumNumberOfDays: "14"
          			}
          		},
          
          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @Dicous
            last edited by Mykle1

            @dicous

            {
                        disabled: false,
                        module: "calendar",
                        header: "Basti",
                        position: "bottom_center",
                        config: {
                            calendars: [{
                                  symbol:'calendar-check-o',
                                  url:'PUT YOUR URL FROM YOUR POST IN HERE AND IT WILL WORK'
                            }]
                        }
                    },
            

            0_1538007382870_Screenshot from 2018-09-26 20-13-04.png

            You should edit your post to take out your private information

            Create a working config
            How to add modules

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