MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Can't See Calendar, New Feed and To Do List Module ;(

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    13 Posts 2 Posters 1.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @lina-ja
      last edited by

      @lina-ja can u show all the output of the npm start ?

      if you use pm2, then
      pm2 logs --lines=???
      ??? defaults to 15, u may need 50 or 100

      these all use a server side component to get the content…

      also open the developers window, on the pi do
      ctrl-shift-i
      and select the tab labeled console

      and scroll up to see any errors (usually red text)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      L 1 Reply Last reply Reply Quote 0
      • L Offline
        lina-ja @sdetweil
        last edited by

        @sdetweil
        Thank you for your reply!
        Here is all output of my terminal when I run the “npm run server”.
        I do not think I’m using pm2… (Sorry I’m a beginner ;( )

        pi@raspberrypi:~/MagicMirror $ npm run server
        
        > magicmirror@2.17.1 server /home/pi/MagicMirror
        > node ./serveronly
        
        [21.01.2022 22:56.39.130] [LOG]   Starting MagicMirror: v2.17.1
        [21.01.2022 22:56.39.136] [LOG]   Loading config ...
        [21.01.2022 22:56.39.142] [LOG]   Loading module helpers ...
        [21.01.2022 22:56.39.145] [LOG]   No helper found for module: alert.
        [21.01.2022 22:56.39.146] [LOG]   No helper found for module: clock.
        [21.01.2022 22:56.39.329] [LOG]   Initializing new module helper ...
        [21.01.2022 22:56.39.330] [LOG]   Module helper loaded: calendar
        [21.01.2022 22:56.39.331] [LOG]   No helper found for module: weather.
        [21.01.2022 22:56.39.610] [LOG]   Initializing new module helper ...
        [21.01.2022 22:56.39.611] [LOG]   Module helper loaded: MMM-FastNotes
        [21.01.2022 22:56.39.643] [LOG]   Initializing new module helper ...
        [21.01.2022 22:56.39.644] [LOG]   Module helper loaded: newsfeed
        [21.01.2022 22:56.39.870] [LOG]   Initializing new module helper ...
        [21.01.2022 22:56.39.871] [LOG]   Module helper loaded: MMM-Remote-Control
        [21.01.2022 22:56.40.199] [LOG]   Initializing new module helper ...
        [21.01.2022 22:56.40.201] [LOG]   Module helper loaded: MMM-Todoist
        [21.01.2022 22:56.40.462] [LOG]   Initializing new module helper ...
        [21.01.2022 22:56.40.463] [LOG]   Module helper loaded: MMM-GooglePhotos
        [21.01.2022 22:56.40.464] [LOG]   No helper found for module: MMM-MonthCalendar.
        [21.01.2022 22:56.40.465] [LOG]   No helper found for module: MMM-WeeklySchedule.
        [21.01.2022 22:56.41.302] [LOG]   Initializing new module helper ...
        [21.01.2022 22:56.41.303] [LOG]   Module helper loaded: MMM-awesome-alexa
        [21.01.2022 22:56.41.304] [LOG]   All module helpers loaded.
        [21.01.2022 22:56.41.395] [LOG]   Starting server on port 8080 ... 
        [21.01.2022 22:56.41.399] [WARN]  You're using a full whitelist configuration to allow for all IPs
        [21.01.2022 22:56.41.409] [LOG]   Server started ...
        [21.01.2022 22:56.41.411] [LOG]   Connecting socket for: calendar
        [21.01.2022 22:56.41.412] [LOG]   Starting node helper for: calendar
        [21.01.2022 22:56.41.413] [LOG]   Connecting socket for: MMM-FastNotes
        [21.01.2022 22:56.41.414] [LOG]   Starting module helper: MMM-FastNotes
        [21.01.2022 22:56.41.415] [LOG]   Connecting socket for: newsfeed
        [21.01.2022 22:56.41.416] [LOG]   Starting node helper for: newsfeed
        [21.01.2022 22:56.41.417] [LOG]   Connecting socket for: MMM-Remote-Control
        [21.01.2022 22:56.41.418] [LOG]   Starting node helper for: MMM-Remote-Control
        [21.01.2022 22:56.41.426] [LOG]   Connecting socket for: MMM-Todoist
        [21.01.2022 22:56.41.427] [LOG]   Starting node helper for: MMM-Todoist
        [21.01.2022 22:56.41.428] [LOG]   Connecting socket for: MMM-GooglePhotos
        [21.01.2022 22:56.41.430] [LOG]   Connecting socket for: MMM-awesome-alexa
        [21.01.2022 22:56.41.431] [LOG]   Sockets connected & modules started ...
        [21.01.2022 22:56.41.432] [LOG]   
        Ready to go! Please point your browser to: http://192.168.11.10:8080
        [21.01.2022 22:56.46.487] [LOG]   Create new calendarfetcher for URL: [HIDE URL] - Interval: 300000
        [21.01.2022 22:56.46.629] [LOG]   Create new newsfetcher for url: https://news.yahoo.co.jp/rss/topics/it.xml - Interval: 300000
        [21.01.2022 22:56.46.911] [INFO]  Newsfeed-Fetcher: Broadcasting 8 items.
        [21.01.2022 22:56.48.341] [INFO]  Calendar-Fetcher: Broadcasting 7 events.
        [21.01.2022 22:58.19.268] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        (Use `node --trace-warnings ...` to show where the warning was created)
        [21.01.2022 22:58.19.273] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
        [21.01.2022 22:58.19.275] [ERROR] (node:2726) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
        [21.01.2022 22:58.19.301] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 22:58.19.303] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
        [21.01.2022 22:58.19.677] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 22:58.19.678] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6)
        [21.01.2022 22:58.19.904] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 22:58.19.905] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 8)
        [21.01.2022 22:58.41.124] [LOG]   Use existing calendarfetcher for url: https://calendar.google.com/calendar/ical/.google.com/public/basic.ics
        [21.01.2022 22:58.41.125] [INFO]  Calendar-Fetcher: Broadcasting 7 events.
        [21.01.2022 22:58.41.173] [LOG]   Use existing newsfetcher for url: https://news.yahoo.co.jp/rss/topics/it.xml
        [21.01.2022 22:58.41.176] [INFO]  Newsfeed-Fetcher: Broadcasting 8 items.
        [21.01.2022 22:58.41.407] [INFO]  Newsfeed-Fetcher: Broadcasting 8 items.
        [21.01.2022 22:58.41.933] [ERROR] Whoops! There was an uncaught exception...
        [21.01.2022 22:58.41.938] [ERROR] PythonShellError: OSError: [Errno 98] Address already in use
            at PythonShell.parseError (/home/pi/MagicMirror/node_modules/python-shell/index.js:295:21)
            at terminateIfNeeded (/home/pi/MagicMirror/node_modules/python-shell/index.js:190:32)
            at ChildProcess.<anonymous> (/home/pi/MagicMirror/node_modules/python-shell/index.js:182:13)
            at ChildProcess.emit (events.js:400:28)
            at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
            ----- Python Traceback -----
            File "modules/MMM-FastNotes/FastNotes.py", line 25, in <module>
              main()
            File "modules/MMM-FastNotes/FastNotes.py", line 21, in main
              raise e
            File "modules/MMM-FastNotes/FastNotes.py", line 17, in main
              start(host=args.host, port=args.port, debug=args.debug)
            File "/home/pi/MagicMirror/modules/MMM-FastNotes/backend/fast_notes.py", line 72, in start
              app.run(host, port, debug)
            File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 990, in run
              run_simple(host, port, self, **options)
            File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 1052, in run_simple
              inner()
            File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 1005, in inner
              fd=fd,
            File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 848, in make_server
              host, port, app, request_handler, passthrough_errors, ssl_context, fd=fd
            File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 740, in __init__
              HTTPServer.__init__(self, server_address, handler)
            File "/usr/lib/python3.7/socketserver.py", line 452, in __init__
              self.server_bind()
            File "/usr/lib/python3.7/http/server.py", line 137, in server_bind
              socketserver.TCPServer.server_bind(self)
            File "/usr/lib/python3.7/socketserver.py", line 466, in server_bind
              self.socket.bind(self.server_address) {
          traceback: 'Traceback (most recent call last):\n' +
            '  File "modules/MMM-FastNotes/FastNotes.py", line 25, in <module>\n' +
            '    main()\n' +
            '  File "modules/MMM-FastNotes/FastNotes.py", line 21, in main\n' +
            '    raise e\n' +
            '  File "modules/MMM-FastNotes/FastNotes.py", line 17, in main\n' +
            '    start(host=args.host, port=args.port, debug=args.debug)\n' +
            '  File "/home/pi/MagicMirror/modules/MMM-FastNotes/backend/fast_notes.py", line 72, in start\n' +
            '    app.run(host, port, debug)\n' +
            '  File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 990, in run\n' +
            '    run_simple(host, port, self, **options)\n' +
            '  File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 1052, in run_simple\n' +
            '    inner()\n' +
            '  File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 1005, in inner\n' +
            '    fd=fd,\n' +
            '  File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 848, in make_server\n' +
            '    host, port, app, request_handler, passthrough_errors, ssl_context, fd=fd\n' +
            '  File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 740, in __init__\n' +
            '    HTTPServer.__init__(self, server_address, handler)\n' +
            '  File "/usr/lib/python3.7/socketserver.py", line 452, in __init__\n' +
            '    self.server_bind()\n' +
            '  File "/usr/lib/python3.7/http/server.py", line 137, in server_bind\n' +
            '    socketserver.TCPServer.server_bind(self)\n' +
            '  File "/usr/lib/python3.7/socketserver.py", line 466, in server_bind\n' +
            '    self.socket.bind(self.server_address)\n' +
            'OSError: [Errno 98] Address already in use\n',
          executable: 'python3',
          options: null,
          script: 'modules/MMM-FastNotes/FastNotes.py',
          args: [ '--host', '192.168.11.10', '--port', 5000 ],
          exitCode: 1
        }
        [21.01.2022 22:58.41.945] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
        [21.01.2022 22:58.41.945] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
        [21.01.2022 22:58.42.657] [INFO]  Calendar-Fetcher: Broadcasting 7 events.
        [21.01.2022 22:59.55.175] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 22:59.55.176] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 10)
        [21.01.2022 23:00.14.200] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:00.14.202] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 12)
        [21.01.2022 23:00.14.982] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:00.14.983] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 14)
        [21.01.2022 23:00.15.173] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:00.15.176] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 16)
        [21.01.2022 23:00.15.940] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:00.15.942] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 18)
        [21.01.2022 23:00.44.211] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:00.44.213] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 20)
        [21.01.2022 23:00.45.231] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:00.45.233] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 22)
        [21.01.2022 23:00.50.161] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:00.50.163] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 24)
        [21.01.2022 23:01.14.211] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:01.14.213] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 26)
        [21.01.2022 23:01.14.284] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:01.14.285] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 28)
        [21.01.2022 23:01.14.421] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:01.14.423] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 30)
        [21.01.2022 23:01.15.245] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
            at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
            at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
            at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
            at IncomingMessage.emit (events.js:412:35)
            at endReadableNT (internal/streams/readable.js:1334:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        [21.01.2022 23:01.15.246] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 32)
        
        

        Thank you for reading such a long code!

        AND “ctrl-shift-i
        and select the tab labeled console”
        Is it mean to change the name of the terminal like this??

        capture3.PNG

        Thx.

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @lina-ja
          last edited by

          @lina-ja said in

          you have a bunch of errors

          google photos 400

          Can't See Calendar, New Feed and To Do List Module ;(:

          [21.01.2022 22:58.19.268] [ERROR] (node:2726) UnhandledPromiseRejectionWarning: Error: Request failed with status code 400
          at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)

          File “/home/pi/MagicMirror/modules/MMM-FastNotes/backend/fast_notes.py”, line 72, in start
          PythonShellError: OSError: [Errno 98] Address already in use

          sounds like on google, your authentication expired and u need to reboot for the second

          on the developers window, you do that on the MagicMirror screen

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          L 1 Reply Last reply Reply Quote 0
          • L Offline
            lina-ja @sdetweil
            last edited by

            cap5.jpg
            Thanks to you I could open the developers window!

            As this picture show, there are the same errors appeared again and again.
            (main.js:350)

            I will try to debug of Fast-Note module and Google Photo Module!
            But I still cannot find why the calendar, News Feed and ToDoList module are not working… :disappointed_face:

            Thanks.

            L 1 Reply Last reply Reply Quote 0
            • L Offline
              lina-ja @lina-ja
              last edited by

              キャプチャ3.PNG
              capture4.PNG

              Incidentally this is the photo of what happened in my modules.
              When I load the page, “Loading” was just displayed for 1 sec and after that, part of the calendar module will completely disappeared.

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @lina-ja
                last edited by

                @lina-ja no idea really… but I DO see a missing module output on one of my systems…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                L 1 Reply Last reply Reply Quote 0
                • L Offline
                  lina-ja @sdetweil
                  last edited by

                  @sdetweil Thx for the reply!
                  Where did you find the missing module output?
                  (I already checked my config.js file. )

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @lina-ja
                    last edited by

                    @lina-ja on my system , one of my modules in config.js shows and then disappears… left column only

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    L 1 Reply Last reply Reply Quote 0
                    • L Offline
                      lina-ja @sdetweil
                      last edited by

                      @sdetweil Wow, so we have the same problem, right?
                      Let’s share the solution with each other if we could solve it!
                      I will try to find the solution…

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @lina-ja
                        last edited by

                        @lina-ja yeh, but I am not working on that now…

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        L 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        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