MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. alex3177
    3. Posts
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    A
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by alex3177

    • RE: Infinite loading of my google calendar

      I tested with a link but still this bug loading: /

       {
                              module: "calendar",
                              header: "Vacances",
                              position: "top_left",
                              config: {
                                      calendars: [
                                              {
                                                      symbol: "home",
                                                      url: "http://www.education.gouv.fr/download.php?file=http://cache.media.education.gouv.fr/ics/Calendrier_Scolaire_Zone_B.ics"
                                              }
                                      ]
                              }
                      },
      
      
      posted in Troubleshooting
      A
      alex3177
    • Infinite loading of my google calendar

      Hi all and thank you in advance for your help, currently I work on the MM² but I can not put my calendar google I put my calendar google open but nothing works. (Of course, before coming I go to see if there is any other topic of this kind with a solution but I have not seen anything that managed to fix my problem.) So here is the code if someone can come to me help.

       {
                              module: "calendar",
                              header: "Vacances",
                              position: "top_left",
                              config: {
                                      maximumNumberOfDays: 14,
                                      calendars: [
                                              {
                                                      symbol: "home",
                                                      url: "http://calendar.google.com/calendar/ical/alexandre.khefifderain%40gmail.com/private-a6e25e4ddddedc010eada6/basic.ics"
                                              }
                                      ]
                              }
                      },
      
      
      posted in Troubleshooting
      A
      alex3177
    • 1 / 1