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

    payolemo

    @payolemo

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    payolemo Unfollow Follow

    Latest posts made by payolemo

    • RE: UnhandledPromiseRejectionWarning: Error

      @sdetweil Thank you, marking this post as resolved, maybe I should open a post to discuss or/and debate about the use of alexa in MM and alternatives as MMM-GoogleAssistant.

      Again, thanks for your help!

      posted in Troubleshooting
      P
      payolemo
    • RE: UnhandledPromiseRejectionWarning: Error

      @sdetweil said in UnhandledPromiseRejectionWarning: Error:

      grep version package.json

      where are you issuing the npm run start

      I’m running npm run start from ~/MagicMirror $

      MM version: 2.25.0

      I’m about to give up with MMM-Awesome-Alexa (U.U) , I did many things just to get the config generator cli working, I’m conscious the module is really outdated also I was reading about and seems that the alexa responds the first voice command only, I wonder if it worth the effort

      posted in Troubleshooting
      P
      payolemo
    • UnhandledPromiseRejectionWarning: Error

      Hi there folks! I need some help on Magic Mirror execution, after configuring and adding the MMM-Awesome-Alexa module I’m trying to execute npm run start but the terminal displays the following error:

      [19.12.2023 10:02.48.027] [ERROR] (node:8028) UnhandledPromiseRejectionWarning: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './Rx' is not defined by "exports" in /home/payolemo/MagicMirror/node_modules/rxjs/package.json
         at new NodeError (node:internal/errors:399:5)
         at exportsNotFound (node:internal/modules/esm/resolve:361:10)
         at packageExportsResolve (node:internal/modules/esm/resolve:697:9)
         at resolveExports (node:internal/modules/cjs/loader:574:36)
         at Function._findPath (node:internal/modules/cjs/loader:643:31)
         at node:internal/modules/cjs/loader:1070:27
         at Function.<anonymous> (node:electron/js2c/browser_init:2:117419)
         at Module._resolveFilename (/home/payolemo/MagicMirror/node_modules/module-alias/index.js:49:29)
         at node:internal/modules/cjs/loader:929:27
         at Function._load (node:electron/js2c/asar_bundle:2:13327)
         at Module.require (node:internal/modules/cjs/loader:1150:19)
         at require (node:internal/modules/cjs/helpers:110:18)
         at Object.<anonymous> (/home/payolemo/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:1128)
         at r (/home/payolemo/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:124)
         at Object.<anonymous> (/home/payolemo/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:5872)
         at r (/home/payolemo/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:124)
      (Use `electron --trace-warnings ...` to show where the warning was created)
      [19.12.2023 10:02.48.029] [ERROR] (node:8028) 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: 1)
      
      

      I did the following:
      I deleted the node_modules directory with rm -rf in ~/MagicMirror and I also did npm i
      I also rexecuted npm rebuild and npm install --save-dev @electron/rebuild && ./node_modules/.bin/electron-rebuild
      Non of these worked for me.

      posted in Troubleshooting
      P
      payolemo