MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bdream
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 19
    • Posts 207
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Displaying two calendars in the standard calendar in one list

      @Klinge I have a configuration as you but the fetchInterval:
      May it help butting this up to the config-part as:

      config: {
              fetchInterval: 7 * 24 * 60 * 60 * 1000,
      
      posted in Troubleshooting
      B
      bdream
    • RE: MM stoped working after update MMM-CalDAV

      @MMRIZE you gave me the hint.
      I have deleted the config-part of MMM-CalDAV and made the update again and it works fine.

      So it seems the config was wrong. Now I have to understand your module and how it works.
      Will play with env and learn about the play with calendar module.
      Lets see if I get it :baby:

      posted in Troubleshooting
      B
      bdream
    • MM stoped working after update MMM-CalDAV

      After update of MMM-CalDAV module MM is not more starting

      posted in Troubleshooting
      B
      bdream
    • RE: Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

      @mumblebaj you are right. My bad!

      Now it runs without failure but also without displaying the calendar.
      I deleted already position: "bottom_left",

      What module do I need to activate for display and how do I get the CalDAV module linked?

      posted in Troubleshooting
      B
      bdream
    • RE: Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

      @MMRIZE

      position: how do the MM know where to display?
      serverUrl: seriously. Thansk!

      .ics: you are right. That was a try after I got the error using credentials.
      I wantet so see if this module is working.

      Error shown by: npm run config:check

      Your configuration file contains syntax errors :(
      

      but I use

                      {
                              module: "MMM-CalDAV",
                              position: "bottom_left",
                              config: {
                                  name: "Test",
                                    serverUrl: "https://DOMAIN.TDL/NEXTCLOUD/remote.php/dav/calendars/USER/pers%c3%b6nlich/"
                                    credentials: {
                                      username: "USER",
                                      password: "GEHEIM",
                                    },
                                  vcalendarHeader: true
                              }
                      },
      
      
      posted in Troubleshooting
      B
      bdream
    • RE: Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

      @MMRIZE I tried it out but what I see is:
      Bildschirmfoto vom 2023-10-19 15-30-04.png

      my config her should should show some entries for recycling stuff.
      I didn’t use the credential stuff at this point.

                      {
                              module: "MMM-CalDAV",
                              position: "bottom_left",
                              config: {
                                  name: "Abfallkalender",
                                  serverurl: "https://www.fes-frankfurt.de/abfallkalender/QWx0ZSBGYWhydHwxMXw2MDQzNw%3D%3D.ics",
                              vcalendarHeader: false
                              }
                      },
      
      posted in Troubleshooting
      B
      bdream
    • Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

      Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

      Since the release in which the digest fetch was removed I cant get my personal calendars visible where I need the authentication.

      I did it within the URL in plain text. Hope there is a more secret way available now :winking_face:

      url: "https://USERNAME:SECRET@DOMAIN.TLD/NextCloud/remote.php/dav/calendars/USERNAME/pers%c3%b6nlich?export"
      
      posted in Troubleshooting
      B
      bdream
    • RE: install upgrade scripts changed for version 2.25 and node 20

      @sdetweil thanks!!!
      Will see how to solve the calendar issue.

      posted in Troubleshooting
      B
      bdream
    • RE: install upgrade scripts changed for version 2.25 and node 20

      @sdetweil yeah, now it works again :grinning_face:

      What does it “note that we removed digest fetch in this release.” mean?
      Is it I cant get calendar from nextcloud via webdav?

      posted in Troubleshooting
      B
      bdream
    • RE: install upgrade scripts changed for version 2.25 and node 20

      @sdetweil as I made

      pm2 stop all
      cd ~/MagicMirror
      npm start >./somefile.txt 2>&1
      

      it worked fine until CTRL + C

      Yes the problem with the calendar is next I need help to fix. For now I wonder how to get MM starting after reboot again?

      posted in Troubleshooting
      B
      bdream
    • 1 / 1