fewieden / MMM-MovieInfo

Upcoming Movie Info Module for MagicMirror²
MIT License
13 stars 6 forks source link

MMM-MovieInfo install instructions #8

Closed DennisEJ closed 2 years ago

DennisEJ commented 2 years ago

I'm a newbie to MM but have installed several modules. I tried to install MMM-MovieInfo but when I looked I see the line that say "install this Repo to your module directory" but I don't understand the phrase Rep. Normally I see a line that say " copy and paste git some other information git" But I don't see the line that I'm supposed to copy and paste to the module directory. Can you give me more information on what I'm missing. Thanks Dennis N6NG

fewieden commented 2 years ago

@DennisEJ a GitHub repo can be cloned in different ways. If you don't have a preferred method I suggest using the https method behind the green button on the repository.

image

If you installed MagicMirror in your home directory you can run those commands.

cd ~/MagicMirror/modules
git clone https://github.com/fewieden/MMM-MovieInfo.git
cd MMM-MovieInfo
npm i --production
DennisEJ commented 2 years ago

Thank you Dennis

On Mon, May 2, 2022 at 09:22 fewieden @.***> wrote:

@DennisEJ https://github.com/DennisEJ a GitHub repo can be cloned in different ways. If you don't have a preferred method I suggest using the https method behind the green button on the repository.

[image: image] https://user-images.githubusercontent.com/9334168/166269341-042d2751-8524-4df5-93f7-0f9177129707.png

If you installed MagicMirror in your home directory you can run those commands.

cd ~/MagicMirror/modules git clone https://github.com/fewieden/MMM-MovieInfo.gitcd MMM-MovieInfo npm i --production

— Reply to this email directly, view it on GitHub https://github.com/fewieden/MMM-MovieInfo/issues/8#issuecomment-1115089064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOSTU4AHAEZHCKHOOTQTRODVH76MVANCNFSM5UWWBLFQ . You are receiving this because you were mentioned.Message ID: @.***>