• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Default Calendar module shows wrong time format

Scheduled Pinned Locked Moved Unsolved Troubleshooting
1 Posts 1 Posters 708 Views 1 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.
  • A Offline
    Alvinger
    last edited by Sep 12, 2018, 11:33 AM

    I have a problem with the default calendar module. I am trying to show the kids’ school calendars with absolute starting and ending times. However, once a class has started the view changes to a relative starting time (but the information is relative to the ending time…) and an absolute ending time.

    This is the mirror display: (“Slutar 12 minuter” means “Ending in 12 minutes”, the screenshot was taken 13.18)
    0_1536751681530_b4407a27-51f0-4fdb-b71b-0d324793102f-image.png

    And this is the corresponding config.js entry:

                           module: "calendar",
                            position: "bottom_left",
                            header: "Schema",
                            classes: "vardagsmorgon",
                            config: {
                                    maximumNumberOfDays: 2,
                                    maximumEntries: 7,
                                    dateFormat: "ddd HH.mm",
                                    dateEndFormat: "HH.mm",
                                    showEnd: true,
                                    timeFormat: "absolute",
                                    getRelative: 0,
                                    fade: false,
                                    displaySymbol: false,
                                    calendars: [
                                            {
                                                    symbol: "calendar-o ",
                                                    url: "..."
                                            },
    

    What am I doing wrong? Or is this a bug within the calendar module?

    1 Reply Last reply Reply Quote 0
    • 1 / 1
    1 / 1
    • First post
      1/1
      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