• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.4m 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.
  • M Offline
    Mykle1 Project Sponsor Module Developer @cowboysdude
    last edited by Sep 28, 2017, 9:22 PM

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

    if you’re running a newer version so I just learned [Thanks @Mykle1]

    Няма проблем моят приятел :^)

    Create a working config
    How to add modules

    1 Reply Last reply Reply Quote 1
    • T Offline
      tbbear Module Developer
      last edited by Sep 29, 2017, 9:13 PM

      Hello,
      i love ur weather modul but i am from Germany so a few settings do not fit for my country.
      i already made a few changes to fix them so maybe i can help u in ur german version. Also u should
      update ur readme cause it took me a long time to find out where to get the key for the air values.
      I made a new translation for ur module according to the french one and i also changed a few lines in ur xx.js.
      Please let me know if its ok and u maybe like assistance for ur german version.

      {
      "GATHERING WEATHER STUFF": "Empfange Wetterdaten...",
      "Currently: ": "Aktuell: ",
      "Current Temp: ": "Momentane Temperatur: ",
      "UV Index: ": "UV-Index: ",
      "Wind: ": "Wind: ",
      "From: ": "von: ",
      "Barometer: ": "Barometer: ",
      "Monday": "Montag",
      "Tuesday": "Dienstag",
      "Wednesday": "Mittwoch",
      "Thursday": "Donnerstag",
      "Friday": "Freitag",
      "Saturday": "Samstag",
      "Sunday": "Sonntag",
      "Overcast": "Bedeckt",
      "Cloudy": "Wolkig",
      "Rain": "Regen",
      "Clear": "Klar",
      "Partly Cloudy": "Teilweise bewölkt",
      "Snow showers": "Schneeschauer",
      "High:  ": "Hoch: ",
      "Low:  ": "Niedrig: ",
      "Humidity: ": "Feuchtigkeit: ",
      "Safe": "Sicher",
      "Moderate": "Moderat",
      "Very High": "Sehr hoch",
      "Extreme": "Extrem",
      "Sunset": "Sonnenuntergang",
      "Sunrise": "Sonnenaufgang",
      " hours ": " Std. ",
      " minutes ": " Min. ",
      "Amount of Daylight": "Stunden mit Tageslicht",
      "Good Morning ":"Guten Morgen ",
      "Good Afternoon ": "Guten Nachmittag ",
      "Good Evening ": "Guten Abend ",
      "Air Quality Index: ":"Luftqualitätsindex: "
      }
      this was my new translation
      and this i changed in your ...js
      
      	var curCon = document.createElement("div");
      	curCon.classList.add("xsmall", "bright");
      	curCon.innerHTML = this.translate("Currently: ") + this.translate(current.weather);
      	wrapper.appendChild(curCon);
      

      Robert the Bear

      C 1 Reply Last reply Sep 29, 2017, 10:18 PM Reply Quote 0
      • C Offline
        cowboysdude Module Developer @tbbear
        last edited by Sep 29, 2017, 10:18 PM

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

        {
        “GATHERING WEATHER STUFF”: “Empfange Wetterdaten…”,
        "Currently: ": "Aktuell: ",
        "Current Temp: ": "Momentane Temperatur: ",
        "UV Index: ": "UV-Index: ",
        "Wind: ": "Wind: ",
        "From: ": "von: ",
        "Barometer: ": "Barometer: ",
        “Monday”: “Montag”,
        “Tuesday”: “Dienstag”,
        “Wednesday”: “Mittwoch”,
        “Thursday”: “Donnerstag”,
        “Friday”: “Freitag”,
        “Saturday”: “Samstag”,
        “Sunday”: “Sonntag”,
        “Overcast”: “Bedeckt”,
        “Cloudy”: “Wolkig”,
        “Rain”: “Regen”,
        “Clear”: “Klar”,
        “Partly Cloudy”: “Teilweise bewölkt”,
        “Snow showers”: “Schneeschauer”,
        "High: ": "Hoch: ",
        "Low: ": "Niedrig: ",
        "Humidity: ": "Feuchtigkeit: ",
        “Safe”: “Sicher”,
        “Moderate”: “Moderat”,
        “Very High”: “Sehr hoch”,
        “Extreme”: “Extrem”,
        “Sunset”: “Sonnenuntergang”,
        “Sunrise”: “Sonnenaufgang”,
        " hours ": " Std. ",
        " minutes ": " Min. ",
        “Amount of Daylight”: “Stunden mit Tageslicht”,
        "Good Morning ":"Guten Morgen ",
        "Good Afternoon ": "Guten Nachmittag ",
        "Good Evening ": "Guten Abend ",
        "Air Quality Index: ":"Luftqualitätsindex: "
        }

        So this is German? :)

        N 1 Reply Last reply Sep 29, 2017, 10:18 PM Reply Quote 2
        • N Offline
          Nystro0m @cowboysdude
          last edited by Sep 29, 2017, 10:18 PM

          @cowboysdude Haha yes! That is for sure German :)

          C 1 Reply Last reply Sep 29, 2017, 10:19 PM Reply Quote 2
          • C Offline
            cowboysdude Module Developer @Nystro0m
            last edited by Sep 29, 2017, 10:19 PM

            @Nystro0m LOL right now I barely know what direction I’m going… I am SO busy with work… I will make the changes… LOL

            Would be SUPER easier if it were done on github with a pull request ;)

            1 Reply Last reply Reply Quote 1
            • N Offline
              Nystro0m
              last edited by Sep 29, 2017, 10:22 PM

              @cowboysdude Im reinstalling my Mirror to .2.10 through ssh. So alot of waiting. Got a fresh cup of tea. Im on IT!

              M C 2 Replies Last reply Sep 29, 2017, 10:23 PM Reply Quote 2
              • M Offline
                Mykle1 Project Sponsor Module Developer @Nystro0m
                last edited by Sep 29, 2017, 10:23 PM

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

                Im reinstalling my Mirror to .2.10 through ssh. So alot of waiting. Got a fresh cup of tea

                Don’t forget Electron 1.4.15.

                Tea just won’t get it done for me after today! :^)

                Create a working config
                How to add modules

                N 1 Reply Last reply Sep 29, 2017, 10:25 PM Reply Quote 0
                • N Offline
                  Nystro0m @Mykle1
                  last edited by Sep 29, 2017, 10:25 PM

                  @Mykle1 And all the modules etc.
                  I started of migrating all of my modules and main css-changes to a custom CSS.
                  And now this gah, i will grab a beer after this tea. That will do it!

                  M 1 Reply Last reply Sep 29, 2017, 10:42 PM Reply Quote 1
                  • C Offline
                    cowboysdude Module Developer @Nystro0m
                    last edited by Sep 29, 2017, 10:25 PM

                    @Nystro0m You have NO idea how much I appreciate that! THANK YOU and Tea is the nectar of the gods :)

                    N 1 Reply Last reply Sep 29, 2017, 10:36 PM Reply Quote 1
                    • N Offline
                      Nystro0m @cowboysdude
                      last edited by Sep 29, 2017, 10:36 PM

                      @cowboysdude No worries!
                      Im not sure about this one that @tbbear. So i leave that to you.

                      var curCon = document.createElement("div");
                      	curCon.classList.add("xsmall", "bright");
                      	curCon.innerHTML = this.translate("Currently: ") + this.translate(current.weather);
                      	wrapper.appendChild(curCon);
                      
                      C 1 Reply Last reply Sep 29, 2017, 10:38 PM Reply Quote 0
                      • 1
                      • 2
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 68
                      • 69
                      • 8 / 69
                      8 / 69
                      • First post
                        77/690
                        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