cbrooker / MMM-Todoist

This is an extension for the MagicMirror2 platform. It will display your Todoist todos on your MagicMirror.
MIT License
151 stars 58 forks source link

Don't try and show avatar when it doesn't exist #80

Closed mattdy closed 4 years ago

mattdy commented 4 years ago

If a collaborator doesn't have an avatar image set, then currently the module will try and display https://dcff1xvirvpfp.cloudfront.net/null_big.jpg as the image, which obviously doesn't exist so shows as a missing image.

This fix checks to see if we have an image_id for a collaborator before trying to display it.