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

Word wrap Module?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 767 Views 1 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.
  • O Offline
    ooom416354
    last edited by Aug 26, 2019, 2:15 AM

    Hi, i have a quesiton. I have a module which is in the bottom_left and for some reason, the text doesn’t word wrap. I am just wondering if there’s a way to do this with the custom.css file or if I have to add something to my module itself. I basically just want to wrap it similar to as wide as the calendar module is.

    Thanks in advance.default

    B 1 Reply Last reply Aug 26, 2019, 8:30 AM Reply Quote 0
    • B Offline
      broberg Project Sponsor @ooom416354
      last edited by broberg Aug 26, 2019, 8:31 AM Aug 26, 2019, 8:30 AM

      @ooom416354

      Hi, yes it’s possible but you would have to define the size for the module for it to contain the text.
      (Otherwise it just fills the available space in the bottom_left region)

      so in the custom.css add something like this :

      
      .MMM_modulename {
      width : 400px;
      }
      
      
      

      Replace the “MMM_modulename” with the name of the module and adjust the width accordingly.

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