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.
    • A Offline
      anubis273 @tbbear
      last edited by

      @tbbear Hey, war jetzt familienbedingt ein paar Stunden abwesend.
      Weshalb ich doch noch mal stören muss… Habe mir aus deinem GitHub Repository das Modul gezogen und bin nach der Readme vorgegangen. Meine config.js habe ich belassen, wenn ich mehrere Orte definiere, kommt es zu einem config.js Fehler. Mein eigentliches Problem ist nun, dass das Wetter Modul nun nicht mehr angezeigt wird. Es bleibt an der Stelle schwarz, als wenn ich einfach kein Modul für die Stelle platziert hätte.

      Meine config.js schaut wie gehabt so aus:

      snip
      {
      disabled: false,
      module: ‘MMM-NOAA’,
      position: ‘top_right’,
      config: {
      apiKey: “81944d2065866c80”,
      airKey: “your key”,
      pws: “INORDRHE796”
      }
      },
      snip

      Habe jetzt schon selbst wieder ne Weile gesucht woran es liegen könnte, habe aber weder Syntax noch andere Fehler finden können. Im Vorfeld hatte ich das alte NOAA Modul zunächst gelöscht bevor ich deines installiert hatte. Hast du da noch ne Idee weshalb das Bild schwarz bleibt?

      Cheers,

      Bernd

      tbbearT 1 Reply Last reply Reply Quote 0
      • DesaydroneD Offline
        Desaydrone
        last edited by

        Hi !

        This new version is so cool, may i ask for a feature ?

        Do you think it’s possible to add weather running info to this plugin ?

        Like this https://weather.com/fr-FR/forecast/gorun/l/FRXX0079:1:FR

        hour by hour ? :D

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

          @anubis273 hallo Bernd, denkst du daran das du in der config für jeden Ort eine
          pws1 und dazu die loco1 brauchst die pws ohne zahl kannst du weglassen

          Robert the Bear

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

            @Desaydrone ok i will have a look for this Feature gimmi a little time

            Robert the Bear

            DesaydroneD 1 Reply Last reply Reply Quote 0
            • A Offline
              anubis273 @tbbear
              last edited by

              @tbbear Hey, das war mir nicht ganz klar, dass ich zwingend zur pws1 auch eine loco1 benötige…
              Der loco1 Name ist aber nicht ein exklusiver Name wie der pws Name den ich irgendwo abgreifen muss, oder? Ich habe da einfach mal Bonn-Beuel reingeschrieben:

              {
              disabled: false,
              module: ‘MMM-NOAA’,
              position: ‘top_right’,
              config: {
              apiKey: “81944d2065866c80”,
              airKey: “YhBwYaaAyfqArCdHZ”,
              pws1: “INORDRHE796”,
              loco1: “Bonn-Beuel/De”,
              }
              },
              Geändert hat das aber leider nichts. Seitdem ich auf deinen GitHub Zweig gewechselt bin, mag das Modul nicht mehr starten. Auch eine neu Installation hat keine Abhilfe geschaffen. Das einzige was mir aufgefallen ist, ist das hier:
              0_1522433638438_Bildschirmfoto 2018-03-30 um 20.06.13.png
              Ob das aber kriegsentscheident ist, kann ich mir nicht vorstellen.
              Ich bin jedenfalls kurz davor, aufzugeben. Ich habe wirklich keine Ahnung weshalb das Wetter Modul nicht mehr startet. Alle anderen Modul funktionieren nach wie vor.

              Cheers,

              Bernd

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

                @anubis273 Tut mir echt leid. das ist meine config und die geht super:
                {
                module: “MMM-NOAA”,
                position: “top_right”,
                config:
                {
                apiKey: “xxxxxxx”,
                airKey: “xxxxx”,
                pws1: “IBAYERNE30”,
                pws2: “KNYELMIR13”,
                pws3: “IHERAKLI5”,
                loco1: “Erdweg/De”,
                loco2: “New York/Us”,
                loco3: “Kos/Gr”,
                ampm: false,
                }
                },

                Robert the Bear

                A 1 Reply Last reply Reply Quote 0
                • A Offline
                  anubis273 @tbbear
                  last edited by

                  @tbbear Hey, alles gut, bin jetzt wieder zurück auf den ursprünglichen also das erste Wetter Modul. Das läuft nun auch in deutsch obwohl ich nichts weiter verändert hab.
                  Somit hat sich die Problematik erst mal erledigt.

                  Ich danke dir aber dennoch und hoffe demnächst wenn es um NOAA3 geht, wieder von dir zu hören :-)

                  Cheers,

                  Bernd

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

                    Vielleicht gibt es hier eine Antwort, aber ich würde es nie erfahren, wenn ich nicht Deutsch spreche. :-)

                    Create a working config
                    How to add modules

                    A 1 Reply Last reply Reply Quote 0
                    • A Offline
                      anubis273 @Mykle1
                      last edited by

                      @Mykle1 Jup damit hast du vollkommen Recht. Von mir aus und gerne für alle ab jetzt:

                      We switch to english language again ;-)

                      Cheers

                      Mykle1M tbbearT 2 Replies Last reply Reply Quote 1
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @anubis273
                        last edited by

                        @anubis273

                        My point is this. Anyone that doesn’t speak German (me) can’t help if you are speaking German

                        Create a working config
                        How to add modules

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

                          @anubis273 I am sorry i forgot to mention that after u clone from my repository u have to rename the directory from NOAA2 to NOAA this will fix all ur problems

                          Robert the Bear

                          A Mykle1M 2 Replies Last reply Reply Quote 0
                          • A Offline
                            anubis273 @tbbear
                            last edited by

                            @tbbear hey, oh I forget to Tell you that I tried this of course :-) I renamed the folder to MMM-NOAA2. The result was the same, a black screen on top right.
                            But you‘re right, this is the solution in normal case but unfortunately not for me.

                            Cheers,

                            Bernd

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

                              @tbbear said in MMM-NOAA - Another Weather Module:

                              after u clone from my repository

                              You’re maintaining NOAA now?

                              Create a working config
                              How to add modules

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

                                No… any cloning or git pull should ONLY be done from MMM-NOAA master …

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

                                  @Mykle1 of course not, but i changed a few things and it looks like the people like it but its def. John s modules

                                  Robert the Bear

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

                                    That should be done via pull request to the main repository… ;)

                                    Well because what’s going to end up happening is there will be different versions and that will just confuse the issues.

                                    1 Reply Last reply Reply Quote 0
                                    • DesaydroneD Offline
                                      Desaydrone @tbbear
                                      last edited by

                                      @tbbear Thanks a lot , i can be patient :D

                                      1 Reply Last reply Reply Quote 0
                                      • G Offline
                                        gashion
                                        last edited by

                                        Hi,
                                        First of all, Thank you for this great module.

                                        After the latest MM update, this module stopped working correctly for him. Does someone know how i can fix this problem.

                                        Here is a picture :
                                        alt text

                                        Here is my config;

                                        {
                                            		disabled: false,
                                            		module: 'MMM-NOAA',
                                            		position: 'top_right',
                                            		config: {
                                        
                                        			apiKey: "83c61585aabeb89c",    // https://www.wunderground.com/weather/api  select the 			middle plan... 
                                        			useAir: true,             // set to false if you do not want to use Air Quality Index
                                        			airKey: "x7hcisbyAjENpBy4f",    // IF you want Air Quality Index
                                        			pws: "IKIVIKKO4",         // go here to find your pws: https://www.wunderground.com/wundermap
                                        			showClock: true,           // Hides or shows clock
                                        			dformat: false,             // for M/D/YYYY format, false for D/M/YYYY
                                        			format: "24",              // 12 or 24 hour format.. will default to 12 hour if none selected.
                                        			ampm: true,                // to show AM and PM on Sunrise/Sunset time
                                        			showGreet: false,          // deafult is false - to show greeting under clock and above date
                                        			name: "Moe",                  // Your name
                                        			showWind: false,
                                        			showDate: false,
                                        			showForecast: true,         //show bottom 3 day forecast
                                        			flash: true,                 //Today in forecast flashes halo
                                        			showUV: true,               //show UV index
                                               		showBar: true,             // show Barometer
                                                	showHum: true,              //show Humidity level
                                        			position: 'top_right',       //whatever you have in above position must also be here
                                                	alert: true,                //show weather alerts default is true
                                        			days: "3"                   //default in config is 3 can be either "3" or "10" for forecast
                                        			}
                                        		},
                                        
                                        tbbearT 1 Reply Last reply Reply Quote 0
                                        • tbbearT Offline
                                          tbbear Module Developer @gashion
                                          last edited by

                                          @gashion Hi, looks like u are using the v2 so u need to change ur config. U need only a few lines now:
                                          apiKey
                                          airKey
                                          and rename pws to pws1
                                          Please remove the rest

                                          Robert the Bear

                                          S 1 Reply Last reply Reply Quote 0
                                          • G Offline
                                            gashion
                                            last edited by

                                            @tbbear
                                            Hi, thanks for ur reply.

                                            I tried what u said and still the same. Nothing changed.

                                            New config settings:

                                            {
                                                		disabled: false,
                                                		module: 'MMM-NOAA',
                                                		position: 'top_right',
                                                		config: {
                                            
                                            				apiKey: "83c61585aabeb89c",    // https://www.wunderground.com/weather/api  select the middle plan... 	 
                                            				airKey: "x7hcisbyAjENpBy4f",    // IF you want Air Quality Index
                                            				pws: "IKIVIKKO4",         // go here to find your pws: https://www.wunderground.com/wundermap		 
                                            			}
                                            		},
                                            
                                            tbbearT 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