• 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.0k 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
    cowboysdude Module Developer
    last edited by Nov 21, 2018, 7:40 PM

    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 Nov 22, 2018, 3:15 PM Reply Quote 0
    • C Offline
      cyberphox @cowboysdude
      last edited by Nov 22, 2018, 3:15 PM

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

      M 1 Reply Last reply Nov 22, 2018, 4:24 PM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @cyberphox
        last edited by Nov 22, 2018, 4:24 PM

        @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 Nov 22, 2018, 5:04 PM Reply Quote 0
        • 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
              12/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