MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Calendar start time

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 3 Posters 1.5k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K Offline
      kalle99
      last edited by

      Hi guys!
      The last weeks i played around with some settings and got it to my liking but for one thing, calendar showed event start times as: in 3 hours. Tried with “absolute” in settings, but no luck.
      Thought i did something wrong so I got a new sd-card and started from scratch, only to see that the calendar have the same bahaviour as before.
      I am having trouble getting calendar showing start-time of events, it is just showing "in 5 hours-21:30.
      I would like to have it show “20:00-21:30” (see picture)
      This is with fresh installed Raspian Stretch and fresh installed MM with the only thing altered in config.js is taht i changed calendar adress from us holidays to a webcal adress. Everything else is original.
      The pic of the config-file is the one from before clean install and the pic of the screen is now with all settings default.
      Any help would be appreciated.

      0_1543416243857_config.jpg

      0_1543416254080_screen.jpg

      1 Reply Last reply Reply Quote 1
      • M Offline
        Maltavius
        last edited by

        Same problem for me.

        {
        			module: "calendar",
        			header: "Kalender",
        			position: "top_left",
        			config: {
        				fetchInterval: 21600000,
        				colored: true,
        				coloredSymbolOnly: true,
        				joiningWord: "kl.",
        				getRelative: 8,
        				urgency: 7,
        				timeFormat: 'absolute',
        				//showEnd: false,
        				calendars: [
        					{
        						// Mårtens Kalender
        						color: "#6dc0ec",
        						url: "https://calendar.google.com/calendar/ical/
        					},
        					
        					{
        						// Alfred och Hjalmar bokningar
        						fullDayEventDateFormat: "DD/MM",
        						symbol: "child",
        						color: "#008000",
        						url: "https://calendar.google.com/calendar/ical/
        						
        					},
        					{
        						// Svenska helgdagar (aftnar ibland)
        						symbol: "bed",
        						color: "#772222",
        						maximumNumberOfDays: 14,
        						
        						url: "https://calendar.google.com/calendar/ical/sv.swedish%23holiday%40group.v.calendar.google.com/public/basic.ics"
        					}, 
        				]
        			}
        		},
        

        The “Sitta i Servicedesk” should be from 09:00-12:00 not from “Dec 12e” or “Today”
        0_1544571534724_6e607a04-5955-4281-97e5-5b207d964eee-image.png

        1 Reply Last reply Reply Quote 0
        • jkindelspireJ Offline
          jkindelspire
          last edited by

          I’m having a similar issue. For any events more than 24 hours out, it is only displaying the number of days away + end time.
          0_1544800658802_cal.PNG

          I had to rebuild my MM after the Pi I was using crashed, so I believe I was running the previous version of MM before the rebuild. I seem to recall the calendar module displaying number of days in future + start time before. FWIW, I’m using google calendar.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy