-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module is flashing (reloading?) #18
Comments
The socketNotificationReceived method is called very often. There the DOM is updated (which causes the flashing). I inserted a This is the output for 1 given Station ['1293'] - time in ms: MMM-WienerLinien.js:189 1638900459813 |
@tomkenner could you share your config of the module? Did you maybe override the defaults? |
Here is the config of the module:
|
@tomkenner using that config the method The rotate interval of every 5 seconds was the only thing causing the flashing. Can you maybe give some more details about your setup? Magic Mirror version? node version? module version? |
As you can see above (timestamps from log) the flashing occurs more often than every 5 seconds. At the beginning it worked fine. After some days it began with the flashing-problem. Magic Mirror version: 2.17.1 node v12.22.5 module version: 2.0.1 |
The module flashes at different intervals. Sometimes every 3 seconds, then not for longer...
I checked it: it's every time when he fetches http://myip/modules/MMM-WienerLinien//templates/MMM-WienerLinien.njk?s=1638776447287
But I don't know, why he sometimes fetches this URL so often.
The text was updated successfully, but these errors were encountered: