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.
    • lavolp3L Offline
      lavolp3 Module Developer @cyberphox
      last edited by lavolp3

      @cyberphox
      I find it most comfortable to look this up in the browser. Open the mirror in Chrome, then press F12. Move the mouse over the calendar and right click and “discover” or however the last point is called. Activate the "Styles tab in the developers console (see picture)
      Then you can find the referring styles in the window, see the sources of the styles, and see that some styles are crossed out because they are overruled by other ones.

      0_1542794504328_6a38e855-9b60-463e-b081-e913266a0be2-image.png

      Now go for it, Sherlock!!

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

      1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer
        last edited by

        I added “left: 0px;” to the custom.css for a couple of modules I was was having issues with formatting. It works.

        The "E" in "Javascript" stands for "Easy"

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