KirAsh4 / calendar_monthly

A compact monthly calendar view for the MagicMirror project (https://github.com/MichMich/MagicMirror)
MIT License
70 stars 33 forks source link

Revert "issue #2 fixed: calendar not updated when month is switched" #4

Closed KirAsh4 closed 7 years ago

KirAsh4 commented 7 years ago

I am reverting this because the removal of the hourly refresh is undesired. This was tested during development and was proven not to work as the clock gets out of sync over the course of a 24 hour period. By refreshing every 60 minutes, the clock automatically adjusts for any drift caused during those 60 minutes so the small drifts aren't as noticeable as a larger drift throughout the day. Keep this in mind please.

Also, any future pulls should be performed against the 'dev' branch, not the 'master' branch.