Read the statement by Michael Teeuw here.
add request to modules
-
Appears that two modules I’m using are dead because of “request”
How do we add it back into the affected modules?
(MMM-CalendarExt2 and MMM-SystemStats, FWIW)
-
Nevermind, I got it figured out.
npm install requestin the directory after the regular npm install.Likely gonna have to keep doing it, though. :|
-
@bkeyport said in add request to modules:
How do we add it back into the affected modules?
in the module folder
if the module does NOT have a package.json file do
npm init -yand then for all cases do
npm install request -- save -
the module author should add an updated package.json to the module
And migrate to something else
also
rrule-alt
valid-url -
@sdetweil I have a feeling the update isn’t gonna happen in either of those modules… :)
I’d love someone to come up with a better CX2, tho… 😉😉😉
-
My is totally messed up now too, after the upgrade from 2.16.
Blank screen.
I tried the upgrade script with “force” but it’s still the same.
THANKS! -
-
@bert269 It’s likely a missing required piece, like it was for me.
take a look at logs.
if using PM2, I suggest multiple terminal windows to your system, then on one:
pm2 logsand the otherpm2 restart MagicMirror(or other name that you use for MagicMirror) -
B BKeyport referenced this topic on
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