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

Calendar doesn't Wrap

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 460 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.
  • C Offline
    cldparisi
    last edited by Jan 19, 2021, 4:34 PM

    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 Jan 19, 2021, 4:44 PM Reply Quote 0
    • S Away
      sdetweil @cldparisi
      last edited by Jan 19, 2021, 4:44 PM

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

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • C Offline
        cldparisi
        last edited by Jan 19, 2021, 5:54 PM

        Oh sure.
        Sorry

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