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.7m 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @cowboysdude
      last edited by

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

      Well if you have the winning lottery numbers that would be a big help LOL

      I do have a Lottery module that might help you with that! ;^)

      Create a working config
      How to add modules

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

        @Mykle1 Yeah I remember that… LOL

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

          I apologize for this… I’m tired and memory is failing but… in the new version we only need a very minimal translation file… the weather will adjust automatically to the language you have selected in your config.js file ;) Here’s an example:

          0_1506728415655_example.png

          So there’s no need in adding to the translation files :) AND for this:

          	curCon.classList.add("xsmall", "bright");
          	curCon.innerHTML = this.translate("Currently: ") + current.weather;
          	wrapper.appendChild(curCon);
          

          Is correct because the variable current.weather will show in the chosen language all by itself :)

          Hang in there I"m trying to finalize what I’m working on now.

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

            Thanks for the new translations, now only a few topics do not fit for german users.

            1. we would not say “Anzahl der Tageslicht” we say “Stunden mit Tageslicht”
            2. Not “11 Std. 48 Protokoll” we say “11 Std. 48 min”
            3. we dont measure airpressure in “psi” like 29.99 here i also think this is same in a lot of countries our value is “hPa” which means “HectoPascal”
            4. in your last post u said that my change is not necessary any more but when i remove it i still get only english actual weather so i keep it

            U did and do a great Job and i hope u are not angry about my comments, but i only try to help.
            So one last topic:
            i saw an issue at github that people have problems installing the module and i think i know why.
            If u look at your readme file it lookes like that the apiKey and the airKey are the same keys and thats wrong they are differen keys from different websites. U grab the useAir from “http://api.airvisual.com” so a user has to sign in there and get the airKey from this side but their is no hint in your readme about this.
            Hope i could help.

            Robert the Bear

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

              @tbbear NO I appreciate the feedback…I’m using Google translate and I’m sure they are wrong at times :)

              I’ll get that corrected! :)

              1. we would not say “Anzahl der Tageslicht” we say “Stunden mit Tageslicht” ~ FIXED
              2. Not “11 Std. 48 Protokoll” we say “11 Std. 48 min” ~ FIXED
                we dont measure airpressure in “psi” like 29.99 here i also think this is same in a lot of countries our value is “hPa” which means “HectoPascal” ~ Best I can do is to use mb
                in your last post u said that my change is not necessary any more but when i remove it i still get only english actual weather so i keep it ~ Not sure what you mean here…

              Updated Readme ;)

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

                @cowboysdude
                So there’s no need in adding to the translation files :) AND for this:

                curCon.classList.add("xsmall", "bright");
                curCon.innerHTML = this.translate("Currently: ") + current.weather;
                wrapper.appendChild(curCon);
                

                Is correct because the variable current.weather will show in the chosen language all by itself :)

                this i ment

                Robert the Bear

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

                  @tbbear Not sure this looks right to me…

                  I change this line in my config.js file and get what you’re seeing below
                  " language: ‘en’," to “language: ‘de’,”

                  0_1506884834271_german.png

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

                    this looks good see what i get:
                    ![alt text](0_1506885050188_a72f6954-fecb-4f7c-876f-a92c1817c86a-grafik.png image url)

                    Robert the Bear

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

                      oooo by the way i just see ur change in airpressure wow this is great

                      Robert the Bear

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

                        @tbbear That I don’t understand… so what I would do … delete the MMM-NOAA directory and do another install like it was new… something is getting crossed up there… you’re missing files. The image I posted is the one that is new on github …

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 8
                        • 9
                        • 10
                        • 11
                        • 12
                        • 68
                        • 69
                        • 10 / 69
                        • 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