MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-WeatherChart

    Utilities
    14
    37
    14013
    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.
    • A
      amanzimdwini last edited by

      I like it!
      Request: can you add a SCALE factor? Right now the image is considerably larger than I can accommodate… (yes, minor problem, I know). Maybe I have to mess with the custom.css?

      Anyway, apart from that small inconvenience, I like it.

      1 Reply Last reply Reply Quote 1
      • G
        gshimself @paphko last edited by gshimself

        @paphko Seems to be working fine now. Thank you for your help!
        I guess that if I want 30min refreshrate it should be 60 * 30 * 1000,?

        1 Reply Last reply Reply Quote 0
        • paphko
          paphko last edited by

          @gshimself glad to hear that it’s fixed for you. Yes, because update interval must be specified in ms.

          @amanzimdwini you could try to add a scale option, but I’m not sure how to properly implement it for both cases, with and without border. If you found a proper solution for it, tell me or create a pull request 🙂

          1 Reply Last reply Reply Quote 0
          • R
            racampbellky last edited by

            Great module! Is there anyway to present in Fahrenheit?

            paphko 1 Reply Last reply Reply Quote 1
            • paphko
              paphko @racampbellky last edited by

              @racampbellky I don’t think so. But you may check the website of yr.no, maybe you find a setting to use Fahrenheit in that diagram: http://www.yr.no/place/United_States/New_York/New_York/hour_by_hour.html
              If so, it should be possible.

              1 Reply Last reply Reply Quote 0
              • A
                AxLed Module Developer last edited by

                Hi,

                i wanted to try the module today, but i dont work i get some error “del missing” or similar.
                Could it be that there is the file package.json missing on the github link, as there are some depencies in node_helper.js

                var http = require('http');
                var fs = require('fs');
                var del = require('del');
                var request = require('request'); 
                var NodeHelper = require("node_helper");
                

                Greets AxLED

                1 Reply Last reply Reply Quote 0
                • A
                  AxLed Module Developer last edited by

                  Hi,

                  found a solution myself, there is a fork of this module: https://github.com/szech/mmm-weatherchart

                  Installation:
                  cd ~/MagicMirror/modules
                  git clone https://github.com/szech/mmm-weatherchart.git
                  cd mmm-weatherchart
                  npm install

                  Greets

                  AxLED

                  M 1 Reply Last reply Reply Quote 0
                  • S
                    Stellanova last edited by

                    If you replace grayscale with hue-rotate(190deg) in the mmm-weatherchart.js. You get the colors partially back and still have whitelines.

                    if (this.config.negativeImage) {
                    img.style[“-webkit-filter”] = “invert(100%) hue-rotate(190deg)”;
                    }

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

                      @Stellanova said in MMM-WeatherChart:

                      img.style[“-webkit-filter”] = “invert(100%) hue-rotate(190deg)”;

                      Hi,
                      is there a possibility to increase the size?
                      Thanks a lot
                      Regards

                      1 Reply Last reply Reply Quote 0
                      • broberg
                        broberg Project Sponsor last edited by

                        @Vauxdvihl

                        Yes, But it will get fuzzy since the original image is only 828 × 272 pixels in size.

                        increase by 25%

                        .MMM-WeaterChart img{
                        width: 1035px !important;
                        height: 340px !important;
                        }
                        

                        (To be clear, this go in to the custom.css file, not changing the module files)

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 2 / 4
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy