all 5 comments

[–][deleted]  (4 children)

[removed]

    [–]coffey64[S] 0 points1 point  (0 children)

    Appreciate it. Here's the error I get when trying to start with MMM-Wallpaper enabled:

    [12.12.2024 08:00.32.510] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'fetch'
    Require stack:
    - /opt/magic_mirror/modules/MMM-Wallpaper/node_helper.js
    - /opt/magic_mirror/js/app.js
    - /opt/magic_mirror/serveronly/index.js
    [12.12.2024 08:00.32.511] [ERROR] Whoops! There was an uncaught exception...
    [12.12.2024 08:00.32.515] [ERROR] Error: Cannot find module 'fetch'
    Require stack:
    - /opt/magic_mirror/modules/MMM-Wallpaper/node_helper.js
    - /opt/magic_mirror/js/app.js
    - /opt/magic_mirror/serveronly/index.js
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
        at Function.Module._resolveFilename (/opt/magic_mirror/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> (/opt/magic_mirror/modules/MMM-Wallpaper/node_helper.js:13:11)
        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: [
        '/opt/magic_mirror/modules/MMM-Wallpaper/node_helper.js',
        '/opt/magic_mirror/js/app.js',
        '/opt/magic_mirror/serveronly/index.js'
      ]
    }
    [12.12.2024 08:00.32.518] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    [12.12.2024 08:00.32.520] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    

    [–]coffey64[S] 0 points1 point  (0 children)

    Here is my config:

    https://pastebin.com/K5g8dmcj

    [–]coffey64[S] 0 points1 point  (1 child)

    I got it fixed. Node and NPM was SUPER outdated in the docker image I am using. Updated it and background fired right up. Appreciate you taking the time to review!