hermanho / MMM-GooglePhotos

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

Change the pageSize to '100' #33

Closed ciaranj closed 5 years ago

ciaranj commented 5 years ago

There's no reason not to request the maximum pagesize (https://developers.google.com/photos/library/reference/rest/v1/mediaItems/search#Filters ) this will halve the requests being made to google's APIs and potentially speed up startup

eouia commented 5 years ago

Thanks for your contribution. Nice point.