A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-MyWeather by martinkooij doesn't work...
-
Hi Guys,
i just installed the module see in the description and started it with the example config.
Now MagicMirror started with an Blackscreen and following errors…idk what to do. I updated and installed MM from scratch, but it doesnt work either.
Please anyone help me before i go crazy ;)
(Sorry for my bad english, last english lesson was about 6 years ago)
Greetz
> magicmirror@2.7.1 start /home/pi/MagicMirror > sh run-start.sh Starting MagicMirror: v2.7.1 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: MMM-DWD-WarnWeather Initializing new module helper ... Module helper loaded: MMM-Remote-Control WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'rss-parser' Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: MMM-DWD-WarnWeather Initializing new module helper ... Module helper loaded: MMM-Remote-Control App threw an error during load Error: Cannot find module 'rss-parser' at Module._resolveFilename (internal/modules/cjs/loader.js:602:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (internal/modules/cjs/loader.js:528:25) at Module.require (internal/modules/cjs/loader.js:658:17) at require (internal/modules/cjs/helpers.js:20:18) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:13:17) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:153:3) at Module._compile (internal/modules/cjs/loader.js:711:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) at Module.load (internal/modules/cjs/loader.js:620:32) Whoops! There was an uncaught exception... { Error: Cannot find module 'rss-parser' at Module._resolveFilename (internal/modules/cjs/loader.js:602:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (internal/modules/cjs/loader.js:528:25) at Module.require (internal/modules/cjs/loader.js:658:17) at require (internal/modules/cjs/helpers.js:20:18) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:13:17) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:153:3) at Module._compile (internal/modules/cjs/loader.js:711:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) at Module.load (internal/modules/cjs/loader.js:620:32) code: 'MODULE_NOT_FOUND' } MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues Launching application. ^CShutting down server... Stopping module helper: updatenotification Stopping module helper: MMM-DWD-WarnWeather Whoops! There was an uncaught exception... TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at Class.stop (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:70:20) at App.stop (/home/pi/MagicMirror/js/app.js:249:16) at App.app.on (/home/pi/MagicMirror/js/electron.js:109:7) at App.emit (events.js:182:13) MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
-
the module u installed has another installation step that you missed…
change to the module folder
cd /home/pi/MagicMirror/modules/MMM-Remote-Control
then install its dependencies
npm install
then try to run mirror again
from the module readme
Manual install (1) Clone this repository in your modules folder, and install dependencies: cd ~/MagicMirror/modules # adapt directory if you are using a different one git clone https://github.com/Jopyth/MMM-Remote-Control.git cd MMM-Remote-Control npm install
-
O M G…you saved my day!
now everything works fine…thanks
-
@Isid0r great… can u mark your issue resolved… thx