Read the statement by Michael Teeuw here.
ENOENT yet the file exists within the Magic Mirror folder
-
@Chrisflex also, check , the install process is written for linux…
the two last steps need to be done manually
cd MagicMirror cd vendor npm install cd ..\fonts npm install
-
@Chrisflex - Please use the markdown features of the forum when posting logs and code.
That aside, I’m glad you got it sorted out.
-
Thanks
Now to add modules…
https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners/2
The link shows instructions for the Pi and not Windows.
-
@Chrisflex - They’re pretty much one and the same. You already have git installed. Open a terminal in the modules folder, clone the module repository into it, follow the module’s instructions on installing & configuring.
-
@bhepler said in ENOENT yet the file exists within the Magic Mirror folder:
They’re pretty much one and the same. You already have git installed. Open a terminal in the modules folder, clone the module repository into it, follow the module’s instructions on installing & configuring.
Thank for the advice.