• 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
  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
    Sep 24, 2024, 9:08 AM
  • 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
    Sep 11, 2024, 7:12 AM
  • 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
    Sep 10, 2024, 8:57 PM
  • 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
    Sep 10, 2024, 6:19 PM
  • RE: MMM-CalDAV

    @sdetweil mm2.PNG mm3.PNG

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

    posted in Productivity
    C
    caw
    Sep 10, 2024, 3:59 PM
  • RE: MMM-CalDAV

    @sdetweil mm1.PNG

    thats the result

    and

    mm.PNG

    are the mounts section

    posted in Productivity
    C
    caw
    Sep 10, 2024, 3:17 PM
  • 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
    Sep 10, 2024, 2:36 PM
  • 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
    Sep 5, 2024, 11:28 PM
  • 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
    Sep 5, 2024, 9:33 PM
  • 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
    Sep 5, 2024, 8:59 PM
  • 1
  • 2
  • 1 / 2
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