Skip to content

Failure with multiple module instances #3

@SimoneMSR

Description

@SimoneMSR

When the set_position notification is used with a module having multiple instances, the changes are applied only to the first module. I think we should change the row 3 of MMM-Dynamic-Modules.js file from this:

var selected_module = document.getElementById(id);

to this

var selected_module = document.getElementById(module.data.identifier);

In this way it works.

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