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.

    Magic Mirror - Auto-Update ?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    9 Posts 2 Posters 951 Views 2 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.
    • R Offline
      rkorell @sdetweil
      last edited by rkorell

      @sdetweil said

      have you tried restarting MagicMirror?

      Dear Sam, yes I’ve restarted the mirror several times, no effect.
      Thanks to second link in your signature I was able to identify the CSS topic which addresses the size of the icon - but this was not neccessary earlier - worked without this.

      IS there an auto-update mechanism?
      (this would be bad…)

      Regards,
      Ralf

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @rkorell
        last edited by

        @rkorell said in Magic Mirror - Auto-Update ?:

        IS there an auto-update mechanism?

        no… I am strongly against that… given the issues users encounter on nearly every update

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        R 1 Reply Last reply Reply Quote 0
        • R Offline
          rkorell @sdetweil
          last edited by

          @sdetweil OK, good news.
          Then I’m really asking what happened to cause the described changes on my mirror.
          It’s obviously “magic” again :-)

          Regards,
          Ralf

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @rkorell
            last edited by

            @rkorell so you updated custom.css

            in the developers window , which class caused the smaller size? and where was it sourced from ( the file name is shown too)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              rkorell @sdetweil
              last edited by

              @sdetweil said > which class caused the smaller size?

              Dear Sam,
              don’t know!
              have experimented a while to change several parameters in the developer’s console who could be associated with the size but none of my trials caused any visible change.

              At least I could figure out (by the association with the filename) which CSS element is representing the icon.
              This is (in my case)

              .weather_forecast .weathericon
              

              (I’ve (as many users) two instances of the weather module and gave them a classes definition to handle CSS for both instances different. In the Forecast instance (class weather_forecast) are the described symptoms located)

              I’ve played around and have done some research and came to the conclusion that height could be the appropriate attribute.
              For this reason I’ve added

              .weather_forecast .weathericon  {
              height: 30px;
              }
              

              to my custom.css and this exactly does the trick.

              Where the “overnight” changes comes from - I have absolutely no idea and - see above - couldn’t even figure out any “change” …
              Sorry for this.

              • May I’m to dumb to figure it out …

              Thanks a lot, anyway.
              Warmest regards,
              Ralf

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @rkorell
                last edited by

                @rkorell css is a challenging area. trying to figure out what overrides what when.

                glad you have a solution.

                thanks for your feedback

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                R 1 Reply Last reply Reply Quote 0
                • R Offline
                  rkorell @sdetweil
                  last edited by

                  @sdetweil THANKS to YOU for your huge effort here in this place!
                  Ralf

                  1 Reply Last reply Reply Quote 0
                  • R rkorell has marked this topic as solved on
                  • 1 / 1
                  • 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