Skip to content

module always suspended #12

Description

@srmarbro

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 = {};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions