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

    Posts

    Recent Best Controversial
    • RE: problem with module MMM-backgroundslideshow

      hi together,

      do you have any solution right now?

      i replaced the folder with the one i want to use but receiving following issue. maybe someone can help?

      2024/09/24 11:04:27 stderr at Timeout._onTimeout (/opt/magic_mirror/modules/MMM-BackgroundSlideshow/node_helper.js:315:14)
      2024/09/24 11:04:27 stderr at Class.gatherImageList (/opt/magic_mirror/modules/MMM-BackgroundSlideshow/node_helper.js:119:12)
      2024/09/24 11:04:27 stderr at Class.getFiles (/opt/magic_mirror/modules/MMM-BackgroundSlideshow/node_helper.js:270:47)
      2024/09/24 11:04:27 stdout [2024-09-24 11:04:27.420] [INFO] BACKGROUNDSLIDESHOW: Reading directory “/volume1/photo/2024_Tansania/public” for images.

      hopefully to get it done :)

      posted in Troubleshooting
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil i think some of the Synology users have the same issue with permissions an their nas

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @MMRIZE
      hi i´ve got it- it was the firewall blocking and the ics files are created and a test is shown

      THANK YOU VERY MUCH!!! :)
      maybe you can add the workaround for a tutorial for any Synology User :)

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil

      so the permission error is gone but the *ics is still not saved
      LOG attachedmm4.PNG

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil mm2.PNG mm3.PNG

      it´s in the /volume1/docker/magicmirror/modules

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil mm1.PNG

      thats the result

      and

      mm.PNG

      are the mounts section

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @karsten13

      i used:

      docker run -d --user root --name magicmirror
      -p 8036:8080
      -v /volume1/docker/magicmirror/config:/opt/magic_mirror/config
      -v /volume1/docker/magicmirror/modules:/opt/magic_mirror/modules
      -v /volume1/docker/magicmirror/customcss:/opt/magic_mirror/customcss
      -e TZ=Europe/Berlin
      –restart always
      registry.gitlab.com/khassel/magicmirror

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil i dont have a dot in front of the Prefix

      module :“MMM-CalDAV”,
      config: {
      servers: [
      {
      envPrefix: “SYNOLOGY_”,

      2024/09/06 01:23:15 stderr path: ‘/opt/magic_mirror/modules/MMM-CalDAV/service/.SYNOLOGY_Simon.ics’
      2024/09/06 01:23:15 stderr syscall: ‘open’,
      2024/09/06 01:23:15 stderr code: ‘EACCES’,
      2024/09/06 01:23:15 stderr errno: -13,
      2024/09/06 01:23:15 stderr at async saveIcs (/opt/magic_mirror/modules/MMM-CalDAV/node_helper.js:76:7) {
      2024/09/06 01:23:15 stderr at async Object.writeFile (node:internal/fs/promises:1212:14)
      2024/09/06 01:23:15 stderr at async open (node:internal/fs/promises:639:25)
      2024/09/06 01:23:15 stderr [2024-09-06 01:23:15.709] [ERROR] Error: EACCES: permission denied, open ‘/opt/magic_mirror/modules/MMM-CalDAV/service/.SYNOLOGY_Simon.ics’
      2024/09/06 01:23:15 stderr [2024-09-06 01:23:15.707] [ERROR] Whoops! There was an uncaught exception…

      2024/09/06 01:23:14 stderr at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      2024/09/06 01:23:14 stderr at NodeHelper.checkFetchStatus (/opt/magic_mirror/js/node_helper.js:110:9)
      2024/09/06 01:23:14 stderr [2024-09-06 01:23:14.687] [ERROR] Calendar Error. Could not fetch calendar: http://localhost:8080/CALDAV/SYNOLOGY_Simon.ics Error: Not Found

      2024/09/06 01:23:14 stdout [2024-09-06 01:23:14.671] [LOG] [CALDAV] /opt/magic_mirror/modules/MMM-CalDAV/service/.SYNOLOGY_Simon.ics is not found.

      2024/09/06 01:23:14 stdout [2024-09-06 01:23:14.606] [LOG] Create new calendarfetcher for url: http://localhost:8080/CALDAV/SYNOLOGY_Simon.ics - Interval: 3600000
      2024/09/06 01:23:14 stdout [2024-09-06 01:23:14.539] [LOG] [CALDAV] Fetching SYNOLOGY_ : caldav …

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil

      and do you have any clue where the misstake is? and how can i fix it?

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil @MMRIZE

      so i got the khassel image running and i think the calendars are found but i get an error:

      [2024-09-05 22:42:56.488] [ERROR] Error: EACCES: permission denied, open ‘/opt/magic_mirror/modules/MMM-CalDAV/service/.SYNOLOGY_Familien_20Kalender.ics’
      2024/09/05 22:42:56 stderr [2024-09-05 22:42:56.486] [ERROR] Whoops! There was an uncaught exception…

      do you have a clue how to fix this? im irritated by the “20” between Familien_20Kalender.ics thats no part of the calendar name…

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil i searched for a guide to get the Khassel container running on a Synology NAS but didn’t found anything about it. I tried it by my own but did not work. Do you have a clue how to get it on the Docker on a Synology NAS?

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil i used ipv64 to receive a certificate - but for now i dont want to get any caldav from outside or do i missunderstand something?

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil im running the “container manager” on the nas and the container by bastilimbach installation guide by https://mariushosting.com/how-to-install-magicmirror-on-your-synology-nas/

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil im running the docker container on a Synology NAS

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @sdetweil thank you very much for the information - but now i have another problem to get it updated can you help me with this?

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @MMRIZE yes the image is a screen from the browser. MM is running till i add the Caldav-Module. So i assume I missconfigured something. The missing bracket did not solve the problem in the log:

      2024/09/04 15:33:13 stderr if (key?.startsWith(prefix)) {
      2024/09/04 15:33:13 stderr [04.09.2024 15:33.13.728] [ERROR] /opt/magic_mirror/modules/MMM-CalDAV/node_helper.js:14
      2024/09/04 15:33:13 stderr [04.09.2024 15:33.13.727] [ERROR] Whoops! There was an uncaught exception…
      2024/09/04 15:33:13 stdout [04.09.2024 15:33.13.726] [LOG] No helper found for module: MMM-Carousel.
      2024/09/04 15:33:13 stdout [04.09.2024 15:33.13.726] [LOG] No helper found for module: clock.
      2024/09/04 15:33:13 stdout [04.09.2024 15:33.13.725] [LOG] Module helper loaded: updatenotification
      2024/09/04 15:33:13 stderr at /opt/magic_mirror/js/app.js:166:6
      2024/09/04 15:33:13 stderr at loadNextModule (/opt/magic_mirror/js/app.js:164:5)
      2024/09/04 15:33:13 stdout [04.09.2024 15:33.13.725] [LOG] Initializing new module helper …
      2024/09/04 15:33:13 stderr at loadModule (/opt/magic_mirror/js/app.js:126:19)
      2024/09/04 15:33:13 stderr at require (internal/modules/cjs/helpers.js:74:18)
      2024/09/04 15:33:13 stderr at Module.require (internal/modules/cjs/loader.js:887:19)
      2024/09/04 15:33:13 stdout [04.09.2024 15:33.13.725] [LOG] No helper found for module: alert.
      2024/09/04 15:33:13 stderr at Function.Module._load (internal/modules/cjs/loader.js:708:14)
      2024/09/04 15:33:13 stderr at Module.load (internal/modules/cjs/loader.js:863:32)
      2024/09/04 15:33:13 stdout [04.09.2024 15:33.13.724] [LOG] Loading module helpers …
      2024/09/04 15:33:13 stderr at Object.Module._extensions…js (internal/modules/cjs/loader.js:1027:10)
      2024/09/04 15:33:13 stderr at Module._compile (internal/modules/cjs/loader.js:963:27)
      2024/09/04 15:33:13 stderr at wrapSafe (internal/modules/cjs/loader.js:915:16)
      2024/09/04 15:33:13 stderr SyntaxError: Unexpected token ‘.’

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @MMRIZE if i´m adding the

       {
      		module :"MMM-CalDAV",
      		config: {
      			servers: [
      				{
      					envPrefix: "SYNOLOGY_",
      					serverUrl: "https://myownsynologyadress.de/caldav/",
      			],
      		},
      	},
      

      following error occurs

      67dabd85-84e5-4b0a-bd0e-749d4ba4e3c6-grafik.png

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @MMRIZE said in MMM-CalDAV:

      Hi thank you very much for the really fast supply.

      the strange thing is that i configured it like you said. but if im running it the magicmirror it is showing me that the “Site is not reachable” (The Synology default page)

      if im running MM just without the CALDAV Module it´s working.

      I´m running the MM in Docker on the Synology.

      posted in Productivity
      C
      caw
    • RE: MMM-CalDAV

      @MMRIZE

      Hi,

      i´ve got the same problem. I´m completly new to magicmirror but the integration of my Synology CalDAV should be the main part of it.

      i´ve tried several combinations and addresses but no one worked for me.

      maybe its possible to get a “step - by - step” Tutorial.

      hopefully you can help :)

      posted in Productivity
      C
      caw
    • 1 / 1