• 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.

MMM-Calendar End Times

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 2 Posters 276 Views 2 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.
  • B Offline
    biscuitbigfoot
    last edited by Sep 7, 2020, 1:03 PM

    Good Afternoon,

    I’ve setup up my MagicMirror and successfully tweaked the settings I needed.

    I only have a really basic grasp of any of this so the help on this site has been invaluable.

    The thing I’m struggling with is end times on the default calendar module. I can only get the calendar to display the start times of events.

    Any suggestions?

    module: "calendar",
    		header: "Shifts",
    		position: "top_left",
    		config: {
    			colored: true,
    			timeFormat: "dateheaders",
    			showEndTime: true,
    			showEndTime: true,
    			calendars: [
    				{
    					symbol: "user-astronaut",
    					url: "http://localhost:8080/modules/calendars/mine.ics"
    								},
    				{
    					symbol: "user-ninja",
    					url: "http://localhost:8080/modules/calendars/bf1.ics",
    				color: "#3734eb"				},
    

    {
    symbol: “user-secret”,
    url: “http://localhost:8080/modules/calendars/bf2.ics”,
    color: “#34ebeb” }
    }

    S 1 Reply Last reply Sep 7, 2020, 1:07 PM Reply Quote 0
    • S Offline
      sdetweil @biscuitbigfoot
      last edited by Sep 7, 2020, 1:07 PM

      @biscuitbigfoot according to the doc it’s

      showEnd: true,
      

      just once

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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