본문 바로가기
기타/ㅅㅂ일상

라즈베리파이 전자액자 만들기 ④ : 매직미러(Magic Mirror2) 서드파티 모듈 설치 방법

by 이승보 2022. 4. 12.
728x90

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

 

#12/28 [매직미러 HowTo] / 스텝 2

한글로 정보 출력하기   우리는 앞서서 Translations.js라는 파일에서 국가 코드 “kr”을 봤습니다. 이 얘기는 뭔가 한국과 관련된 구현사항이 이미 매직미러에 존재한다는 것을 의미합니다. 어디

sohyemin.tistory.com

16~17

 

https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules

 

GitHub - MichMich/MagicMirror: MagicMirror² is an open source modular smart mirror platform. With a growing list of installable

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal a...

github.com

 

위 사이트에서 MagicMirror의 서드파티 모듈들을 확인 가능함.

 

여기서 본인이 원하는 기능의 서드파티 모듈들을 설치하면 됨. 대부분은 github 에 들어가보면 Install & Usage가 잘 정리되어 있으니 따라하기만 하면 됨.

기본적으로 MagicMirror/modules 폴더에 git clone을 통해서 설치하고, config.js에 설정사항들을 적어서 표시되게 해주어야 한다. 

예시)MMM-AirQuality (미세먼지)

https://github.com/CFenner/MMM-AirQuality

 

GitHub - CFenner/MMM-AirQuality: A module for the MagicMirror to display a location's air quality index.

A module for the MagicMirror to display a location's air quality index. - GitHub - CFenner/MMM-AirQuality: A module for the MagicMirror to display a location's air quality index.

github.com

cd ~/MagicMirror/modules
git clone https://github.com/CFenner/MMM-AirQuality

cd MMM-AirQuality
npm install


//config.js
{
	module: 'MMM-AirQuality',
	position: 'top_center', // you may choose any location
	header: 'AQI', //choose a header if you like
	config: {
	  location: 'beijing' // the location to check the index for
	}
},

 

 

나중에 테스트 해볼 모듈 리스트

끌리는 것들만 추렸는데, 많기는 하지만 그래도 리스트 한 번 쭉 보면서 흥미로운 것들은 직접 해보면서 꾸미는 재미가 있을 듯.

 

 

728x90
반응형

댓글