구글 캘린더 연동하기




Last updated




Last updated
sudo nano ~/MagicMirror/config/config.js{
module: "calendar",
header: "나의 일정",
position: "top_left",
config: {
calendars: [
{
symbol: "calendar-check",
url: "iCal 비공개주소"
}
]
}
}