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

    Posts

    Recent Best Controversial
    • Calendar shows events that are in 2 days, but shows them as today.

      My calendar is 2 days ahead, its the shows the right days on my phone, the calendar is correct. I am using the default calendar module. Below is the calendar config.

              defaults: {
                      maximumEntries: 10, // Total Maximum Entries
                      maximumNumberOfDays: 365,
                      limitDays: 0, // Limit the number of days shown, 0 = no limit
                      displaySymbol: true,
                      defaultSymbol: "calendar-alt", // Fontawesome Symbol see https://fontawesome.com/cheatsheet?from=io
                      showLocation: false,
                      displayRepeatingCountTitle: false,
                      defaultRepeatingCountTitle: "",
                      maxTitleLength: 25,
                      maxLocationTitleLength: 25,
                      wrapEvents: false, // wrap events to multiple lines breaking at maxTitleLength
                      wrapLocationEvents: false,
                      maxTitleLines: 3,
                      maxEventTitleLines: 3,
                      fetchInterval: 5 * 60 * 1000, // Update every 5 minutes.
                      animationSpeed: 2000,
                      fade: true,
                      urgency: 7,
                      timeFormat: "relative",
                      dateFormat: "MMM Do",
                      dateEndFormat: "LT",
                      fullDayEventDateFormat: "MMM Do",
                      showEnd: false,
                      getRelative: 6,
                      fadePoint: 0.25, // Start on 1/4th of the list.
                      hidePrivate: false,
                      hideOngoing: false,
                      hideTime: false,
                      colored: false,
                      coloredSymbolOnly: false,
                      customEvents: [], // Array of {keyword: "", symbol: "", color: ""} where Keyword is a regexp and symbol/color are to be applied for matched
                      tableClass: "small",
                      calendars: [
                              {
                                      symbol: "calendar-alt",
                                      url: "https://www.calendarlabs.com/templates/ical/US-Holidays.ics"
                              }
                      ],
                      titleReplace: {
                              "De verjaardag van ": "",
                              "'s birthday": ""
                      },
                      locationTitleReplace: {
                              "street ": ""
                      },
                      broadcastEvents: true,
                      excludedEvents: [],
                      sliceMultiDayEvents: false,
                      broadcastPastEvents: false,
                      nextDaysRelative: false,
                      selfSignedCert: false
              },
      
      posted in Troubleshooting
      N
      natebrown
    • Blank screen on start when installing modules

      Hi,
      I just installed MM on my Pi 400 and it was working fine until i tried installing 3rd party modules. When I start it up i get the following code:

      > magicmirror@2.17.1 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "run"
      
      App threw an error during load
      Error: Cannot find module 'logger'
      Require stack:
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
          at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Module._load (internal/modules/cjs/loader.js:732:27)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/js/app.js:13:13)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
      A JavaScript error occurred in the main process
      Uncaught Exception:
      Error: Cannot find module 'logger'
      Require stack:
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
          at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Module._load (internal/modules/cjs/loader.js:732:27)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/js/app.js:13:13)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
      ^C/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      

      Thank you for your help.

      posted in Troubleshooting
      N
      natebrown
    • RE: Auto power on and off

      @garbleflux
      Thanks, so i want it to turn on at 6:30 every morning and turn off at 9 every night, If i copy and paste that into crontab -e, will that work? What is the exact code i need?

      posted in Development
      N
      natebrown
    • Auto power on and off

      Hi there,

      I was wondering if there was technology out there where i can set a timer to make the mirror turn on and off automatically at a specific time each day. I cant find anything. Does anyone else use something similar?

      posted in Development
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil oh.now ive installed your scripts but now the autostart is not working, I’ve deleted all the pm2 things and it is still not working.

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil said in NPM start, starts but with blank screen:

      pm2 stop 0
      pm2 delete 0
      pm2 save

      oh ok thanks. im also still getting the splashscreen on boot

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil how do i turn it off? ive just statted up my pi and magicmirror hasnt started.

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil 1st: Do i execute it in the MagicMirror folder and once its installed what do I do? And will it effect anything on MagicMirror?

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil Thanks, also when i start up my Pi, it shows the “Raspberry Pi OS” Screen and I want it to be just black and how do I speed up autostart (I use sh).

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @natebrown and this one:

      [2020-10-18 12:12:43.003] [ERROR] (node:25630) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil

      What about this part:

      [2020-10-18 12:12:44.535] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-10-18 12:12:44.538] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-10-18 12:12:44.564] [LOG] Email notifier error: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
      at doWrite (_stream_writable.js:413:19)
      at clearBuffer (_stream_writable.js:543:7)
      at Socket.Writable.uncork (_stream_writable.js:321:7)
      at JSStreamSocket.doWrite (internal/js_stream_socket.js:162:17)
      at JSStream.onwrite (internal/js_stream_socket.js:20:57)
      at Socket.ondata (internal/js_stream_socket.js:64:22)
      at Socket.emit (events.js:200:13)
      at addChunk (_stream_readable.js:294:12)
      at readableAddChunk (_stream_readable.js:275:11)
      at Socket.Readable.push (_stream_readable.js:210:10) {
      source: ‘socket’
      }

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil

      So its just finnished updating and ive done npm start and everything seems to show up but it keeps producing the same error over and over again in the log:

      npm start

      magicmirror@2.13.0 start /home/pi/MagicMirror
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [2020-10-18 12:12:18.265] [LOG] Starting MagicMirror: v2.13.0
      [2020-10-18 12:12:18.344] [LOG] Loading config …
      [2020-10-18 12:12:18.373] [LOG] Loading module helpers …
      [2020-10-18 12:12:18.381] [LOG] No helper found for module: alert.
      [2020-10-18 12:12:18.581] [LOG] Initializing new module helper …
      [2020-10-18 12:12:18.585] [LOG] Module helper loaded: updatenotification
      [2020-10-18 12:12:19.726] [LOG] Initializing new module helper …
      [2020-10-18 12:12:19.730] [LOG] Module helper loaded: MMM-Dad-Jokes
      [2020-10-18 12:12:21.332] [LOG] Initializing new module helper …
      [2020-10-18 12:12:21.334] [LOG] Module helper loaded: MMM-Screencast
      [2020-10-18 12:12:21.337] [LOG] No helper found for module: on-this-day.
      [2020-10-18 12:12:22.106] [LOG] Initializing new module helper …
      [2020-10-18 12:12:22.108] [LOG] Module helper loaded: MMM-Remote-Control
      [2020-10-18 12:12:22.182] [LOG] Initializing new module helper …
      [2020-10-18 12:12:22.185] [LOG] Module helper loaded: MMM-learnlanguage
      [2020-10-18 12:12:24.066] [LOG] Initializing new module helper …
      [2020-10-18 12:12:24.068] [LOG] Module helper loaded: MMM-NowPlayingOnSpotify
      [2020-10-18 12:12:24.071] [LOG] No helper found for module: clock.
      [2020-10-18 12:12:24.360] [LOG] Initializing new module helper …
      [2020-10-18 12:12:24.363] [LOG] Module helper loaded: calendar
      [2020-10-18 12:12:24.368] [LOG] No helper found for module: compliments.
      [2020-10-18 12:12:24.371] [LOG] No helper found for module: currentweather.
      [2020-10-18 12:12:24.931] [LOG] Initializing new module helper …
      [2020-10-18 12:12:24.934] [LOG] Module helper loaded: email
      [2020-10-18 12:12:24.936] [LOG] No helper found for module: weatherforecast.
      [2020-10-18 12:12:25.039] [LOG] Initializing new module helper …
      [2020-10-18 12:12:25.040] [LOG] Module helper loaded: newsfeed
      [2020-10-18 12:12:25.041] [LOG] All module helpers loaded.
      [2020-10-18 12:12:25.574] [LOG] Starting server on port 8080 …
      [2020-10-18 12:12:25.622] [INFO] You’re using a full whitelist configuration to allow for all IPs
      [2020-10-18 12:12:25.646] [LOG] Server started …
      [2020-10-18 12:12:25.651] [LOG] Connecting socket for: updatenotification
      [2020-10-18 12:12:25.656] [LOG] Connecting socket for: MMM-Dad-Jokes
      [2020-10-18 12:12:25.659] [LOG] MMM-Dad-Jokes helper started
      [2020-10-18 12:12:25.662] [LOG] Connecting socket for: MMM-Screencast
      [2020-10-18 12:12:25.666] [LOG] Connecting socket for: MMM-Remote-Control
      [2020-10-18 12:12:25.668] [LOG] Starting node helper for: MMM-Remote-Control
      [2020-10-18 12:12:25.694] [LOG] Connecting socket for: MMM-learnlanguage
      [2020-10-18 12:12:25.698] [LOG] Connecting socket for: MMM-NowPlayingOnSpotify
      [2020-10-18 12:12:25.701] [LOG] Connecting socket for: calendar
      [2020-10-18 12:12:25.702] [LOG] Starting node helper for: calendar
      [2020-10-18 12:12:25.704] [LOG] Connecting socket for: email
      [2020-10-18 12:12:25.705] [LOG] email helper started …
      [2020-10-18 12:12:25.706] [LOG] Connecting socket for: newsfeed
      [2020-10-18 12:12:25.708] [LOG] Starting node helper for: newsfeed
      [2020-10-18 12:12:25.709] [LOG] Sockets connected & modules started …
      [2020-10-18 12:12:27.372] [LOG] Launching application.
      [2020-10-18 12:12:30.530] [ERROR] ERROR! Could not find main module js file for MMM-GoogleAssistant
      [2020-10-18 12:12:43.003] [ERROR] (node:25630) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
      [2020-10-18 12:12:43.004] [ERROR] (node:25630) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
      [2020-10-18 12:12:43.033] [LOG] Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
      [2020-10-18 12:12:43.069] [LOG] listening for emails…
      [2020-10-18 12:12:43.144] [LOG] Create new news fetcher for url: http://rss.nzherald.co.nz/rss/xml/nzhtsrsscid_000000698.xml - Interval: 300000
      [2020-10-18 12:12:43.479] [INFO] Checking git for module: MMM-Dad-Jokes
      [2020-10-18 12:12:43.574] [INFO] Checking git for module: MMM-Screencast
      [2020-10-18 12:12:43.669] [INFO] Checking git for module: on-this-day
      [2020-10-18 12:12:43.738] [INFO] Checking git for module: MMM-Remote-Control
      [2020-10-18 12:12:43.834] [INFO] Checking git for module: MMM-learnlanguage
      [2020-10-18 12:12:43.932] [INFO] Checking git for module: MMM-NowPlayingOnSpotify
      [2020-10-18 12:12:44.047] [INFO] Checking git for module: email
      [2020-10-18 12:12:44.270] [LOG] Refreshed access token because it has expired. Expired at: 12:12:42 now is: 12:12:44
      [2020-10-18 12:12:44.455] [LOG] Email notifier error: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
      at doWrite (_stream_writable.js:413:19)
      at clearBuffer (_stream_writable.js:543:7)
      at Socket.Writable.uncork (_stream_writable.js:321:7)
      at JSStreamSocket.doWrite (internal/js_stream_socket.js:162:17)
      at JSStream.onwrite (internal/js_stream_socket.js:20:57)
      at Socket.ondata (internal/js_stream_socket.js:64:22)
      at Socket.emit (events.js:200:13)
      at addChunk (_stream_readable.js:294:12)
      at readableAddChunk (_stream_readable.js:275:11)
      at Socket.Readable.push (_stream_readable.js:210:10) {
      source: ‘socket’
      }
      [2020-10-18 12:12:44.509] [ERROR] Whoops! There was an uncaught exception…
      [2020-10-18 12:12:44.516] [ERROR] Error: self signed certificate
      at TLSSocket.onConnectSecure (_tls_wrap.js:1317:34)
      at TLSSocket.emit (events.js:200:13)
      at TLSSocket._finishInit (_tls_wrap.js:792:8)
      at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:606:12)
      at Socket.ondata (internal/js_stream_socket.js:64:22)
      at Socket.emit (events.js:200:13)
      at addChunk (_stream_readable.js:294:12)
      at readableAddChunk (_stream_readable.js:275:11)
      at Socket.Readable.push (_stream_readable.js:210:10)
      at TCP.onStreamRead (internal/stream_base_commons.js:166:17) {
      code: ‘DEPTH_ZERO_SELF_SIGNED_CERT’,
      source: ‘socket’
      }
      [2020-10-18 12:12:44.535] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-10-18 12:12:44.538] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-10-18 12:12:44.564] [LOG] Email notifier error: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
      at doWrite (_stream_writable.js:413:19)
      at clearBuffer (_stream_writable.js:543:7)
      at Socket.Writable.uncork (_stream_writable.js:321:7)
      at JSStreamSocket.doWrite (internal/js_stream_socket.js:162:17)
      at JSStream.onwrite (internal/js_stream_socket.js:20:57)
      at Socket.ondata (internal/js_stream_socket.js:64:22)
      at Socket.emit (events.js:200:13)
      at addChunk (_stream_readable.js:294:12)
      at readableAddChunk (_stream_readable.js:275:11)
      at Socket.Readable.push (_stream_readable.js:210:10) {
      source: ‘socket’
      }
      [2020-10-18 12:12:44.588] [ERROR] Whoops! There was an uncaught exception…
      [2020-10-18 12:12:44.596] [ERROR] Error: self signed certificate
      at TLSSocket.onConnectSecure (_tls_wrap.js:1317:34)
      at TLSSocket.emit (events.js:200:13)
      at TLSSocket._finishInit (_tls_wrap.js:792:8)
      at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:606:12)
      at Socket.ondata (internal/js_stream_socket.js:64:22)
      at Socket.emit (events.js:200:13)
      at addChunk (_stream_readable.js:294:12)
      at readableAddChunk (_stream_readable.js:275:11)
      at Socket.Readable.push (_stream_readable.js:210:10)
      at TCP.onStreamRead (internal/stream_base_commons.js:166:17) {
      code: ‘DEPTH_ZERO_SELF_SIGNED_CERT’,
      source: ‘socket’
      }

      posted in Troubleshooting
      N
      natebrown
    • RE: NPM start, starts but with blank screen

      @sdetweil said in NPM start, starts but with blank screen:

      cd ~/MagicMirror
      npm install

      I updated 2 weeks ago i think, i’ve just updated it again.
      i did

      git pull && npm install

      posted in Troubleshooting
      N
      natebrown
    • NPM start, starts but with blank screen

      Hi there,
      I just started up my Mirror and i’ve setup a sh file to automaticly start it, it started but it was a blank screen. I then went into terminal and manually started it and it produced the following error. Please help! Another thing is that my Pi keeps changing its IP address how do i fix that?

      pi@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.13.0 start /home/pi/MagicMirror
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [2020-10-18 11:40:30.509] [LOG] Starting MagicMirror: v2.13.0
      [2020-10-18 11:40:30.537] [LOG] Loading config …
      [2020-10-18 11:40:30.554] [LOG] Loading module helpers …
      [2020-10-18 11:40:30.564] [LOG] No helper found for module: alert.
      [2020-10-18 11:40:30.751] [LOG] Initializing new module helper …
      [2020-10-18 11:40:30.758] [LOG] Module helper loaded: updatenotification
      [2020-10-18 11:40:31.738] [LOG] Initializing new module helper …
      [2020-10-18 11:40:31.739] [LOG] Module helper loaded: MMM-Dad-Jokes
      [2020-10-18 11:40:32.639] [LOG] Initializing new module helper …
      [2020-10-18 11:40:32.641] [LOG] Module helper loaded: MMM-Screencast
      [2020-10-18 11:40:32.642] [LOG] No helper found for module: on-this-day.
      [2020-10-18 11:40:33.072] [LOG] Initializing new module helper …
      [2020-10-18 11:40:33.074] [LOG] Module helper loaded: MMM-Remote-Control
      [2020-10-18 11:40:33.137] [LOG] Initializing new module helper …
      [2020-10-18 11:40:33.138] [LOG] Module helper loaded: MMM-learnlanguage
      [2020-10-18 11:40:34.381] [LOG] Initializing new module helper …
      [2020-10-18 11:40:34.384] [LOG] Module helper loaded: MMM-NowPlayingOnSpotify
      [2020-10-18 11:40:34.389] [LOG] No helper found for module: clock.
      [2020-10-18 11:40:34.411] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘node-ical’
      Require stack:

      • /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js
      • /home/pi/MagicMirror/modules/default/calendar/node_helper.js
      • /home/pi/MagicMirror/js/app.js
      • /home/pi/MagicMirror/js/electron.js
      • /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js

      [2020-10-18 11:40:34.413] [LOG] Loading module helpers …
      [2020-10-18 11:40:34.416] [LOG] No helper found for module: alert.
      [2020-10-18 11:40:34.419] [LOG] Initializing new module helper …
      [2020-10-18 11:40:34.422] [LOG] Module helper loaded: updatenotification
      [2020-10-18 11:40:34.425] [LOG] Initializing new module helper …
      [2020-10-18 11:40:34.427] [LOG] Module helper loaded: MMM-Dad-Jokes
      [2020-10-18 11:40:34.430] [LOG] Initializing new module helper …
      [2020-10-18 11:40:34.433] [LOG] Module helper loaded: MMM-Screencast
      [2020-10-18 11:40:34.436] [LOG] No helper found for module: on-this-day.
      [2020-10-18 11:40:34.438] [LOG] Initializing new module helper …
      [2020-10-18 11:40:34.439] [LOG] Module helper loaded: MMM-Remote-Control
      [2020-10-18 11:40:34.440] [LOG] Initializing new module helper …
      [2020-10-18 11:40:34.441] [LOG] Module helper loaded: MMM-learnlanguage
      [2020-10-18 11:40:34.443] [LOG] Initializing new module helper …
      [2020-10-18 11:40:34.444] [LOG] Module helper loaded: MMM-NowPlayingOnSpotify
      [2020-10-18 11:40:34.445] [LOG] No helper found for module: clock.
      [2020-10-18 11:40:34.455] [ERROR] App threw an error during load
      [2020-10-18 11:40:34.459] [ERROR] Error: Cannot find module ‘node-ical’
      Require stack:

      • /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js
      • /home/pi/MagicMirror/modules/default/calendar/node_helper.js
      • /home/pi/MagicMirror/js/app.js
      • /home/pi/MagicMirror/js/electron.js
      • /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      • at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
        at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16)
        at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
        at Function.Module._load (internal/modules/cjs/loader.js:531:27)
        at Module.require (internal/modules/cjs/loader.js:685:19)
        at require (internal/modules/cjs/helpers.js:16:16)
        at Object. (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:8:14)
        at Module._compile (internal/modules/cjs/loader.js:786:30)
        at Object.Module._extensions…js (internal/modules/cjs/loader.js:798:10)
        at Module.load (internal/modules/cjs/loader.js:645:32)
        [2020-10-18 11:40:34.465] [ERROR] Whoops! There was an uncaught exception…
        [2020-10-18 11:40:34.467] [ERROR] Error: Cannot find module ‘node-ical’
        Require stack:
      • /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js
      • /home/pi/MagicMirror/modules/default/calendar/node_helper.js
      • /home/pi/MagicMirror/js/app.js
      • /home/pi/MagicMirror/js/electron.js
      • /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      • at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
        at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16)
        at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
        at Function.Module._load (internal/modules/cjs/loader.js:531:27)
        at Module.require (internal/modules/cjs/loader.js:685:19)
        at require (internal/modules/cjs/helpers.js:16:16)
        at Object. (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:8:14)
        at Module._compile (internal/modules/cjs/loader.js:786:30)
        at Object.Module._extensions…js (internal/modules/cjs/loader.js:798:10)
        at Module.load (internal/modules/cjs/loader.js:645:32) {
        code: ‘MODULE_NOT_FOUND’,
        requireStack: [
        ‘/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js’,
        ‘/home/pi/MagicMirror/modules/default/calendar/node_helper.js’,
        ‘/home/pi/MagicMirror/js/app.js’,
        ‘/home/pi/MagicMirror/js/electron.js’,
        ‘/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js’,
        undefined
        ]
        }
        [2020-10-18 11:40:34.488] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
        [2020-10-18 11:40:34.491] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
        [2020-10-18 11:40:34.728] [LOG] Launching application.
        ^C[2020-10-18 11:41:56.034] [LOG] Shutting down server…
        [2020-10-18 11:41:56.043] [LOG] Stopping module helper: updatenotification
        [2020-10-18 11:41:56.045] [LOG] Stopping module helper: MMM-Dad-Jokes
        [2020-10-18 11:41:56.048] [LOG] Stopping module helper: MMM-Screencast
        [2020-10-18 11:41:56.049] [ERROR] Whoops! There was an uncaught exception…
        [2020-10-18 11:41:56.050] [ERROR] TypeError: Cannot convert undefined or null to object
        at Function.keys ()
        at Class.stop (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:70:20)
        at App.stop (/home/pi/MagicMirror/js/app.js:262:16)
        at App. (/home/pi/MagicMirror/js/electron.js:122:7)
        at App.emit (events.js:200:13)
        [2020-10-18 11:41:56.053] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
        [2020-10-18 11:41:56.054] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      posted in Troubleshooting
      N
      natebrown
    • 1 / 1