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.

    Problems with calender and Nextcloud

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    44 Posts 6 Posters 24.6k Views 6 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.
    • K Offline
      kruf @bdream
      last edited by

      @bdream has CALENDERNAME to be changed? Or is the phrase after that important?

      1 Reply Last reply Reply Quote 0
      • B Offline
        bdream
        last edited by

        @kruf said in Problems with calender and Nextcloud:

        @bdream has CALENDERNAME to be changed? Or is the phrase after that important?

        All UPPERCASE need to change as your calendar.
        Exml for the birthdays from my personal calendar:

        url: "https://NAME:PASSWORD@DOMAIN.TLD/Nextcloud/remote.php/dav/calendars/myname/pers%c3%b6nlich?export"
        

        You have to change
        NAME -> name you access your calendar
        PASSWORD -> your Password
        DOMAIN.TLD -> the url where ever you have your domain with nextcloud installed
        !!! If you don’t use default installation of nextcloud you might change Nextcloud also!!!
        CALENDARNAME -> How you named the calendar (expl.: myname, yourname, yourwivesname, yoursonsname…)

        I have different calendars for all people in my family so I have for each calendar diffent NAME, PASSWORD, CALENDARNAME

        –
        cheers, bdream

        1 Reply Last reply Reply Quote 0
        • P Offline
          Pakmann
          last edited by

          hey together,

          i have the same issue here, but on my side i had a working system in the past.

          My MagicMirror was broken and offline for half an year. Now he is up and running. I made an update to the current MM Version. For Nextcloud i am always on the current version.

          So, now the problem is that on MM no Calender content will shown. I did not change somethink on the configuration. I use the same links what you mentioned here. When i put it in a browser i can download the ICS file and the content is correct.

          It is a bit pitty that i had a software update on Nextcloud and MM side. Any ideas what i can test ?

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

            @Pakmann

            two ways to see things

            1… use npm start to start the mirror, not pm2… then messages will be displayed on the terminal window.
            you should see the fetcher for calendar created and any errors in the fetch process
            2. on the Mirror UI do ctrl-shift-i to open the developers window, and then select the tab labeled console, and scroll up… you can also filter the messages, by putting part of the module name in the filter field.
            ‘calendar’ for example (no quotes)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • P Offline
              Pakmann
              last edited by

              @sdetweil
              Great, Thanks for the instructions.

              I try step one and obviously i get an error during loading calender content (Link to calender replaced):

              Calendar Error. Could not fetch calendar:  CALENDER LINK { Error: write EPROTO 19413              98784:error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:../../vendor/node/deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert n              umber 70
              
                  at WriteWrap.afterWrite [as oncomplete] (net.js:833:14) errno: 'EPROTO', code: 'EPROTO', syscall: 'write' }
              
              

              For Step 2 i have the problem to have only access with an putty terminal at the moment.

              Any idea so far what the error message means ?

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

                @Pakmann said in Problems with calender and Nextcloud:

                version:…/…/vendor/node/deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL

                how did u configure the url in the config.js

                http://
                or
                https://

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • P Offline
                  Pakmann
                  last edited by

                  My nextcloud server accept only https connections. I checked it with the config.js - it is https

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

                    @Pakmann try

                    wget -o  your nextcloud_url 
                    

                    on the terminal window…

                    i think the calendar fetcher is having trouble negotiating the ssl (https) handshake…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      Pakmann
                      last edited by

                      @sdetweil said in Problems with calender and Nextcloud:

                      wget -O

                      Maybe it is to late on my side… The request told me i dont have an URL in the request…
                      Request like below.

                      wget -O https://www.google.de
                      
                      
                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Pakmann
                        last edited by sdetweil

                        @Pakmann

                        but I said

                        wget -o  your nextcloud_url 
                        

                        whatever the https://… nextcloud thing is in config.js

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • P Offline
                          Pakmann
                          last edited by

                          yes, i try the complete URL for download die ICS file from nextcloud kalender. Include credentials inside the link:

                           wget -O https://USER:PASSWORD@DOMAIN/remote.php/dav/calendars/USER/personal/?export
                          wget: URL fehlt
                          Aufruf: wget [OPTION]... [URL] …
                          
                          
                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @Pakmann
                            last edited by sdetweil

                            @Pakmann just remove the -o parm

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • P Offline
                              Pakmann
                              last edited by

                              of course :-) i uses O (not zero)

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

                                @Pakmann just do wget nextcloud-url

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • P Offline
                                  Pakmann
                                  last edited by

                                  looks like the direction to find the root cause is good.

                                  Get following response:

                                  GnuTLS: A TLS fatal alert has been received.
                                  GnuTLS: received alert [70]: Error in protocol version
                                  

                                  Now i remember, a few months ago i configure the nginx to TLS1.3. Maybe its not compatible with MM ?

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

                                    @Pakmann wget is not MM, and it also fails

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • P Offline
                                      Pakmann
                                      last edited by

                                      hmm… each other devices are running:

                                      Phone, Tablet or try to download the ICS directly in a desktop browser. Should be sometink on the PI ?

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

                                        @Pakmann where did u configure tls3? may have to do the same on pi

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          Pakmann
                                          last edited by

                                          nextcloud is hostet on a separate pi. here the nginx is configured for TLS1.3

                                          MM is on another PI.

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

                                            @Pakmann so the nginx system is the gateway… all things must speak tls3…
                                            so you now need to config MM pi to peak tls3

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            P 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • 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