You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the auto upload using MMM-GooglePhotos for MMM-Selfieshot. I have followed the steps and have set up a album in GooglePhotos called MyMagicMirrorAlbum. I have also ran the below notification. However I still cannot see the photos uploaded.
PLease can you let me know if my config is correct. Also do i have to run this notification once or after each restart of MM or after each restart of my Pi, or after each photos.?
` {
module: 'MMM-Selfieshot',
debug: true,
}, `
{ module: "MMM-GooglePhotos", position: "top_right", config: { albums: [], // Set your album name. like ["My wedding", "family share", "Travle to Paris"] updateInterval: 1000 * 60, // minimum 10 seconds. sort: "new", // "old", "random" uploadAlbum: "MyMagicMirrorAlbum", // Only album created by create_uploadable_album.js. //condition: { //fromDate: null, // Or "2018-03", RFC ... format available //toDate: null, // Or "2019-12-25", //minWidth: null, // Or 400 //maxWidth: null, // Or 8000 //minHeight: null, // Or 400 //maxHeight: null, // Or 8000 //minWHRatio: null, //maxWHRatio: null, //// WHRatio = Width/Height ratio ( ==1 : Squared Photo, < 1 : Portraited Photo, > 1 : Landscaped Photo) //}, showWidth: 1080, // These values will be used for quality of downloaded photos to show. real size to show in your MagicMirror region is recommended. showHeight: 1920, timeFormat: "YYYY/MM/DD HH:mm", // Or relative can be used. } },
The text was updated successfully, but these errors were encountered:
Hi, thank you for this module. This is great!
I am trying to get the auto upload using MMM-GooglePhotos for MMM-Selfieshot. I have followed the steps and have set up a album in GooglePhotos called MyMagicMirrorAlbum. I have also ran the below notification. However I still cannot see the photos uploaded.
PLease can you let me know if my config is correct. Also do i have to run this notification once or after each restart of MM or after each restart of my Pi, or after each photos.?
` {
module: 'MMM-Selfieshot',
debug: true,
{ module: "MMM-GooglePhotos", position: "top_right", config: { albums: [], // Set your album name. like ["My wedding", "family share", "Travle to Paris"] updateInterval: 1000 * 60, // minimum 10 seconds. sort: "new", // "old", "random" uploadAlbum: "MyMagicMirrorAlbum", // Only album created by
create_uploadable_album.js. //condition: { //fromDate: null, // Or "2018-03", RFC ... format available //toDate: null, // Or "2019-12-25", //minWidth: null, // Or 400 //maxWidth: null, // Or 8000 //minHeight: null, // Or 400 //maxHeight: null, // Or 8000 //minWHRatio: null, //maxWHRatio: null, //// WHRatio = Width/Height ratio ( ==1 : Squared Photo, < 1 : Portraited Photo, > 1 : Landscaped Photo) //}, showWidth: 1080, // These values will be used for quality of downloaded photos to show. real size to show in your MagicMirror region is recommended. showHeight: 1920, timeFormat: "YYYY/MM/DD HH:mm", // Or
relativecan be used. } },
The text was updated successfully, but these errors were encountered: