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! ;)
-
RE: Calendar Overflow Issue [solved]
The only current ‘solution’ is using the 24 hour notation. I really hope Moment.js will save this bug asap. Rewriting all of this in a custom date formatter would be an ridiculous amount of work.
-
RE: Change default interface colors
you can use the
/css/custom.cssto overwrite all styles. This file is embedded after all other css files, so you should be able to overwrite what you want. Is just a matter of creative CSS usage. -
RE: GitHub/Fork/Local Git/Getting Giddified ...
-
RE: MagicMirror Stuck/Freeze
I know it sounds weird. But can you try an other power source? At least 2A.
-
RE: Starting MagicMirror v2 beta
@feuerball That’s weird. That’s how I did it. And it worked.
-
RE: Starting MagicMirror v2 beta
I think skipping the node 4 part would have worked as well. Since the installer installs node for you.
-
RE: Getting started tutorial
Also check out the MM Wiki on GitHub. It has some usefull tips.
-
RE: MagicMirror Stuck/Freeze
Could you try running your Pi with an other processor intensive task?
It might be caused by you power supply. Did you try an other one?
-
RE: 720p TV - Re-adjust Region Sections?
@MechMatt the regions have no specific size. Only a location. Could you post an image of a problem you run into?
-
RE: GitHub/Fork/Local Git/Getting Giddified ...
@KirAsh4 cant help you here. Git is one of those guys I don’t dare to ask difficult questions. Always afraid that it will beat me up. 😂