MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. cldparisi
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 12
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Calendar doesn't Wrap

      Oh sure.
      Sorry

      posted in Troubleshooting
      C
      cldparisi
    • Calendar doesn't Wrap

      This is my config:

      {
      	module: "calendar",
      	header: "Calendario",
      	position: "top_left",
      	wrapEvents: "true",
      	maxTitleLength: "26",
      	maxEventTitleLines: "3",
      	config: {
      			maximumNumberOfDays: "14",
      			calendars: [
      					{
      					maxTitleLength: "10",
      					maxEventTitleLines: "4",
      					symbol: "calendar-check",
      					url: "https://..../calendar.ics"						
      					},
      					{
      					symbol: "calendar-alt",
      					url: "https://..../calendar.ics"					
      					}
      				]
      			}
      		}
      

      But both calendars don’t wrap
      calendar.png

      in my opinion it use the default values (https://docs.magicmirror.builders/modules/calendar.html#configuration-options):
      maxTitleLength: 25
      wrapEvents: false

      do you have any idea about it?

      Thanks

      posted in Troubleshooting
      C
      cldparisi
    • 1
    • 2
    • 2 / 2