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.

    MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

    Scheduled Pinned Locked Moved Utilities
    66 Posts 19 Posters 41.5k Views 21 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.
    • SnilleS Offline
      Snille Module Developer @Snille
      last edited by

      Now it’s working again… On both mu mirrors… I don’t understand why… I fixed the “moment” problem at least, I hope… Pushed that… But I guess it’s still the SSL problems left. But I can’t replicate it. @Ivanov_d Where did you set the debug flag to get the errors?

      If you cant find it, make it and share it!
      Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

      I 1 Reply Last reply Reply Quote 0
      • I Offline
        Ivanov_d @Snille
        last edited by

        @snille in the config.js:

        c1f76c95-765d-49e9-8755-361f904e1fdf-image.png

        1 Reply Last reply Reply Quote 1
        • I Offline
          Ivanov_d
          last edited by

          I finally found out what the issue is. It was an electron bug that is fixed in MM v. 2.18 (I was using an older version). Now everything works.

          1 Reply Last reply Reply Quote 1
          • P Offline
            proxxym
            last edited by

            Hello,
            is posible to increase the size of fonts?
            something like …small , medium, large…
            Thanks,

            I 1 Reply Last reply Reply Quote 0
            • I Offline
              Ivanov_d @proxxym
              last edited by

              @proxxym
              afaf132e-851b-4ccb-b36b-1d2bebbfd5fc-image.png

              P 1 Reply Last reply Reply Quote 1
              • cowboysdudeC Offline
                cowboysdude Module Developer
                last edited by

                Been working great for me! I had to change some entities today and it’s still chuggin along :)

                1 Reply Last reply Reply Quote 1
                • P Offline
                  proxxym @Ivanov_d
                  last edited by

                  @Ivanov_d Thanks,
                  for me big font is to smal :).
                  an extra large font or something similar was needed

                  S I 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @proxxym
                    last edited by

                    @proxxym I don’t know, but you can use the developers window to learn what needs to be changed, and test it out

                    see
                    https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1650634458947

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • I Offline
                      Ivanov_d @proxxym
                      last edited by Ivanov_d

                      @proxxym open the following file:

                      ~/MagicMirror/modules/MMM-homeassistant-sensors/MMM-homeassistant-sensors.css
                      

                      find the following lines:

                      .ha-small {
                        font-size: 15px;
                        line-height: 18px;
                        font-weight: bold;
                        color: #999
                      }
                      
                      .ha-normal {
                        font-size: 20px;
                        line-height: 25px;
                        color: #999
                      }
                      
                      .ha-big {
                        font-size: 22px;
                        line-height: 26px;  
                        color: #999
                      }
                      

                      and either change the .ha-big font-size from 22px to something bigger (e.g. 30px, 36px, etc.)

                      or add a completely separate style:

                      .ha-extra-big {
                        font-size: 36px;
                        line-height: 30px;  
                        color: #999
                      }
                      

                      and change this in your config

                      rowClass = 'extra-big'
                      
                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Ivanov_d
                        last edited by

                        @Ivanov_d OR the better way, never change files supplied by mm or a module(as this breaks upgrades or fix distribution). the system is designed to support your local changes

                        edit ~/MagicMirror/css/custom.css
                        (if it doesn’t exist, create it)

                        add all those definitions but add the module name (and a space) in front of each

                        .MMM-HomeAssistant-Sensors

                        notice the leading dot

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        I 1 Reply Last reply Reply Quote 2
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 6 / 7
                        • 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