I just pushed a possible fix for this issue. Could you give it a try?
(more info: https://github.com/MichMich/MagicMirror/issues/181)
Read the statement by Michael Teeuw here.

Posts
-
RE: Calendar Overflow Issue [solved]
-
RE: Calendar Overflow Issue [solved]
@MechMatt That’s correct. The clock and weather currently have a hot fix in place. (Something which is more difficult for the calendar.)
-
RE: Profile switching API
@00conman it would be worth creating a module that has an API to switch “profiles”. It’s actually extremely doable. But I suggest you open a separate topic for this.
-
RE: Configuration help needed
Honestly, in these cases it’s the best to find the solutions yourself using a lot of googling. Thats the best way to learn new things. :thumbsup:
-
RE: Configuration help needed
@standby30 all those modules are already in the sample config which you duplicated.
Everything you need to know is in the documentation: https://github.com/MichMich/MagicMirror/tree/v2-beta
You need to have a bit of understanding of how to write javascript objects and arrays. (So the use of
{
,}
,[
and]
).If you’re having problems with your config file. Make sure to test it with a tool like http://jshint.com or http://jslint.com.
-
RE: Configuration help needed
The onlything you have to modify is your config file (
~/MagicMirror/config/config.js
). Since you’re able to see the time and the calendar, you’ve already been able to create the config file. :thumbsup: -
RE: Calendar Overflow Issue [solved]
I’m sorry … just checked: the time format of the clock is tied to the language (locale). There currently is no way to change the time format of the calendar.
-
How to submit issues
Please only submit reproducible issues to GitHub.
If you’re not sure if it’s a real bug or if it’s just you, please open a topic on the forum: https://forum.magicmirror.builders/category/15/bug-hunt - Problems installing or configuring your MagicMirror? Check out: https://forum.magicmirror.builders/category/10/troubleshooting
When submitting a new issue, please supply the following information:
Platform [ Raspberry Pi 2/3, Windows, Mac OS X, Linux, Etc … ]:
Node Version [ 0.12.13 or later ]:
MagicMirror Version [ V1 / V2-Beta ]:
Description: Provide a detailed description about the issue and include specific details to help us understand the problem. Adding screenshots will help describing the problem.
Steps to Reproduce: List the step by step process to reproduce the issue.
Expected Results: Describe what you expected to see.
Actual Results: Describe what you actually saw.
Configuration: What does the used config.js file look like? (Don’t forget to remove any sensitive information.)
Additional Notes: Provide any other relevant notes not previously mentioned (optional)
-
RE: Missing CSS icons?
I’m so happy @paviro put all the effort in setting up this forum … 😂 If I had to deal with all the forum issues, MM would no longer be maintained. ;)
-
RE: GitHub/Fork/Local Git/Getting Giddified ...
@KirAsh4 Thats true indeed. I just admit. I work the same way as you: push every change! ;)