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

    Scheduled Pinned Locked Moved Utilities
    42 Posts 16 Posters 27.6k Views 15 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.
    • V Offline
      Vauxdvihl
      last edited by

      @broberg
      hmm
      seems to me not working
      Strange is also that the editor does not “hightlight” the functions

      .mmm-weatherchart img{
      width: 1035px;
      height: 340px;
      }
      

      0_1574449403301_4d768e6d-6e01-449f-b40f-a14661be7f96-grafik.png

      brobergB 1 Reply Last reply Reply Quote 0
      • brobergB Offline
        broberg Project Sponsor @Vauxdvihl
        last edited by

        @Vauxdvihl the module name is case sensitive

        So .mmm-weathermodule is not the same as .MMM-WeatherModule

        And you might have to add !important after the height and width for it to override the height specified in the module.

        1 Reply Last reply Reply Quote 0
        • V Offline
          Vauxdvihl
          last edited by

          @broberg
          Yes i know ;-)
          Look …i though it would be the correct way

          0_1574534798657_2a12f6fd-5946-4f6f-882d-506399174399-grafik.png

          brobergB 1 Reply Last reply Reply Quote 0
          • brobergB Offline
            broberg Project Sponsor @Vauxdvihl
            last edited by

            @Vauxdvihl

            It is, nevermind the above post then.

            but do try the !important addition, it is sometimes needed when the size is defined in the document and not in the css files.

            1 Reply Last reply Reply Quote 0
            • prototype0815P Offline
              prototype0815
              last edited by

              I need help with mmm-weatherchart:

              https://forum.magicmirror.builders/topic/12204/black-screen-when-insert-https-github-com-paphko-mmm-weatherchart/3

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

                @prototype0815 I reqplied in your other topic with instructions to download my fixed repo that resolves both problems… black screen and no image shown

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • V Offline
                  Vauxdvihl
                  last edited by

                  Hi friends,
                  i have seen in the dev mode that the modules gets the png from color from
                  here:
                  www.yr.no/place/Germany/Bavaria/Pöcking/meteogram.png

                  Can i use it also in color in the mm?
                  Thanks a lot
                  Regards

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

                    @Vauxdvihl have you tried setting the option

                    negativeImage: false, // whether or not the default white image should be inverted
                    

                    ?

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

                    1 Reply Last reply Reply Quote 0
                    • V Offline
                      Vauxdvihl
                      last edited by

                      @lavolp3
                      Works fine
                      Thanks a lot

                      One more question
                      Using the code :

                      > .mmm-weatherchart img{
                      > width: 1035px;
                      > height: 340px;
                      > }
                      

                      in my custom css it only “zoomed in” the image itself.
                      But the area on the screen stay the same.
                      I want to make this img viewable over the hole screen.
                      Can please somebody help me?
                      Thanks a lot

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

                        @Vauxdvihl that is most probably due to the region.
                        If you want the image to cover the whole screen give the module the position: “fullscreen_above” or position: “fullscreen_behind”. Or position: “top_bar” to not overlap with other modules.
                        Just an example.
                        Otherwise you would need to give the region more space to show the rest of the image.

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

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