Skip to content

this.updateDom(this.config.fadeSpeed) seems to have a problem #7

Description

@tryc23

I installed MMM-Pollen, but it did not work. It was stuck on "LOADING". After a lot of poking, I noticed that opening MM in a browser would sometimes cause the module to be unstuck. It seems that the updateDom is not actually updating the module on its own.

In MMM-Pollen.js, changing "this.updateDom(this.config.fadeSpeed)" (line 132) to "this.updateDom(0)" seems to fix the problem I am seeing. There may be a more elegant solution, and it is possible this avoids one issue but can cause a different issue. Hopefully, vincep5 (or someone who knows more JS than I do) can find a proper way to fix this (or put logic to avoid the problem I see).

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