• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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
39 Posts 15 Posters 26.1k Views 14 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.
  • H Offline
    hulkhaugen @paphko
    last edited by Aug 22, 2016, 11:56 PM

    Cool, i will have a look at this. I was actually thinking of remaking the currentweather and weatherforecast with yr.no data as they are way more accurate for my location. I have very little knowledge of js-programming, but think this might be a place to start.

    1 Reply Last reply Reply Quote 0
    • G Offline
      gshimself
      last edited by Aug 23, 2016, 3:25 PM

      @paphko I think I got a problem… The map/weatherchart/module doesn’t update itself untill i reboot the whole device. Is this something it’s known for?

      1 Reply Last reply Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer
        last edited by Aug 23, 2016, 3:42 PM

        the module should update every hour automatically, for testing purpose you could try in the config.js

        {
                module: 'mmm-weatherchart',
                position: 'bottom_left', // this can be any of the regions
                config: {
                    country: 'Germany', // as determined above
                    area: 'North_Rhine-Westphalia', // as determined above
                    city: 'Duisburg', // as determined above
                    updateInterval: 15 * 1000,
                    hideBorder: true, // whether or not a border with city name should be shown
                }
            }
        

        this should update every 15 seconds then open the dev console (Command+Shift+I) and see in the network tab if the picture is getting reloaded all the time or you having any errors in the console

        Please create a github issue if you need help, so I can keep track

        G 1 Reply Last reply Aug 23, 2016, 4:58 PM Reply Quote 0
        • G Offline
          gshimself @strawberry 3.141
          last edited by Aug 23, 2016, 4:58 PM

          @strawberry-3.141
          Im no expert on reading the dev console but it seems to just update from cache after a while?

          Name: meteogram.png,
          initalator: mmm-weatherchart
          Time: 0ms
          Size: (From Cache)
          and it’s pileing up.

          On mmm-weatherchart.js it seems to update, every 15th secound but the chart does not.
          Im going to let it stay like this awhile and return.

          1 Reply Last reply Reply Quote 0
          • G Offline
            gshimself
            last edited by Aug 23, 2016, 5:20 PM

            Yea, as I thought. The chart just piles up and doesn’t update. The script however does update.

            0_1471972815019_1.png

            P 1 Reply Last reply Aug 24, 2016, 5:09 AM Reply Quote 0
            • P Offline
              paphko @gshimself
              last edited by Aug 24, 2016, 5:09 AM

              @gshimself I added a dummy parameter (timestamp) to the image which should prevent caching. I’ll check that later today when I find some time.

              1 Reply Last reply Reply Quote 0
              • P Offline
                paphko
                last edited by Aug 24, 2016, 12:21 PM

                The module appends ‘#’ to the image so that the browser does not cache the image. This works on my old version of the mirror but not on the new version 2. Quite strange…

                Fixed by replacing this part with ‘?’, at least for Chrome browser, the image is not cached any longer. @gshimself please pull changes and report wether it is also fixed for you.

                G 2 Replies Last reply Aug 24, 2016, 12:59 PM Reply Quote 0
                • G Offline
                  gshimself @paphko
                  last edited by Aug 24, 2016, 12:59 PM

                  @paphko ¨Perfect! Will pull the latest version when I get home. I’ll get back to you during the evening.

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    amanzimdwini
                    last edited by Aug 24, 2016, 3:44 PM

                    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 Offline
                      gshimself @paphko
                      last edited by gshimself Aug 24, 2016, 6:35 PM Aug 24, 2016, 6:31 PM

                      @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
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        7/39
                        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