MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Calendar doesn't Wrap

    Troubleshooting
    2
    3
    209
    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.
    • C
      cldparisi last edited by

      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

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @cldparisi last edited by

        @cldparisi move those settings inside the calendar config block. u have them lost outside config

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • C
          cldparisi last edited by

          Oh sure.
          Sorry

          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy