From 786f00a9546b8114568a39a70612e80e0188a39c Mon Sep 17 00:00:00 2001 From: Seongnoh Sean Yi Date: Fri, 3 Aug 2018 15:17:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e71bcd64..ccc65a8c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ travel to paris : AGj1epU5VMNoBGK9GDX3k_zDQaPT16Fe56o0N93eN6aXn-f21M98 module: "MMM-GooglePhotos", position: "top_right", config: { - albumId: "", // your album id from result of `auth_and_test.js` + albumId: "YOUR_GOOGLE_PHOTOS_ALBUM_ID", // your album id from result of `auth_and_test.js` refreshInterval: 1000*60, scanInterval: 1000*60*10, // too many scans might cause API quota limit also. //note(2018-07-29). It is some weird. API documents said temporal image url would live for 1 hour, but it might be broken shorter. So, per 10 min scanning could prevent dead url.