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-forecast-io -- Localized up to the minute weather

    Scheduled Pinned Locked Moved Utilities
    127 Posts 36 Posters 221.6k Views 38 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.
    • C Offline
      ChickenBeard
      last edited by

      Is it possible to have the precipitation graph ONLY? I enabled it (and disabled the general “Forecast”). But it seems like the graph doesn’t update. It will load the “current” graph and just stay there until I restart MM.

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

        @ChickenBeard How did you disable the forecast? Via CSS or by commenting it out in the code?

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

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          ChickenBeard @lavolp3
          last edited by lavolp3

          @lavolp3 in ~/MagicMirror/config/config.js:

          module: 'MMM-forecast-io',
                                 disabled:false,
                                 position: 'bottom_center',  // This can be any of the regions.
                                 config: {
                                         // See 'Configuration options' for more information.
                                         apiKey: 'xxxxx', // Dark Sky API key.
                                         // Only required if geolocation doesn't work:
                                         latitude:   xxxx,
                                         longitude: xxxx,
                                         ***enablePrecipitationGraph: true,***
                                         ***showForecast:false,***
                                         precipitationGraphWidth: 325,
                                         showWind: false,
                                         showSunriseSunset: false,
                                         ***alwaysShowPrecipitationGraph:true,***
                                         
                                 }
          
          lavolp3L 1 Reply Last reply Reply Quote 0
          • lavolp3L Offline
            lavolp3 Module Developer @ChickenBeard
            last edited by

            @ChickenBeard I can’t see why it wouldn’t update. showForecast only determines if the forecast div is added to the DOM. I have currently no idea.
            Any error messages in the console?
            Maybe try

            debug: true
            

            in the config?

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

            C 1 Reply Last reply Reply Quote 0
            • C Offline
              ChickenBeard @lavolp3
              last edited by

              @lavolp3 Will do! Which log does it write to?

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

                @ChickenBeard usually this gives extended output to the server-side console in case of node_helper.js or to the browser console in case of the MMM-forecast-io.js.

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

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

                  For anyone interested:
                  I have played around with this module quite intensively, implemented the chartjs library and did a few other tweaks and it looks like this now on my mirror.

                  https://imgur.com/ZqJBGLp

                  https://imgur.com/JmxnJ3p

                  Most important changes:

                  • the graph now shows several things:
                    – cloud cover in the background
                    – day and night cycle through different colors
                    – rain amount in the foreground
                  • temperature bars are colored according to temperature scale (currently only °C)
                  • rain amount instead of rain percentage for daily forecast

                  Anyone interested can try out my fork
                  https://github.com/lavolp3/MMM-forecast-io

                  If you install it, don’t forget to do a npm install in the module folder after cloning the module. The Readme has not yet been brought up to date.

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

                  1 Reply Last reply Reply Quote 1

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  • 1
                  • 2
                  • 3
                  • 4
                  • 5
                  • 6
                  • 7
                  • 7 / 7
                  • 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