MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Googlr Photos not syncing with MagicMirror

    Scheduled Pinned Locked Moved Solved Troubleshooting
    12 Posts 2 Posters 1.2k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      synint Project Sponsor @synint
      last edited by

      @synint

      RESOLVED

      Hi Sam, I have resolved it and thank you, thank you and thank you it was only through your guidance and help that made me look deeper to resolve the issue.

      SOLUTION

      In a YouTube video I had seen it advised setting the minWidth 1366 and maxHeight to 768 this is the resolution of the TV I am using. Looking at a post on Git hub some one said change the minWidth and maxHeight to null and it does not matter what size your images are (see config file below) and after reboot everything works as it should.

      Cheers,
      John

      {
      				module: "MMM-GooglePhotos",
      				position: "fullscreen_below",
      				
      				config: {
      				albums: ["MagicMirror2024"], // Set your album name. like ["My wedding", "family share", "Travle to Paris"]
      				updateInterval: 15 * 800, // minimum 10 seconds.
      				sort: "random", // "old", "random"
      				uploadAlbum: null, // 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: 800, // These values will be used for quality of downloaded photos to show. real size to show in your MagicMirror region is recommended.
      				showHeight: 1200,
      				timeFormat: "YYYY/MM/DD HH:mm", // Or `relative` can be used.
      				debug: true,
        }
      },
      
      S 1 Reply Last reply Reply Quote 0
      • S sdetweil has marked this topic as solved on
      • S Offline
        sdetweil @synint
        last edited by

        @synint yes, the example in the module doc uses null. and I never set the sizes

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1
        • 2
        • 2 / 2
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy