Read the statement by Michael Teeuw here.
Problem starting various modules
-
I have been running MagicMirror on a Raspberry Pi for the last year without any problems. Recently I set up a new Raspberry Pi that I also want to run MagicMirror on. However, after installing and configuring it, and then installing a couple of the same modules that work on the other Pi, I get the following error when starting up some of the modules:
[09.11.2021 08:39.18.297] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘request’
Require stack:- /home/pi/MagicMirror/modules/MMM-EveryNews/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/serveronly/index.js
This happens on only some of the modules including MMM-EveryNews, which works just fine on the other Pi. Other modules work just fine.
Did I miss something during installation or is this new Pi missing something?
Thanks!
-
-
@sdetweil That did it! Many thanks!