kolbyjack / MMM-Wallpaper

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

Error: cannot find module 'flicker-sdk' #65

Closed usafle closed 2 years ago

usafle commented 2 years ago

I did a git-pull to grab the newest update. Now my M.M. will not start as the above error message halts the loading of my MagicMirror instance.

kolbyjack commented 2 years ago

I added a dependency on flickr-sdk for the updated flickr api support. You'll need to run npm install in the MMM-Wallpaper directory to install it

usafle commented 2 years ago

Thanks. That appears to have fixed the issue. Also, thanks for the quick response!