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.6k 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer
      last edited by

      Well disable one and see if the other is fixed… whichever one you disable and the other is good then the one you disabled more than likely has a css issue ;)

      C 1 Reply Last reply Reply Quote 0
      • C Offline
        cyberphox @cowboysdude
        last edited by

        @cowboysdude you did fix this for me using NOAAv1 on my pi and ubuntu builds…i can’t remember what file we overwrote as i think it was on mkyle1’s forum!

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

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @cyberphox
          last edited by

          @cyberphox

          Well sheet! I think it was CBD that crashed the server. ;-)

          Create a working config
          How to add modules

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            cyberphox @Mykle1
            last edited by

            @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

              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
              • First post
                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