Jump to content

jimbofresh

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by jimbofresh

  1. Having trouble for the last 2 weeks with MagicMirror-2. The container constantly hits a point where it restarts in a loop. This kicks me out of any shell sessions, preventing me from troubleshooting. From the tail end of the log file, it looks like there are some missing modules, possibly related to the MMM-CalDAV module which I added to MM, but I can't even troubleshoot because my container session lasts about 10 seconds. Here is what I can see so far: [12.12.2022 20:15.20.126] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'tsdav' Require stack: - /magicmirror2/modules/MMM-CalDAV/node_helper.js - /magicmirror2/js/app.js - /magicmirror2/serveronly/index.js [12.12.2022 20:15.20.128] [ERROR] Whoops! There was an uncaught exception... [12.12.2022 20:15.20.130] [ERROR] Error: Cannot find module 'tsdav' Require stack: - /magicmirror2/modules/MMM-CalDAV/node_helper.js - /magicmirror2/js/app.js - /magicmirror2/serveronly/index.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._resolveFilename (/magicmirror2/node_modules/module-alias/index.js:49:29) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/magicmirror2/modules/MMM-CalDAV/node_helper.js:1:43) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) { code: 'MODULE_NOT_FOUND', requireStack: [ '/magicmirror2/modules/MMM-CalDAV/node_helper.js', '/magicmirror2/js/app.js', '/magicmirror2/serveronly/index.js' ] } [12.12.2022 20:15.20.130] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? [12.12.2022 20:15.20.130] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues ---Ensuring UID: 99 matches user--- ---Ensuring GID: 100 matches user--- ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ---MagicMirror² up-to-date--- ---Looking for new modules to install--- Module 'MMM-CalDAV' found! ---Preparing Server--- ---Configuration file found!--- ---Please wait, permissions are set, this can take some time...--- ---Starting Server--- > [email protected] server /magicmirror2 > node ./serveronly [12.12.2022 20:15.20.109] [LOG] Starting MagicMirror: v2.21.0 [12.12.2022 20:15.20.110] [LOG] Loading config ... [12.12.2022 20:15.20.114] [LOG] Loading module helpers ... [12.12.2022 20:15.20.114] [LOG] No helper found for module: alert. [12.12.2022 20:15.20.121] [LOG] Initializing new module helper ... [12.12.2022 20:15.20.121] [LOG] Module helper loaded: updatenotification [12.12.2022 20:15.20.122] [LOG] No helper found for module: clock. [12.12.2022 20:15.20.126] [LOG] Loading module helpers ... [12.12.2022 20:15.20.126] [LOG] No helper found for module: alert. [12.12.2022 20:15.20.127] [LOG] Initializing new module helper ... [12.12.2022 20:15.20.127] [LOG] Module helper loaded: updatenotification [12.12.2022 20:15.20.127] [LOG] No helper found for module: clock. After that the container ends.
×
×
  • Create New...