Read the statement by Michael Teeuw here.
NYC-Transit MMM Issues
-
@nneuland you didn’t do the npm install in the module folder
-
@sdetweil
Thank you so much for the response.
I’m incredibly new. Can this be done through terminal?After entering cd ~/MagicMirror/modules, I enter
git clone https://github.com/Elaniobro/MMM-nyc-transit.gitTo which, I’m informed: fatal : destination path ‘MMM-nyc-transit’ already exists and is not an empty directory
Could you kindly explain how to initiate an npm install specific to that module?
If I understand correctly
Thank you again for your time and assistance
-
@nneuland change into the module folder and do
npm install
-
@sdetweil
I apologize for my ignorance. How do I do that? -
@nneuland open a terminal window, just like you did for git clone
then change to the module folder (just like on windows)
cd MagicMirror/modules/??? where ??? is the module namethen once that is the current folder u do
npm install
I see the module instructions left out the small detail of changing to its folder after git clone
-
That’s it!! Thank you so very much1
The time are off, but that’s a different issue. Thank you so much for your time!!!
Really appreciate it.
SOLVED
-
@nneuland you should read the two links in my signature, they will help. I didn’t write them, just reference good work
-
Thank you