A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM won't start up after upgrading to 2.27
-
@nobbie35 if you use my upgrade script I handle this for you
-
@nobbie35 yes, but what happens is always subject to change…
so looking at the messages tells you a module had trouble finding a library
which should lead you back to npm install for that module
-
@sdetweil I npm installed the Google Tasks module and its still throwing the same error
-
@nobbie35 where did you do the npm install, what folder were you in?
I see the problem
the module doesn’t have a package.json file, so the loaded module is considered a security risk and is removed
do
npm init -y
then
npm install googleapis -
@sdetweil Thank you… that was the issue
-