Hi all,
Just a message to share what I did.
I tried to find out why I wasn’t able to display my images using different MMM-Instagram modules (I tried with @kapsolas ’ initial module and yo-less’ and jeffjoe’s forks).
It took me a lot of time to understand it wasn’t compatible with MMM-ProfileSwitcher module (https://github.com/tosti007/MMM-ProfileSwitcher)
If ever you have the same problem, here is a workaround (done from the last JeffJoe’s fork - https://github.com/jeffjoe/MMM-Instagram, but also works with @kapsolas’ one)
So, in MMM-Instagram.js, you just have to comment the line :
this.info.classes = 'bright medium';
-->
//this.info.classes = 'bright medium';
Indeed, it is overwriting a variable that is also used in MMM-ProfileSwitcher. (See in GitHub ProfileSwitcher description, just before the section “Current Supported Languages”. I know it’s not exactly the same thing, but the idea is the same)
I’m not going to create a new fork for this, so guys, I let you manage this.
BTW, yo-less’ fork is still bugged… there is a tempimpage variable instead of temp image
Thanks for the module