기타/ㅅㅂ일상

라즈베리파이 전자액자 만들기 ② : 매직미러(Magic Mirror2) 설치

이승보 2022. 4. 12. 18:07
728x90

매직미러 설치 및 설정

Magic Mirror2 공식 사이트

Documentation의 설치 방법

 

Manual Installation

  1. Download and install the latest Node.js version:
  1. Clone the repository and check out the master branch: git clone https://github.com/MichMich/MagicMirror
  2. Enter the repository: cd MagicMirror/
  3. Install the application: npm install --only=prod --omit=dev
    (시간이 많이 걸리니 무서워하지 말기..ㅋㅋRPi3는 ~10분 Rpi2는 25분 걸린다고 함)
  4. Make a copy of the config sample file: cp config/config.js.sample config/config.js
  5. Start the application: npm run start
    For Server Only use: npm run server .

 

앞으로 4번에서 만든 config.js를 수정하면서 각자의 취향에 입맛에 맞게 맞춰나갈것임. 제일 작업을 많이 해줄 파일임.

매직미러 실행은 home/MagicMirror 폴더 안에서 해줘야 함.

실행하고 나면 검은 화면에 MagicMrirro2 라는 로고와 함께 나온다. 원래 매직미러는 거울에 정보를 띄우는 용도로 개발이 되었으니 화면에서 검은 부분은 거울을 그대로 보여주고, 흰색글자들은 거울 위에 표시된다.

매직미러 종료는 ctrl+Q

상단 메뉴는 Alt

개발환경은 Ctrl + Shift + I

 

참고 사이트

https://sohyemin.tistory.com/319?category=821094 

 

#10/28 [매직미러 HowTo] / 스텝 1

MagicMirror2 설치   매직미러의 공식 홈페이지 https://magicmirror.builders/를 열고 자주 들어가야 할 매직미러 문서화 페이지(Documents)로 이동을 합니다. 여기서 좌측의 [Installation & Usage]의 안내대..

sohyemin.tistory.com

 

728x90
반응형