hermanho / MMM-GooglePhotos

Display your photos on MagicMirror from Google Photos.
MIT License
170 stars 65 forks source link

Stuck on Loading.... #121

Open Ragziesoft opened 2 years ago

Ragziesoft commented 2 years ago

I followed all instructions and inputs given in the forum. My google photos was working perfectly for almost an year. Then i had to change my SD card as the one in the pi crashed. I rebuilt the Magic mirror from scratch. Installed other modules, working fine but google photos is not working. Generated new token also, but still shows loading......... Calendar, weather news etc..all working fine and updating regularly, so pi is definitely connected to internet. Debug in configuration is set to true. Unable to locate the log file. I ssh into pi and run pm2 start command, where to find log files?? Requesting help. Thnanks

tddrane commented 2 years ago

Try: ls -a ~/.npm/_logs

If using pm2:

ls ~/.pm2/logs

I had the same issue and found the token expired as I had not "Published" my Google app (see the README.md note).

td