kolbyjack / MMM-Wallpaper

MagicMirror module to display wallpapers from various online sources
https://magicmirror.builders/
MIT License
99 stars 31 forks source link

Support for multiple Flickr sources #99

Closed crazyscot closed 5 months ago

crazyscot commented 5 months ago

This changeset expands the flickr-api: source syntax to support multiple Flickr sources (separated by ; though there might be a reason to prefer some other delimiter).

I have a further branch feature/cache-flickr-sizes that reduces API load by cacheing the getSizes results. I will PR that separately (it is dependent on this one, as things stand).