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-NOAA - Another Weather Module

    Scheduled Pinned Locked Moved System
    690 Posts 77 Posters 2.9m Views 70 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.
    • K Offline
      kbostick88
      last edited by kbostick88

      Hey guys, I cant get this module to show up on my mirror, can someone help me out?

      Hey everyone, I am kind of new to this, but think i get the basics

      I got the module installed by entering the following commands

      cd MagicMirror/modules

      git clone https://github.com/cowboysdude/MMM-NOAA.git

      cd MMM-NOAA
      npm install

      I then did the config as follows

      {
      	module: 'MMM-NOAA',
      	postition: 'top_left',
      		config: {
      
      		apiKey: "4cc3880807c6aaa9",    // https://www.wunderground.com/weather/api  select the middle plan... 
      		airKey: "orBbd9wjdyTK6yp5R",    // IF you want Air Quality Index
      		pws1: "KMIWESTL11" ,
                          loco1: "Detroit/Us",
      		}   
      

      },

      Yet when it loads I dont see anything on my mirror

      tbbearT 1 Reply Last reply Reply Quote 0
      • tbbearT Offline
        tbbear Module Developer @kbostick88
        last edited by

        @kbostick88 Hi, look at ur config its called position not postition only a little typing error

        Robert the Bear

        K 1 Reply Last reply Reply Quote 1
        • K Offline
          kbostick88 @tbbear
          last edited by

          @tbbear Thank you, I can’t believe I didn’t see that. Now it shows up! but I have NaN issues

          0_1524168981245_IMG_0536 (1).jpg

          tbbearT 2 Replies Last reply Reply Quote 0
          • tbbearT Offline
            tbbear Module Developer @kbostick88
            last edited by

            @kbostick88 are u sure that ur keys are ok and also ur pws1. i will check them if u want

            Robert the Bear

            1 Reply Last reply Reply Quote 0
            • tbbearT Offline
              tbbear Module Developer @kbostick88
              last edited by

              @kbostick88 Looks like ur pws1 is not correct, maybe again a typing error … -)

              Robert the Bear

              1 Reply Last reply Reply Quote 1
              • K Offline
                kbostick88
                last edited by

                I got it. Thanks!

                tbbearT 1 Reply Last reply Reply Quote 0
                • tbbearT Offline
                  tbbear Module Developer @kbostick88
                  last edited by

                  @kbostick88 your welcome

                  Robert the Bear

                  K 1 Reply Last reply Reply Quote 0
                  • K Offline
                    kbostick88 @tbbear
                    last edited by

                    @tbbear I am having issues with one other module also, any chance you might be able to help me with that one? I had the module working, but all of a sudden part of it seems broke. I get NaN on that one… its MMM-cryptocurrency

                    Bitcoin works fine, ethereum, litecoin and ripple all show NaN but all 4 were working yesterday. not sure why they are not working now, nothing changed.

                    tbbearT 1 Reply Last reply Reply Quote 0
                    • tbbearT Offline
                      tbbear Module Developer @kbostick88
                      last edited by

                      @kbostick88 sorry, i dont use any one of this modules. i would love to help u but i dont know the modules u are using. But maybe contact Mykle1 he is the best helper here. If u like the help i did for u maybe gimme a click on the ^ sign close to my answers.

                      Robert the Bear

                      tbbearT 1 Reply Last reply Reply Quote 1
                      • K Offline
                        kbostick88
                        last edited by

                        ok thanks, i posted it in the correct module so ill see if i can get it. Thanks for the help!

                        1 Reply Last reply Reply Quote 0
                        • tbbearT Offline
                          tbbear Module Developer @tbbear
                          last edited by

                          @tbbear Thanks, if i can help contact me anytime, maybe u can show me ur config, cause in the most cases their is the problem

                          Robert the Bear

                          K 1 Reply Last reply Reply Quote 0
                          • K Offline
                            kbostick88 @tbbear
                            last edited by kbostick88

                            @tbbear

                            	module: "MMM-cryptocurrency",
                            	position: "top_right",
                            	config: {
                            		currency: ['bitcoin', 'ethereum', 'litecoin', 'ripple'],
                            		displayType: 'logo',
                            		showGraphs: false
                            	}
                            }```
                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              Stellanova @kbostick88
                              last edited by

                              This post is deleted!
                              K 1 Reply Last reply Reply Quote 0
                              • K Offline
                                kbostick88 @Stellanova
                                last edited by

                                @Stellanova Did yours just stop working too? mine was working fine for several days

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  Stellanova @kbostick88
                                  last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • B Offline
                                    barnosch
                                    last edited by

                                    please do not use this thread for a complete other module and problem

                                    1 Reply Last reply Reply Quote 1
                                    • cowboysdudeC Offline
                                      cowboysdude Module Developer
                                      last edited by

                                      MMM-NOAA3 is in the works…

                                      It will be a little while but rest assured I’m working on it :)

                                      1 Reply Last reply Reply Quote 0
                                      • Z Offline
                                        Zooooooom
                                        last edited by

                                        Finally updated the module, and I like the new look. However, I was wondering if there’s a toggle to hide the “Forecast” piece.

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

                                          @Zooooooom

                                          You can’t hide it in css?

                                          Create a working config
                                          How to add modules

                                          Z 1 Reply Last reply Reply Quote 0
                                          • Z Offline
                                            Zooooooom @Mykle1
                                            last edited by

                                            I believe the last version had some toggles in the config which were quite nice to have, which is why I am asking if it’s there now. I took a quick look at the code, and wasn’t able to find anything like it.

                                            I would prefer not to mess with CSS files, because it would mean that updates might break my config.

                                            Mykle1M 1 Reply Last reply Reply Quote 0

                                            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
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 18
                                            • 34
                                            • 35
                                            • 16 / 35
                                            • 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