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 (icloud) not loading after last MM Update

    Scheduled Pinned Locked Moved Solved Troubleshooting
    18 Posts 4 Posters 3.5k Views 4 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.
    • C Offline
      Chazzer
      last edited by

      hi together,
      Does anyone have a tip? I’ve already replaced the public URL. Restarting PM2 also didn’t work.

       {
                              module: "calendar",
                              header: "timmi Termine",
                              position: "top_left",
                              config: {
                                      displaySymbol: false,
                                      maximumEntries: 10,
                                      maxTitleLength: 18, 
                                      maximumNumberOfDays: 30,
                                      timeFormat: "abolute",
                                      dateFormat:"MMM Do HH:MM",
                                      calendars: [
                                              {
                                                      fetchInterval: 300000,
                                                      displaySymbol: false,
                                                      maximumEntries: 10,
                                                      maxTitleLength: 15, 
                                                      maximumNumberOfDays: 30,
                                                      url: "webcal://p106-caldav.icloud.com/........>
                                              }
                                      ]
                              }
                      },
      
      C mumblebajM 2 Replies Last reply Reply Quote 0
      • C Offline
        Chazzer @Chazzer
        last edited by

        Update: When checking the configuration for the calendar module in the value of timeFormat. Instead of ‘abolute’, it should be ‘absolute’. I corrected the timeFormat. Unfortunately, there’s no improvement; it’s not loading the calendar.

        S C 2 Replies Last reply Reply Quote 0
        • S Offline
          sdetweil @Chazzer
          last edited by

          @Chazzer install the older parser

          cd ~/MagicMirror
          npm install node-ical@0.16.1
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • C Offline
            Chazzer @Chazzer
            last edited by Chazzer

            @sdetweil That’s the solution! Installed npm install node-ical@0.16.1 and then executed pm2 restart MagicMirror. Thank you so much!

            1 Reply Last reply Reply Quote 0
            • mumblebajM Offline
              mumblebaj Module Developer @Chazzer
              last edited by

              @Chazzer said in calendar (icloud) not loading after last MM Update:

              timeFormat: “abolute”,

              This doesn’t look right either. Think it should be “absolute” and not “abolute”

              Check out my modules at: https://github.com/mumblebaj?tab=repositories

              1 Reply Last reply Reply Quote 1
              • S Offline
                sil3ntstorm
                last edited by

                I had a power outage while executing the command, now I get this error message when I try to run it.

                e7b43c3c-b391-42cc-a714-cb85a200771b-grafik.png

                Does anyone know what to do?

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @sil3ntstorm
                  last edited by

                  @sil3ntstorm
                  do

                  cd ~/MagicMirror
                  sudo rm -rf node_modules/node-ical
                  npm install node-ical@0.16.1
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sil3ntstorm
                    last edited by

                    96bc42f7-f16e-4fef-b183-6b88b522da32-grafik.png

                    the same message

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @sil3ntstorm
                      last edited by

                      @sil3ntstorm ah,

                      cd ~/MagicMirror
                      sudo rm -rf node_modules/axios
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sil3ntstorm
                        last edited by

                        8f5cd8cb-eaae-4799-bc14-59aaf90f89ac-grafik.png
                        Unfortunately when I enter that nothing happens

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