• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MMM-GooglePhotos not showing images

Scheduled Pinned Locked Moved Unsolved Troubleshooting
mmm-googlephotoserror
7 Posts 3 Posters 1.6k Views 3 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.
  • C Offline
    ctilt
    last edited by Dec 19, 2022, 11:16 PM

    My Google Photos are not showing up on the Mirror software, it looks like they are being transferred from the Google API (not an auth issue) since when I go in with npm start dev I can find the photos under sources, but they are not showing up on the interface. Can anyone help? Here’s my config. It’s giving me an error that’s shown below.

    f66f3ba0-f91b-4d4b-99a8-7eaef4c0a97e-image.png

    {
    		  module: "MMM-GooglePhotos",
    		  position: "bottom_center",
    		  config: {
    				albums: ["Magic Mirror"], // Set your album name. like ["My wedding", "family share", "Travle to Paris"]
    				updateInterval: 1000 * 60, // minimum 10 seconds.
    				sort: "new", // "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: 600,
    				timeFormat: "YYYY/MM/DD HH:mm", // Or `relative` can be used.
      }
    },
    
    M S 2 Replies Last reply Dec 20, 2022, 1:45 PM Reply Quote 0
    • M Offline
      MMRIZE @ctilt
      last edited by Dec 20, 2022, 1:45 PM

      @ctilt have you tried other position?

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @ctilt
        last edited by sdetweil Dec 23, 2022, 5:01 PM Dec 20, 2022, 2:02 PM

        @ctilt i put mine at position:“fullscreen_below” to have the images as big as desktop, behind other content, and it worked fine…

        bottom_center didn’t work well… had some of the shading but not the pic.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • C Offline
          ctilt
          last edited by Dec 23, 2022, 4:57 PM

          Nope, changing the position didn’t work either. Any other thoughts?

          S 1 Reply Last reply Dec 23, 2022, 5:06 PM Reply Quote 0
          • S Offline
            sdetweil @ctilt
            last edited by Dec 23, 2022, 5:06 PM

            @ctilt can u check the position of all the modules listed before MMM-GooglePhotos…

            I think one of them is wrong…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C 1 Reply Last reply Dec 23, 2022, 5:13 PM Reply Quote 0
            • C Offline
              ctilt @sdetweil
              last edited by Dec 23, 2022, 5:13 PM

              @sdetweil That was totally it, I had one as blank instead of removing the position altogether, Happy Holidays and thank you!

              S 1 Reply Last reply Dec 23, 2022, 5:55 PM Reply Quote 1
              • S Offline
                sdetweil @ctilt
                last edited by Dec 23, 2022, 5:55 PM

                @ctilt glad you found it. basically it crashed mm but the modules kept running. but couldn’t find their content to update

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  3/7
                  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