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

Scheduled Pinned Locked Moved Solved Troubleshooting
18 Posts 4 Posters 2.9k 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 Feb 2, 2024, 6:46 AM

    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 M 2 Replies Last reply Feb 2, 2024, 8:42 AM Reply Quote 0
    • C Offline
      Chazzer @Chazzer
      last edited by Feb 2, 2024, 8:42 AM

      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 Feb 2, 2024, 8:45 AM Reply Quote 0
      • S Offline
        sdetweil @Chazzer
        last edited by Feb 2, 2024, 8:45 AM

        @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 Feb 2, 2024, 9:24 AM Feb 2, 2024, 9:23 AM

          @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
          • M Offline
            mumblebaj Module Developer @Chazzer
            last edited by Feb 3, 2024, 2:17 PM

            @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 Feb 26, 2024, 10:38 PM

              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 Feb 26, 2024, 10:43 PM Reply Quote 0
              • S Offline
                sdetweil @sil3ntstorm
                last edited by Feb 26, 2024, 10:43 PM

                @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 Feb 26, 2024, 10:45 PM

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

                  the same message

                  S 1 Reply Last reply Feb 26, 2024, 10:47 PM Reply Quote 0
                  • S Offline
                    sdetweil @sil3ntstorm
                    last edited by Feb 26, 2024, 10:47 PM

                    @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 Feb 26, 2024, 10:53 PM

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

                      S 1 Reply Last reply Feb 26, 2024, 11:04 PM 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