• 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 6.9k 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
    last edited by cyberphox Apr 15, 2018, 11:19 PM Apr 15, 2018, 7:48 PM

    there is nothing in my custom.css file referencing any regions
    This was working just fine…and it doesn’t matter where I move those two modules now they are both aligning centre for some reason

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

    1 Reply Last reply Reply Quote 0
    • E Offline
      eniac
      last edited by eniac Nov 11, 2018, 3:56 PM Nov 11, 2018, 3:39 PM

      Same here. Did you find the problem ?
      i removed on Module form the config.js file and add another module.
      if I change back to the Old config file the Text is align right so as I want it.


      I comment out the Module I add and the align is corect again.
      I add the mmm-noaa3 Module

      C 1 Reply Last reply Nov 21, 2018, 3:10 AM Reply Quote 0
      • C Offline
        cyberphox @eniac
        last edited by Nov 21, 2018, 3:10 AM

        @eniac yes it was fixed…but i started a new docker build and installed MM 2.50 and i notice it is back again…still working with NOAA v2 on an older build

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

        L 1 Reply Last reply Nov 21, 2018, 10:02 AM Reply Quote 0
        • L Offline
          lavolp3 Module Developer @cyberphox
          last edited by lavolp3 Nov 21, 2018, 10:03 AM Nov 21, 2018, 10:02 AM

          @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
          • B Offline
            BKeyport Module Developer
            last edited by Nov 21, 2018, 12:25 PM

            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
            • 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
                      • 1 / 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