chicohernando / MMM-Peloton

This is a MagicMirror module for people with a Peloton account. This module will show you your Peloton information to help keep you motivated to achieve your goals, whatever they may be.
1 stars 1 forks source link

module_not_found #5

Open scottdsauer opened 2 years ago

scottdsauer commented 2 years ago

getting error, I checked install and code, seems to be ok. Any ideas?

magicmirror@2.18.0 start DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[23.01.2022 08:45.25.609] [LOG] Starting MagicMirror: v2.18.0 [23.01.2022 08:45.25.619] [LOG] Loading config ... [23.01.2022 08:45.25.625] [LOG] Loading module helpers ... [23.01.2022 08:45.25.627] [LOG] No helper found for module: alert. [23.01.2022 08:45.25.645] [LOG] Initializing new module helper ... [23.01.2022 08:45.25.646] [LOG] Module helper loaded: updatenotification [23.01.2022 08:45.25.648] [LOG] No helper found for module: clock. [23.01.2022 08:45.25.651] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'request' Require stack:

jschless commented 2 years ago

You need to install the request library. In the MMM-Peloton directory, run the following command: npm install request

That ought to do it.

scottdsauer commented 2 years ago

Was this in the installation instructions and I just didnt read, if so I apologize for bothering you for something stupiid and trivial.

On Sun, Jan 23, 2022 at 11:03 AM jschless @.***> wrote:

You need to install the request library. In the MMM-Peloton directory, run the following command: npm install request

That ought to do it.

— Reply to this email directly, view it on GitHub https://github.com/chicohernando/MMM-Peloton/issues/5#issuecomment-1019514966, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALPIM354OXY7NXFAHXHAQBLUXQRFHANCNFSM5MTL7UHQ . 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: @.***>

scottdsauer commented 2 years ago

That worked! thank you so much for writing this!

On Sun, Jan 23, 2022 at 11:16 AM Scott Sauer @.***> wrote:

Was this in the installation instructions and I just didnt read, if so I apologize for bothering you for something stupiid and trivial.

On Sun, Jan 23, 2022 at 11:03 AM jschless @.***> wrote:

You need to install the request library. In the MMM-Peloton directory, run the following command: npm install request

That ought to do it.

— Reply to this email directly, view it on GitHub https://github.com/chicohernando/MMM-Peloton/issues/5#issuecomment-1019514966, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALPIM354OXY7NXFAHXHAQBLUXQRFHANCNFSM5MTL7UHQ . 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: @.***>