Read the statement by Michael Teeuw here.
trouble after update with many modules
-
Hallo, i have v2.14.0 installed
after update 11 modules get this error when starting
my mirror.
Don’t know what that means and what to do…
can anybody help me please?[01.07.2021 20:44.40.940] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'request' Require stack: - /Users/patrickhahn/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js - /Users/patrickhahn/MagicMirror/js/app.js - /Users/patrickhahn/MagicMirror/js/electron.js - /Users/patrickhahn/MagicMirror/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar/main.js
-
First off, what did you update, and what release are you running?
Secondly, Which modules other than MMM-ImagesPhotos are you using that has this error?
-
@stoffbeuteluwe that is the request module that was removed in 2.15.
best thing, go to the module folder and do
npm install request -
@sdetweil @BKeyport
thx for your help, all modules working but
MMM-MyCalendar gets another error…[02.07.2021 15:15.07.232] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'rrule-alt' Require stack: - /Users/patrickhahn/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js - /Users/patrickhahn/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js - /Users/patrickhahn/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js - /Users/patrickhahn/MagicMirror/modules/MMM-MyCalendar/node_helper.js - /Users/patrickhahn/MagicMirror/js/app.js - /Users/patrickhahn/MagicMirror/js/electron.js - /Users/patrickhahn/MagicMirror/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar/main.js -
-
@stoffbeuteluwe rrule-alt was removed this cycle,
go to the module folder and do
npm install rrule-altanother module that didn’t declare it’s dependencies
-
@stoffbeuteluwe I updated my fork of ImagesPhotos to document the dependencies
-
@sdetweil v2.16 works……. thx sam your the best