A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-GooglePhotos - How do I get the Token?
-
Hi,
I’m reading this page and have a question: https://github.com/hermanho/MMM-GooglePhotos/blob/master/INSTALL.md
The first step under token.json says: Clone this repo in your local pc and execute npm install
My local PC is a laptop running Windows 10. I’m not a Linux person so I’m not sure how to clone it to my laptop. Can anyone tell me what I need to do to go through that step?
Thanks!
-
@Kelemvor like always
open a cmd.exe session
change directory to the
cd MagicMirror\modules
folder
then
git clone the github url for the module
then cd module name
and if there is a package.json file do
npm installif there are module specific commands then you would follow instructions from that folder too