• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

RSS-Parser error?

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 2 Posters 315 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    paulyp2k6
    last edited by Apr 15, 2021, 3:08 AM

    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
    S 1 Reply Last reply Apr 15, 2021, 3:13 AM Reply Quote 0
    • S Offline
      sdetweil @paulyp2k6
      last edited by sdetweil Apr 15, 2021, 3:55 AM Apr 15, 2021, 3:13 AM

      @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 window

      cd ~/MagicMirror/modules/MMM-MyWeather
      npm install  rss-parser
      

      then restart MagicMirror

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy