A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
No 3rd party modules working
-
Hi all
Just started the Magic Mirror project, and got it running with the default modules.
But when I try to add a new module it does not show up.
This is what i see for one of the modules when running “npm start dev”Load script: modules/MMM-JokeAPI//MMM-JokeAPI.js GET http://0.0.0.0:8080/modules/MMM-JokeAPI//MMM-JokeAPI.js net::ERR_ABORTED 404 (Not Found) Error on loading script: modules/MMM-JokeAPI//MMM-JokeAPI.js
Any help anyone can provide would make me so happy :)
-
@jocke-almgren when u installed the module code, where did u do the git clone?
-
-
@sdetweil thanks a lot… did the git clone to the “modules/default” directory.
Feel so stupid… -
@jocke-almgren no problem, just MOVE the folder out of there
cd ~/MagicMirror/modules/default mv MMM-JokeAPI ..
then restart mm again