-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
ETA of calendar module is not displayed correctly #868
Comments
The data is correctly parsed: pi@raspberrypi:~/MagicMirror/modules/default/calendar$ node debug.js
|
If i try to use the console.log function in the calendar.js file it doesnt show me any info on the screen. Im starting it with npm start dev. |
The line |
Check this out: Its also working if i use a "X" for the normal unix timeformat (and remove the last three 0's). Im gonna test it later on my pi Edit:// Not working, damn it! |
I've the same problem. I think it might be an issue of an old moments.js version. If I use
results in "in 4 months" as it should be. My only problem is that in my installation the file in |
IS this still an issue? Or can I close this? |
Yes, it is still an issue (for me). However it might depend on the moments version. I used a puplic calender that has only few entries so some are a few month in the future and erroneously shown as "in %s Mon.".
Maybe this example helps you to reproduce this issue. |
Still an issue. I switched to absolute dates for the moment. Will have a look at it again in a few days! |
Did this approach solve the issue for you? (In other words: can I close this issue?) |
I wouldn't call the switch to absolute dates a real solution for an issue that occurs on relative dates. So for me this issue is not solved. |
I installed some general updates and new packages (
) |
Closed due to inactivity. |
Some events (more than a month in the future) doesnt get displayed correctly..
Its a google calendar!
Picture:
http://i.imgur.com/5xyeN2p.jpg
Data:
BEGIN:VEVENT
DTSTART:20170627T080000Z
DTEND:20170627T090000Z
DTSTAMP:20170422T145944Z
UID: .....
CREATED:20170410T094531Z
DESCRIPTION:
LAST-MODIFIED:20170417T185228Z
LOCATION:
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY: Test
TRANSP:OPAQUE
END:VEVENTNT
The text was updated successfully, but these errors were encountered: