-
Notifications
You must be signed in to change notification settings - Fork 33
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
Calendar not updated, when month is switched #2
Comments
issue #2 fixed: calendar not updated when month is switched
Revert "issue #2 fixed: calendar not updated when month is switched"
I managed to carve some time for this and had hoped I can merge it easily but immediately discovered another problem with the refresh rate as I stated in the reverted commit message. I'll take a closer look at it and work out a fix for the end of the month issue. Feel free to resubmit a fix if you manage to get to one before me. |
Hi there. I am still having the same issue. Has this been fixed? The status is unclear to me from just this issue. |
Hi @KirAsh4 - I would highly appreciate a fix for this issue. Could you take some time to have another look at it? |
The check if moment() > this.midnight is not necessary. getDom should always get the dom, no matter what time it is. This is also one reason why the issue KirAsh4#2 exists. Also this commits changes some strange usages of moment() and removes unused code.
fix: remove unnecessary check for midnight The check if moment() > this.midnight is not necessary. getDom should always get the dom, no matter what time it is. This is also one reason why the issue KirAsh4#2 exists. Also this commits changes some strange usages of moment() and removes unused code. Author: d-Rickyy-b
When a month is changed, e.g. from May 31 to June 1, the calendar stays on May 31 for several days.
See https://forum.magicmirror.builders/topic/238/monthly-calendar/22
The text was updated successfully, but these errors were encountered: