상세 컨텐츠

본문 제목

002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

raspberrypi/smart-mirror

by ZelKun 2020. 9. 2. 00:17

본문

반응형

002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

설정이 끝난모습

 

MagicMirror2 에는 기본 Module weather/calendar/news feed 등등 몇가지가 있는데

3가지만 우선 설정해보기로


날씨 API

city list: http://bulk.openweathermap.org/sample/city.list.json.gz

002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

 


002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

사이트: https://openweathermap.org

 

우선 날씨정보를 사용하기 위해서는 api 키가 필요하기 때문에

https://openweathermap.org 사이트에 가입을 해야한다

 

가입하고 weather api 구독하면 key 받을 있다

002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

키를 받으면 config/config.js 에 키와 지역(city)에 맞는 code를 넣어주면 된다

 


Google Calendar

002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

구글 캘린더: https://calendar.google.com/calendar

002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

캘린더 의 설정으로 이동해서

하단의 iCal 형식의 비공개 주소 url을 복사해주자

 

공개형식은 캘린더를 공개해놨을때만 사용할 수 있어, 공개하기전에는 연동이 안된다

url을 주소창에 넣어보면 파일이 다운되면 사용할 수 있다


News feed

002. Raspberry Pi - Using weather/google calendar/news feed with MagicMirror2

기본 뉴스는 뉴욕타임즈인데 여기에선 jtbc 뉴스로 변경해줬다

원하는 신문사의 RSS 피드 주소로 변경해주면 된다

 

파이넨셜 뉴스의 증권 feed를 넣어줬더니 안되는걸보니

안되는 것도 있는 모양이다

태그 곳곳에 <![CDATA[ 태그가 들어있던데 그것 때문일지도..

 

모듈을 수정하려니 귀찮으니 포기하고 JTBC 경제를 추가해놨다

참고로 ref는 없어도 된다, 후에 다른 뉴스기사추가할때 참고하려고 RSS리스트 URL을 ref로 넣어놨다

 

JTBC RSS List: http://news.jtbc.joins.com/Etc/RssService.aspx

google news: https://news.google.com/rss?hl=ko&gl=KR&ceid=KR:ko

반응형

관련글 더보기

댓글 영역