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 @sdetweil
      last edited by

      @sdetweil Hi Sam GP Config file I am using below.

      {
      				module: "MMM-GooglePhotos",
      				position: "fullscreen_below",
      				
      				config: {
      				albums: ["MasterJH,"], // Set your album name. like ["My wedding", "family share", "Travle to Paris"]
      				updateInterval: 10 * 800, // 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: 1366, // Or 400
      				maxWidth: 1366, // Or 8000
      				minHeight: 768, // Or 400
      				maxHeight: 768, // 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.
        }
      },
      		
      
      S 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @synint
        last edited by sdetweil

        @synint I don’t think this is related, BUT your updateInterval is only 8000 milliseconds.

        the module will force 10000 as a minimum, but 10 seconds is not enough time.

        now, could you display the gp related output from the console log,

        if running pm2 to auto launch, then
        pm2 logs --lines=xxx
        xxx is a number, try 50 but
        you may need more, say 100

        or

        pm2 stop all
        cd ~/MagicMirror
        npm start

        careful, the latest logs include the full url of any calendar config.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          synint Project Sponsor @sdetweil
          last edited by

          @sdetweil Hi Sam,

          I am unclear where to put or do with the following code:

          f running pm2 to auto launch, then
          pm2 logs --lines=xxx
          xxx is a number, try 50 but
          you may need more, say 100
          
          or
          
          pm2 stop all
          cd ~/MagicMirror
          npm start
          

          I am also getting the following error message “Can’t find “MasterJH,” in your album list.” see text from terminal after launching Magic Mirror. The odd thing is it is showing 2 images from the MasterJH folder.

          [2024-04-29 16:42:45.933] [LOG]   Create new calendarfetcher for url: https://ics.calendarlabs.com/75/15394d28/UK_Holidays.ics - Interval: 604800000 
          [2024-04-29 16:42:46.354] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/john%40totrain.co.uk/public/basic.ics - Interval: 3600000 
          [2024-04-29 16:42:46.485] [LOG]   Create new newsfetcher for url: https://news.google.com/rss - Interval: 300000 
          [2024-04-29 16:42:46.496] [INFO]  Starting Initialization 
          [2024-04-29 16:42:48.141] [INFO]  Calendar-Fetcher: Broadcasting 9 events from https://ics.calendarlabs.com/75/15394d28/UK_Holidays.ics. 
          [2024-04-29 16:42:49.104] [INFO]  Newsfeed-Fetcher: Broadcasting 38 items. 
          [2024-04-29 16:42:49.139] [INFO]  Initialization complete! 
          [2024-04-29 16:42:49.140] [INFO]  Start first scanning. 
          [2024-04-29 16:42:49.144] [INFO]  Start Album scanning 
          [2024-04-29 16:42:49.147] [INFO]  Getting album list 
          [2024-04-29 16:42:51.099] [WARN]  Can't find "MasterJH," in your album list. 
          [2024-04-29 16:42:51.109] [INFO]  Finish Album scanning. Properly scanned : 0 
          [2024-04-29 16:42:51.111] [INFO]  Albums:  
          [2024-04-29 16:42:51.116] [WARN]  There is no album to get photos. 
          [2024-04-29 16:42:51.123] [INFO]  Next scan will be at 2024-04-29T16:37:49.143Z 
          [2024-04-29 16:42:57.143] [INFO]  Calendar-Fetcher: Broadcasting 130 events from https://calendar.google.com/calendar/ical/john%40totrain.co.uk/public/basic.ics. 
          [2024-04-29 16:43:02.020] [INFO]  Used last pic in list 
          [6158:0429/164315.992073:ERROR:atom_cache.cc(229)] Add WM_CHANGE_STATE to kAtomsToCache
          [2024-04-29 16:43:21.191] [INFO]  Used last pic in list 
          
          
          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @synint
            last edited by

            @synint said in Googlr Photos not syncing with MagicMirror:

            “MasterJH,”

            hmm…that trailing comma i bet

            Can't find "MasterJH,"
            

            looks like you might have had a list and decided against it

            all commands I give you are from a terminal window, or ssh session

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              synint Project Sponsor @sdetweil
              last edited by

              @sdetweil Hi Sam,

              I have removed the trailing comma and has made no difference.

              Entered the following text in terminal and got the following message:

              synint@raspberrypi:~ $ f running pm2 to auto launch, then
              pm2 logs --lines=50
              bash: f: command not found
              bash: pm2: command not found

              Entered the following text in terminal and Magic Mirror started but only showing 2 images

              pm2 stop all
              cd ~/MagicMirror
              npm start

              The following is the text he terminal returned after entering the above text. I have also noticed that he Google News Feed is repeating the same two items.

              10.5.0; pm2: 
              ### OTHER:    timeZone: Europe/London; ELECTRON_ENABLE_GPU: undefined 
              [2024-04-29 19:28:18.876] [INFO]  Initialization complete! 
              [2024-04-29 19:28:18.877] [INFO]  Start first scanning. 
              [2024-04-29 19:28:18.880] [INFO]  Start Album scanning 
              [2024-04-29 19:28:18.883] [INFO]  Getting album list 
              [2024-04-29 19:28:19.725] [INFO]  Newsfeed-Fetcher: Broadcasting 37 items. 
              [2024-04-29 19:28:20.767] [WARN]  Can't find "M" in your album list. 
              [2024-04-29 19:28:20.769] [WARN]  Can't find "a" in your album list. 
              [2024-04-29 19:28:20.770] [WARN]  Can't find "s" in your album list. 
              [2024-04-29 19:28:20.772] [WARN]  Can't find "t" in your album list. 
              [2024-04-29 19:28:20.773] [WARN]  Can't find "e" in your album list. 
              [2024-04-29 19:28:20.775] [WARN]  Can't find "r" in your album list. 
              [2024-04-29 19:28:20.776] [WARN]  Can't find "J" in your album list. 
              [2024-04-29 19:28:20.778] [WARN]  Can't find "H" in your album list. 
              [2024-04-29 19:28:20.798] [INFO]  Finish Album scanning. Properly scanned : 0 
              [2024-04-29 19:28:20.809] [INFO]  Albums:  
              [2024-04-29 19:28:20.814] [WARN]  There is no album to get photos. 
              [2024-04-29 19:28:20.821] [INFO]  Next scan will be at 2024-04-29T19:23:18.879Z 
              [2024-04-29 19:28:25.332] [INFO]  Calendar-Fetcher: Broadcasting 130 events from https://calendar.google.com/calendar/ical/john%40totrain.co.uk/public/basic.ics. 
              [2024-04-29 19:28:31.192] [INFO]  Used last pic in list 
              [3011:0429/192844.418749:ERROR:atom_cache.cc(229)] Add WM_CHANGE_STATE to kAtomsToCache
              [2024-04-29 19:28:52.172] [INFO]  Used last pic in list 
              [2024-04-29 19:29:12.169] [INFO]  Used last pic in list 
              [2024-04-29 19:29:32.167] [INFO]  Used last pic in list 
              [2024-04-29 19:30:06.212] [INFO]  Used last pic in list 
              
              
              
              
              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @synint
                last edited by sdetweil

                @synint show the changed config for the album name .

                albums is a list even if only one
                from the doc

                albums: [],
                

                so you need

                albums: ["MasterJH"],
                

                if there were more than one album

                albums: ["MasterJH", "sams list"],
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  synint Project Sponsor @sdetweil
                  last edited by

                  @sdetweil

                  Hi Sam, I have changed the reference to albums as detailed in your response above e.g. albums: [“MasterJH”], and still have the same issue of only two images showing.

                  I have now deleted MasterJH on Google Photos and and created a MagicMirror2024 folder see Config file below and when I run MagicMirror it still show the two images from the original folder even after I have deleted the folder. I am thinking may be the next step would be to rebuild MagicMirror on a new SD card and see if I cam run it without the errors. However, any other suggestions would be appreciated as I feel I am so close to getting MajgicMirror up and running.

                  Latest Config file

                  {
                  				module: "MMM-GooglePhotos",
                  				position: "fullscreen_below",
                  				
                  				config: {
                  				albums: ["MagicMirror2024"], // Set your album name. like ["My wedding", "family share", "Travle to Paris"]
                  				updateInterval: 10 * 800, // 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: 1366, // Or 400
                  				maxWidth: 1366, // Or 8000
                  				minHeight: 768, // Or 400
                  				maxHeight: 768, // 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.
                    }
                  },
                  
                  S S 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @synint
                    last edited by

                    @synint the module builds a cache folder… so maybe erasing that will help?

                    what are the log messages?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • 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