Read the statement by Michael Teeuw here.
RSS-Parser error?
-
I Think I am getting an RSS-Parser error when I run my config file. But, I am not sure where the issue is or what module is causing it.
magicmirror@2.15.0 start /home/pi/MagicMirror
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js[14.04.2021 21:58.53.881] [LOG] Starting MagicMirror: v2.15.0
[14.04.2021 21:58.53.887] [LOG] Loading config …
[14.04.2021 21:58.53.894] [LOG] Loading module helpers …
[14.04.2021 21:58.53.896] [LOG] No helper found for module: alert.
[14.04.2021 21:58.54.067] [LOG] Initializing new module helper …
[14.04.2021 21:58.54.068] [LOG] Module helper loaded: updatenotification
[14.04.2021 21:58.54.069] [LOG] No helper found for module: clock.
[14.04.2021 21:58.54.587] [LOG] Initializing new module helper …
[14.04.2021 21:58.54.588] [LOG] Module helper loaded: calendar
[14.04.2021 21:58.54.589] [LOG] No helper found for module: compliments.
[14.04.2021 21:58.54.589] [LOG] No helper found for module: weather.
[14.04.2021 21:58.54.591] [LOG] Initializing new module helper …
[14.04.2021 21:58.54.592] [LOG] Module helper loaded: MMM-MyScoreboard
[14.04.2021 21:58.54.596] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘rss-parser’
Require stack:- /home/pi/MagicMirror/modules/MMM-MyWeather/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
[14.04.2021 21:58.54.597] [LOG] Loading module helpers …
[14.04.2021 21:58.54.597] [LOG] No helper found for module: alert.
[14.04.2021 21:58.54.598] [LOG] Initializing new module helper …
[14.04.2021 21:58.54.599] [LOG] Module helper loaded: updatenotification
[14.04.2021 21:58.54.600] [LOG] No helper found for module: clock.
[14.04.2021 21:58.54.601] [LOG] Initializing new module helper …
[14.04.2021 21:58.54.601] [LOG] Module helper loaded: calendar
[14.04.2021 21:58.54.603] [LOG] No helper found for module: compliments.
[14.04.2021 21:58.54.604] [LOG] No helper found for module: weather.
[14.04.2021 21:58.54.605] [LOG] Initializing new module helper …
[14.04.2021 21:58.54.605] [LOG] Module helper loaded: MMM-MyScoreboard
[14.04.2021 21:58.54.607] [ERROR] App threw an error during load
[14.04.2021 21:58.54.609] [ERROR] Error: Cannot find module ‘rss-parser’
Require stack:- /home/pi/MagicMirror/modules/MMM-MyWeather/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:972:15)
at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)
at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
at Module._load (internal/modules/cjs/loader.js:848:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12738)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:13:17)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1173:10)
[14.04.2021 21:58.54.610] [ERROR] Whoops! There was an uncaught exception…
[14.04.2021 21:58.54.616] [ERROR] Error: Cannot find module ‘rss-parser’
Require stack: - /home/pi/MagicMirror/modules/MMM-MyWeather/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:972:15)
at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)
at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
at Module._load (internal/modules/cjs/loader.js:848:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12738)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:13:17)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1173:10) {
code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘/home/pi/MagicMirror/modules/MMM-MyWeather/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
]
}
[14.04.2021 21:58.54.619] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
[14.04.2021 21:58.54.619] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
[14.04.2021 21:58.54.895] [LOG] Launching application.
[14.04.2021 21:58.59.153] [LOG] Shutting down server…
[14.04.2021 21:58.59.158] [LOG] Stopping module helper: updatenotification
[14.04.2021 21:58.59.159] [LOG] Stopping module helper: calendar
[14.04.2021 21:58.59.160] [LOG] Stopping module helper: MMM-MyScoreboard
[14.04.2021 21:58.59.161] [LOG] Stopping module helper: updatenotification
[14.04.2021 21:58.59.162] [LOG] Stopping module helper: calendar
[14.04.2021 21:58.59.163] [LOG] Stopping module helper: MMM-MyScoreboard
-
@paulyp2k6 said in RSS-Parser error?:
/MMM-MyWeather
we took out a bunch of modules that use code that is recommended to be discontinued
some modules used things without documenting them… here is another case
to fix
in a terminal windowcd ~/MagicMirror/modules/MMM-MyWeather npm install rss-parserthen restart MagicMirror
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