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

Align to the left!

Scheduled Pinned Locked Moved Troubleshooting
12 Posts 7 Posters 7.1k Views 7 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
    cyberphox @Mykle1
    last edited by Nov 22, 2018, 5:04 PM

    @mykle1 hahahah…i knew it!

    Full time Dad, DJ and entertainer and lover of technology.

    1 Reply Last reply Reply Quote 0
    • C Offline
      cyberphox
      last edited by Nov 22, 2018, 6:45 PM

      Fixed by editing the NOAA1.css file:

      /* .MMM-NOAA3 .table th, tr, td{
      text-align:center;
      table-layout:fixed;
      }
      */

      .MMM-NOAA .table th {
      text-align:center;
      table-layout:fixed;
      }

      .MMM-NOAA .table tr {
      text-align:center;
      table-layout:fixed;
      }

      .MMM-NOAA .table td {
      text-align:center;
      table-layout:fixed;
      }

      Comment out the first entry…add the next 3

      Full time Dad, DJ and entertainer and lover of technology.

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