Read the statement by Michael Teeuw here.
MM Starts but no screen after upgrade
-
@geekhouri yep,
weāve been cleaning up the mm core tubing for 2 years now. this module was using one of the libraries we supplied, but didnāt declare it.
if you had used my upgrade script I would have handled this problem for you
see
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
in the module folder do
npm install request
-
@sdetweil really appreciate your help, that has worked. I will definitely follow your guides moving forward. Out of curiosity when i ran that command i got the following :
pm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older v ersions may use Math.random() in certain circumstances, which is known to be pro blematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://git hub.com/request/request/issues/3142added 32 packages in 18s
196 packages are looking for funding
runnpm fund
for detailsDo i need do anything here or can i ignore?
-
@geekhouri nothing we/you can do. a library uses a library which uses a library which was upgraded. but we canāt make anyone upgrade, and mm is a special env. itās not a public website doing banking. itās just showing some info pulled into. your house .
so, all you can go is ignore it. oh, and donāt do audit fix. it forces a bunch of changes, some of which break existing code, with no fix available.
-
@sdetweil thank-you very much, really appreciate the support on thisā¦
-