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.

    Weather

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    13 Posts 4 Posters 3.6k Views 4 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.
    • BKeyportB Offline
      BKeyport Module Developer
      last edited by

      https://github.com/cowboysdude/MMM-NOAA has install instructions - then you just delete the section with the “weather” module in it to get rid of it.

      The "E" in "Javascript" stands for "Easy"

      1 Reply Last reply Reply Quote 0
      • P Offline
        Peter Leemon
        last edited by

        I’d also love to install cowboysdud/MMM-NOAA3 inot magic mirror have tried but only thing on screen was “loading …” and nothing ended deleting it and staying with sample one but would love to have the color icons as well as local hourly rain information, just dont know how to do this, yet

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @Peter Leemon
          last edited by

          @Peter-Leemon

          After you cloned the repo did you cd MMM-NOAA3 and then run npm install ? Can you post your config entry for NOAA3 here (in a code block) so I can take a look at it for you? I’ve been using this module for quite some time. It is my favorite weather module (besides my own). I should be able to help you get it up and running.

          Create a working config
          How to add modules

          P 1 Reply Last reply Reply Quote 0
          • P Offline
            Peter Leemon @Mykle1
            last edited by

            @Mykle1 yes i did how do i do find and do that thanks?

            Mykle1M 1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @Peter Leemon
              last edited by Mykle1

              @Peter-Leemon

              In your config.js file. One of the entries you should have made is for MMM-NOAA3. Copy just that entry and paste it here in the topic. The 5th icon from the right above the post window is the code block icon. Looks like this </>. Click it and paste where it tells you.

              Create a working config
              How to add modules

              P 1 Reply Last reply Reply Quote 0
              • P Offline
                Peter Leemon @Mykle1
                last edited by

                @Mykle1 }
                },
                module: ‘MMM-NOAA3’,
                position: ‘top_right’,
                config: {
                provider: “Darksky”, // From list above
                apiKey: “XXXXXXXX”, // From one of the providers listed above
                airKey: “XXXXXXXXX”,
                css: “NOAA3”, // THIS MUST CONTAIN A CSS STYLE NAME
                userlat: “-XXXXX”, //MUST HAVE BOTH
                userlon: “XXXXXXX” //MUST HAVE BOTH
                }
                },

                at this point its not loading at all its coming up with the “Create a config file” screen

                Mykle1M 2 Replies Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @Peter Leemon
                  last edited by Mykle1

                  @Peter-Leemon

                  Your entry MUST start with an open curly bracket { Yours does not.

                  My “darksky” is all lower case.

                  Verify your api keys and userlat and userlng

                  I suggest you use my entry, or alter yours to mimic mine (exactly) and enter your keys and location

                  {
                              disabled: false,
                              module: 'MMM-NOAA3',
                              position: 'top right',
                              config: {
                                  provider: "darksky",
                                  apiKey: "YOUR apiKey",
                                  airKey: "YOUR airKey", // IF you want Air Quality Index
                                  css: "NOAA5",
                                  userlat: "42.xxx",
                                  userlon: "-72.xxx"
                              }
                          },
                  

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 1
                  • P Offline
                    Peter Leemon
                    last edited by

                    Awesome that got it working thanks heaps can the module also display hourly or daily rainfall as well?

                    Mykle1M 1 Reply Last reply Reply Quote 0
                    • Mykle1M Offline
                      Mykle1 Project Sponsor Module Developer @Peter Leemon
                      last edited by

                      @Peter-Leemon

                      I just verified. The module fails if the provider Darksky is a capital. It must be lower case

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @Peter Leemon
                        last edited by

                        @Peter-Leemon

                        I don’t know. You would have to check the documentation at the repo.

                        Create a working config
                        How to add modules

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