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 769 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
      last edited by

      Dear team,
      my MagicMirror ran stable for a pretty good time.
      Now - for some unknown reasons - the icons (custom SVG files) for the standard weather module forecast becomes really tiny so nearly invisible.
      I do not made any changes in the last past days. (really. :-) !)

      Because it’s related to a “standard” module here my question: Is the mirror updating by himself?
      And if this is the case - how can I avoid this?

      Thanks a LOT for any idea.
      Regards,
      Ralf

      S 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 MagicMirror will not autoupdate
          there was some code added to the updateNotifications module, to support some tool to update modules i think. that tool doent exist yet

          if you are using pm2, those events should be recorded in the logs

          have you tried restarting MagicMirror?

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