관심 테마 뉴스 설정
https://www.google.co.kr/alerts#




Last updated
https://www.google.co.kr/alerts#




Last updated
sudo nano ~/MagicMirror/config/config.js {
module: "newsfeed",
position: "bottom_bar",
config: {
feeds: [
{
title: "Sports",
url: "https://www.google.co.kr/alerts/feeds/17740144134836753996/14653359855915868162"
},
{
title: "Robot",
url: "https://www.google.co.kr/alerts/feeds/17740144134836753996/17112566930924485195"
}
],
showSourceTitle: true,
showPublishDate: true,
broadcastNewsFeeds: true,
broadcastNewsUpdates: true
}
},