2장에서는 각종 기능을 추가 할수 있는 모듈 설치 방법을 알려드립니다
** Chapter 2: Module
install git from https://git-scm.com/
Run Git-bash
$ cd /c/MagicMirror/modules
git clone https://github.com/darickc/MMM-BackgroundSlideshow.git
cd MMM-BackgroundSlideshow.
npm install
cd /c/MagicMirror/config
notepad config.js
On Google, search magicmirror module
and click Entertainment and find MMM-BackgroundSlideshow
Copy & paste below to config.js
{
module: 'MMM-BackgroundSlideshow',
position: 'fullscreen_below',
config: {
imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/'],
transitionImages: true,
randomizeImageOrder: true
}
},
Restart MagicMirror
node serveronly
http://localhost:8080/
Next time at the chapter 3 , I'm gonna show you how to run MagicMirror automatically as soon as booting up.
'윈도우10 프로젝트' 카테고리의 다른 글
윈도우10에 매직미러 설치 하기(3장: 자동실행) (0) | 2020.12.23 |
---|---|
윈도우10에 매직미러 설치 하기(1장: 기본 설치 방법) (0) | 2020.12.23 |