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).
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).