@Alvinger Hi - thanks for your reply. Turns out i was a total idiot and placed the module in the “modules/default” directory instead of the modules root :man_facepalming: Moved the folder and all is good.
Thanks for the support anyways
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
J
Latest posts made by jocke.almgren
-
RE: MMM-ResRobot - Public transport information for Sweden
-
RE: No 3rd party modules working
@sdetweil thanks a lot… did the git clone to the “modules/default” directory.
Feel so stupid… -
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 :)
-
RE: MMM-ResRobot - Public transport information for Sweden
Hi
I hope this forum still is active ;)
I just started my Magic Mirror project, and of course i need bus departures to be on the mirror.
But i can’t figure out why it never shows on the screen… it’s not the whole screen that is black, the ResRobot module just doesn’t show.
this is my config.js{ module: "MMM-ResRobot", position: "top_center", header: "Departures", config: { routes: [ {from: "740054292", to: "740040961"}, {from: "740053855", to: "740010956"} ], skipMinutes: 0, maximumEntries: 6, truncateAfter: 5, apiKey: "XXXXXX" }
Any help so much appreciated