Read the statement by Michael Teeuw here.
[assistant] recipe error ............ please help to solve me
-

-
pi@raspberrypi:~ $ cd MagicMirror
pi@raspberrypi:~/MagicMirror $ npm startmagicmirror@2.14.0 start /home/pi/MagicMirror
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js[07.02.2021 20:13.42.795] [LOG] Starting MagicMirror: v2.14.0
[07.02.2021 20:13.42.801] [LOG] Loading config …
[07.02.2021 20:13.42.807] [LOG] Loading module helpers …
[07.02.2021 20:13.42.809] [LOG] No helper found for module: alert.
[07.02.2021 20:13.42.933] [LOG] Initializing new module helper …
[07.02.2021 20:13.42.934] [LOG] Module helper loaded: updatenotification
[07.02.2021 20:13.42.935] [LOG] No helper found for module: clock.
[07.02.2021 20:13.43.343] [LOG] Initializing new module helper …
[07.02.2021 20:13.43.344] [LOG] Module helper loaded: calendar
[07.02.2021 20:13.45.069] [LOG] Initializing new module helper …
[07.02.2021 20:13.45.070] [LOG] Module helper loaded: MMM-GoogleAssistant
[07.02.2021 20:13.45.198] [LOG] Initializing new module helper …
[07.02.2021 20:13.45.199] [LOG] Module helper loaded: MMM-Snowboy
[07.02.2021 20:13.45.200] [LOG] No helper found for module: compliments.
[07.02.2021 20:13.45.201] [LOG] No helper found for module: currentweather.
[07.02.2021 20:13.45.202] [LOG] No helper found for module: weatherforecast.
[07.02.2021 20:13.45.203] [LOG] No helper found for module: MMM-NowPlayingOnSpotify.
[07.02.2021 20:13.45.203] [LOG] No helper found for module: MMM-AirQuality.
[07.02.2021 20:13.45.225] [LOG] Initializing new module helper …
[07.02.2021 20:13.45.226] [LOG] Module helper loaded: newsfeed
[07.02.2021 20:13.45.226] [LOG] All module helpers loaded.
[07.02.2021 20:13.45.323] [LOG] Starting server on port 8080 …
[07.02.2021 20:13.45.335] [LOG] Server started …
[07.02.2021 20:13.45.336] [LOG] Connecting socket for: updatenotification
[07.02.2021 20:13.45.337] [LOG] Connecting socket for: calendar
[07.02.2021 20:13.45.339] [LOG] Starting node helper for: calendar
[07.02.2021 20:13.45.340] [LOG] Connecting socket for: MMM-GoogleAssistant
[07.02.2021 20:13.45.341] [LOG] Connecting socket for: MMM-Snowboy
[07.02.2021 20:13.45.341] [LOG] [SNOWBOY] Starting…
[07.02.2021 20:13.45.342] [LOG] Connecting socket for: newsfeed
[07.02.2021 20:13.45.343] [LOG] Starting node helper for: newsfeed
[07.02.2021 20:13.45.343] [LOG] Sockets connected & modules started …
[07.02.2021 20:13.45.646] [LOG] Launching application.
[07.02.2021 20:13.45.687] [WARN] (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently “false”. It will change to be “true” in Electron 9. For more information please check https://github.com/electron/electron/issues/18397
[07.02.2021 20:13.47.908] [LOG] [SNOWBOY] Model selected: smart_mirror
[07.02.2021 20:13.47.917] [LOG] Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/coolkkmirror%40gmail.com/public/basic.ics - Interval: 300000
[07.02.2021 20:13.48.007] [LOG] [SNOWBOY] Model selected: smart_mirror
[07.02.2021 20:13.48.012] [LOG] Create new news fetcher for url: https://timesofindia.indiatimes.com/rssfeeds/3942666.cms - Interval: 300000
[07.02.2021 20:13.48.067] [INFO] Checking git for module: MMM-GoogleAssistant
[07.02.2021 20:13.48.071] [INFO] Checking git for module: MMM-Snowboy
[07.02.2021 20:13.48.074] [LOG] [ASSISTANT] MMM-GoogleAssistant Version: 2.5.1
[07.02.2021 20:13.48.096] [LOG] [ASSISTANT] RECIPE_ERROR (with-MMM-Snowboy.js): Cannot find module ‘./recipes/with-MMM-Snowboy.js’
Require stack:- /home/pi/MagicMirror/modules/MMM-GoogleAssistant/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
- Error: Cannot find module ‘./recipes/with-MMM-Snowboy.js’
Require stack: - /home/pi/MagicMirror/modules/MMM-GoogleAssistant/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:798:15)
at Function…/lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7718:16)
at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
at Module._load (internal/modules/cjs/loader.js:691:27)
at Function.Module._load (electron/js2c/asar.js:748:26)
at Module.require (internal/modules/cjs/loader.js:853:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Class.loadRecipes (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js:1:4556)
at Class.initialize (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js:1:3673)
at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js:1:714) {
code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘/home/pi/MagicMirror/modules/MMM-GoogleAssistant/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
]
}
[07.02.2021 20:13.48.106] [LOG] [NPM] Initialized v0.9.91
[07.02.2021 20:13.48.279] [LOG] [ASSISTANT] Google Assistant is initialized.
[07.02.2021 20:13.49.370] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
[07.02.2021 20:13.49.661] [INFO] Calendar-Fetcher: Broadcasting 1 events.
[07.02.2021 20:13.51.670] [LOG] Shutting down server…
[07.02.2021 20:13.51.671] [LOG] Stopping module helper: updatenotification
[07.02.2021 20:13.51.672] [LOG] Stopping module helper: calendar
[07.02.2021 20:13.51.673] [LOG] Stopping module helper: MMM-GoogleAssistant
[07.02.2021 20:13.51.674] [LOG] Stopping module helper: MMM-Snowboy
[07.02.2021 20:13.51.675] [LOG]
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login