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
}
},
나중에 테스트 해볼 모듈 리스트
끌리는 것들만 추렸는데, 많기는 하지만 그래도 리스트 한 번 쭉 보면서 흥미로운 것들은 직접 해보면서 꾸미는 재미가 있을 듯.
- Development / Core MagicMirror
mm-hide-all: 전체 숨김은 필요가 없을 듯- mmm-onscreenmenu : 일단 설치 완(4/21)
- MMM-pages : 일단 설치 완(4/20)
- MMM-page-indicator: 일단 설치 완(4/20)
- Vocie Control
- MMM-GoogleAssistant : 추후 USB마이크 구매해서 설치해서 음성으로 모듈 on/off 하기
- MMM-GoogleTTS
- Utility / IOT / 3rd Party / Integration
- MMM-GoogleTasks :
MMM-Buller: 구글 테스크 이용하는건데 보여주는게 어설플듯. 차라리 MMM-GoogleTasks 사용- MMM-CalendarExt2
MMM-HideAllMMM-LCDControl: PIR센서(모션센서) 이용해서 LCD 컨트롤하는건데 모션센서는 안쓸꺼라서 패스MMM-RemoteCompliments: 구글드라이브 통해서 글자나 사진 표시하는건데 나는 불필요.- MMM-TelegramBot
- MirrorCommand
- MMM-TelegramCommands
- Entertainment / Misc
- MMM-1-Second-A-Day
- on-this-day
- MMM-BackgroundSlideshow : 공유폴더 이용 포토 뷰어. 설치 완(4/20)
- MMM-FlipClock : 기본 시계 대신에 이걸로 변경. 설치 완(4/21)
- MMM-GoogleDriveSlideShow : 사진
- MMM-GooglePhotos : 구글포토 이용 포토 뷰어. 설치 완(4/15)
- MMM-History
MMM-ImageFileWatcher: 사진뷰어인데 미사용.MMM-ImageSlideshow: 사진뷰어인데 미사용.- MMM-learnlanguage
MMM-RandomPhoto: 사진뷰어인데 미사용.MMM-Screencast: Youtube를 캐스트 해주는건데불필요MMM-Unsplash: 내 사진들을 보여줄꺼니 안해도 될듯
'기타 > ㅅㅂ일상' 카테고리의 다른 글
라즈베리파이 전자액자 만들기 ⑥ : 라즈베리파이 화면 꺼짐 방지, 부팅 시 매직미러 자동 실행 (0) | 2022.04.16 |
---|---|
라즈베리파이 전자액자 만들기 ⑤ : 매직미러(Magic Mirror2) 구글포토 연동하기 (10) | 2022.04.15 |
라즈베리파이 전자액자 만들기 ③ : 매직미러(Magic Mirror2) config.js 설정하기_한글, 한국 뉴스, 구글 캘린더 연동, 날씨 설정 (1) | 2022.04.12 |
라즈베리파이 전자액자 만들기 ② : 매직미러(Magic Mirror2) 설치 (1) | 2022.04.12 |
라즈베리파이 전자액자 만들기 ① : Raspberry Pi OS 설치, 한글 폰트 입력 설정 (0) | 2022.04.12 |
댓글