kapsolas / MMM-Instagram

39 stars 12 forks source link

module always suspended #12

Open srmarbro opened 6 years ago

srmarbro commented 6 years ago

In file MMM-Instagram.js the line 39 overwrites the classes elements generated in the MMM main modules. And this invalidates the MM.getModules() filter algorithm for Instagram module and it will be always suspended and never been shown!

I recognized this when I used the the MMM-Instagram module with MMM-Pages.

Fix: comment line 39. I think you liked to add some css classes, but they have to merged with already added ones!

start: function() { Log.info('Starting module: ' + this.name); //this.data.classes = 'bright medium'; this.loaded = false; this.images = {};