MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. biscuitbigfoot
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    biscuitbigfoot

    @biscuitbigfoot

    0
    Reputation
    3
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    biscuitbigfoot Unfollow Follow

    Latest posts made by biscuitbigfoot

    • MMM-Calendar End Times

      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” }
      }

      posted in Troubleshooting
      B
      biscuitbigfoot