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-DarkSkyForecast one part to other section ? - styling question

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    7 Posts 3 Posters 1.5k Views 3 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.
    • T Offline
      trividar
      last edited by

      Hi all and @j-e-f-f ;o)

      It is possible to move just the actual wether icon to to middle section of my Mirror and make it larger?

      ![Bild Text](0_1578403418360_Bildschirmfoto 2020-01-07 um 14.21.32.png Bild Link)

      and my second question is, It’s possible to add animated “.mov” format icons to this module? I have found some amazing icons, but just bevor I buy it i will be shure that it will be working…metgraphics Could someone help me with this? THX

      1 Reply Last reply Reply Quote 0
      • T Offline
        trividar
        last edited by

        Hmmmm no one can help?
        In general is that possible just to move this icons or a part from a module to an other section with css?

        THX

        StoffbeuteluweS 1 Reply Last reply Reply Quote 0
        • StoffbeuteluweS Offline
          Stoffbeuteluwe Project Sponsor @trividar
          last edited by

          @trividar does your globe update automatically??

          T 1 Reply Last reply Reply Quote 0
          • T Offline
            trividar @Stoffbeuteluwe
            last edited by

            @Stoffbeuteluwe thats an old picture, so I don‘t use the globe anymore. I would like to have a big actually animated weather icon. But can‘t figure it out how to do that ;0(

            lavolp3L 2 Replies Last reply Reply Quote 0
            • lavolp3L Offline
              lavolp3 Module Developer @trividar
              last edited by

              @trividar You can’t easily move part of a module to a completely different section.
              So my answer is: “Not without tricks”.
              One “trick” would be to use the module in the center region a second time and hide everything but the cloud for that specific module. Slightly messy but possible via css.

              To the second question: There are animated icons included in MMM-DarkSkyForecast. Maybe have a look at that and check how these are implemented.

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

              1 Reply Last reply Reply Quote 0
              • lavolp3L Offline
                lavolp3 Module Developer @trividar
                last edited by lavolp3

                @trividar

                I would like to have a big actually animated weather icon. But can‘t figure it out how to do that

                Also possible using MMM-DarkSkyForecast.

                You need to hide all forecast elements, all extra current conditions

                showExtraCurrentConditions: false,
                showSummary: false,
                showHourlyForecast: false,
                showDailyForecast: false
                

                and via your custom.css you need to set

                .MMM-DarkSkyForecast .current.temperature {
                    display: none;
                }
                

                That hides hides current temperature and only shows the current icon.
                If you want to keep a complete second darksky-module you need to limit above selector to the region you where you want to hide the elements,
                e.g. .middle_center .MMM-DarkSkyForecast .current.temperature

                No guarantees this will work!

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

                T 1 Reply Last reply Reply Quote 0
                • T Offline
                  trividar @lavolp3
                  last edited by

                  @lavolp3 Thanks sooooo much!! I will try your suggestion and let you know if it worked. The current weather icons are animated, but not as cool as this one in .mov ;o) But first I will try to have only the icon in the middle of the screen. Thanks!!!

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