Closed bma-diy closed 2 years ago
I have the same problem after the latest update.
Good thing I found this. I don't know what error is showing as I am not on the console for the mirror but as soon as I add in this module the mirror fails to load.
Same here
Can you try to launch "npm install" inside the module folder to see if it resolves?
I ran npm install and still have issues
On Tue, Jan 4, 2022 at 7:36 AM Matteo @.***> wrote:
Can you try to launch "npm install" inside the module folder to see if it resolves?
— Reply to this email directly, view it on GitHub https://github.com/matteodanelli/MMM-cryptocurrency/issues/107#issuecomment-1004817930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKIOE5G57K5N4DU6QIDCVK3UULZWXANCNFSM5LEB6WJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
-- Sent from my iPhone
Please checkout latest release. I removed request andd now it should work with latest MM. Let me know
Seemed to have done the trick, thanks for the quick response.
Yes it works now. Thanks for solving this so fast.
On Tue, Jan 4, 2022 at 2:44 PM Jay Brodie @.***> wrote:
Seemed to have done the trick, thanks for the quick response.
— Reply to this email directly, view it on GitHub https://github.com/matteodanelli/MMM-cryptocurrency/issues/107#issuecomment-1005157271, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKIOE5FLAJVQXGFATCRXJRLUUNL4VANCNFSM5LEB6WJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
-- Sent from my iPhone
I've had this module up and running previously with no issues. I decided to upgrade MM and it does not seem to be compatible with this app. I have also tried doing a fresh install. All other apps work, but this one fails for some reason. Here are the error messages I get:
`pi@magicpi:~/MagicMirror $ npm run start
[02.01.2022 14:56.07.011] [LOG] Starting MagicMirror: v2.18.0 [02.01.2022 14:56.07.024] [LOG] Loading config ... [02.01.2022 14:56.07.040] [LOG] Loading module helpers ... [02.01.2022 14:56.07.046] [LOG] No helper found for module: alert. [02.01.2022 14:56.07.094] [LOG] Initializing new module helper ... [02.01.2022 14:56.07.096] [LOG] Module helper loaded: updatenotification [02.01.2022 14:56.07.101] [LOG] No helper found for module: clock. [02.01.2022 14:56.07.679] [LOG] Initializing new module helper ... [02.01.2022 14:56.07.681] [LOG] Module helper loaded: calendar [02.01.2022 14:56.07.692] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'request' Require stack:
[02.01.2022 14:56.07.704] [LOG] Loading module helpers ... [02.01.2022 14:56.07.706] [LOG] No helper found for module: alert. [02.01.2022 14:56.07.709] [LOG] Initializing new module helper ... [02.01.2022 14:56.07.711] [LOG] Module helper loaded: updatenotification [02.01.2022 14:56.07.715] [LOG] No helper found for module: clock. [02.01.2022 14:56.07.717] [LOG] Initializing new module helper ... [02.01.2022 14:56.07.720] [LOG] Module helper loaded: calendar [02.01.2022 14:56.07.726] [ERROR] App threw an error during load [02.01.2022 14:56.07.731] [ERROR] Error: Cannot find module 'request' Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:940:15) at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1128) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29) at Module._load (node:internal/modules/cjs/loader:785:27) at Function.c._load (node:electron/js2c/asar_bundle:5:13331) at Module.require (node:internal/modules/cjs/loader:1012:19) at require (node:internal/modules/cjs/helpers:94:18) at Object. (/home/pi/MagicMirror/modules/MMM-cryptocurrency/node_helper.js:2:15)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10)
[02.01.2022 14:56.07.735] [ERROR] Whoops! There was an uncaught exception...
[02.01.2022 14:56.07.746] [ERROR] Error: Cannot find module 'request'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:940:15) at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1128) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29) at Module._load (node:internal/modules/cjs/loader:785:27) at Function.c._load (node:electron/js2c/asar_bundle:5:13331) at Module.require (node:internal/modules/cjs/loader:1012:19) at require (node:internal/modules/cjs/helpers:94:18) at Object. (/home/pi/MagicMirror/modules/MMM-cryptocurrency/node_helper.js:2:15)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/pi/MagicMirror/modules/MMM-cryptocurrency/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
]
}
[02.01.2022 14:56.07.753] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
[02.01.2022 14:56.07.755] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
[02.01.2022 14:56.09.515] [LOG] Launching application.
[28734:0102/145616.006192:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[28763:0102/145616.673828:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
`