MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    UNSOLVED Default Calendar dont show the private Google Calendar

    Troubleshooting
    2
    4
    1668
    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
      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?

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        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
          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"
          			}
          		},
          
          Mykle1 1 Reply Last reply Reply Quote 0
          • Mykle1
            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy