• 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.3m 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.
  • Y Offline
    yawns Moderator
    last edited by Jul 31, 2017, 11:02 AM

    de.json

    {
      "GATHERING_WEATHER_STUFF": "Empfange Wetterdaten...",
      "CURRENTLY": "Aktuell",
      "CURRENT_TEMP": "Temperatur",
      "UV_INDEX": "UV Index",
      "WIND": "Wind",
      "FROM": "Von",
      "BAROMETER": "Barometer",
      "FORECAST": "Prognose",
      "MONDAY": "Montag",
      "TUESDAY": "Dienstag",
      "WEDNESDAY": "Mittwoch",
      "THURSDAY": "Donnerstag",
      "FRIDAY": "Freitag",
      "SATURDAY": "Samstag",
      "SUNDAY": "Sonntag",
      "OVERCAST": "Bedeckt",
      "CLOUDY": "Bewölkt",
      "RAIN": "Regen",
      "CLEAR": "Heiter",
      "PARTLY_CLOUDY": "Leicht bewölkt",
      "HIGH": "Maximum",
      "LOW": "Minimum",
      "HUMIDITY": "Luftfeuchtigkeit",
      "SAFE": "Sicher",
      "MODERATE": "Moderat",
      "SNOW_SHOWERS": "Schneeregen",
      "VERY_HIGH": "Sehr hoch",
      "EXTREME": "Extrem",
      "SUNSET": "Sonnenuntergang",
      "SUNRISE": "Sonnenaufgang"
    }
    
    N 1 Reply Last reply Aug 1, 2017, 1:37 PM Reply Quote 3
    • C Offline
      cowboysdude Module Developer
      last edited by cowboysdude Jul 31, 2017, 11:53 AM Jul 31, 2017, 11:51 AM

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

      “Aktuell”,

      Thank you @yawns !!!

      Thanks to @barnosch and @Michii_M !!!

      0_1501502009554_de.png

      1 Reply Last reply Reply Quote 1
      • C Offline
        cowboysdude Module Developer @nobita
        last edited by cowboysdude Jul 31, 2017, 11:57 AM Jul 31, 2017, 11:51 AM

        @nobita just need to create a translation file in json format. I can help you with that if you wish :)

        1 Reply Last reply Reply Quote 0
        • N Offline
          nobita @yawns
          last edited by Aug 1, 2017, 1:37 PM

          @yawns Thanks so much

          1 Reply Last reply Reply Quote 1
          • C Offline
            cowboysdude Module Developer
            last edited by Aug 2, 2017, 11:18 AM

            UPDATE

            Added 2 new config options:

            1. Show or hide the clock at the top
            2. To show date format in D/M/YYYY or M/D/YYYY

            See the README on Github

            Download:

            [card:cowboysdude/MMM-NOAA]

            D 1 Reply Last reply May 21, 2020, 5:43 PM Reply Quote 1
            • F Offline
              Fonfon
              last edited by Aug 3, 2017, 2:40 PM

              Hi what a very great module ! i’m interesting in making a french translation…

              C 1 Reply Last reply Aug 3, 2017, 10:27 PM Reply Quote 1
              • C Offline
                cowboysdude Module Developer @Fonfon
                last edited by cowboysdude Aug 3, 2017, 11:56 PM Aug 3, 2017, 10:27 PM

                @Fonfon THANK YOU!

                Here is the file if you could Please and Thank you.

                  "GATHERING WEATHER STUFF": "Samlar väderinformation...",
                  "Currently: ": "Just nu: ",
                  "Current Temp: ": "Temperatur: ",
                  "UV Index ": "UV Index ",
                  "Wind: ": "Vind: ",
                  "From: ": "Från: ",
                  "Barometer: ": "Barometer ",
                  "~~~ Forecast ~~~<br/>": "~~~ Prognos ~~~<br/>",
                  "Monday": "Måndag",
                  "Tuesday": "Tisdag",
                  "Wednesday": "Onsdag",
                  "Thursday": "Torsdag",
                  "Friday": "Fredag",
                  "Saturday": "Lördag",
                  "Sunday": "Söndag",
                  "Overcast": "Mulet",
                  "Cloudy": "Molnigt",
                  "Rain": "Regn",
                  "Clear": "Klart",
                  "Partly Cloudy": "Delvis molnigt",
                  "High: ": "Högst: ",
                  "Low: ": "Lägst: ",
                  "Humidity: ": "Luftfuktighet: ",
                  "Safe": "Säkert",
                  "Moderate": "Medel",
                  "Snow showers": "Snöbyar",
                  "Very High": "Mycket Högt",
                  "Extreme": "Extremt",
                  "Sunset": "Solnedgång",
                  "Sunrise": "Soluppgång",
                  "hours": "hours",
                  "minutes": "minutes",
                  "Amount of Daylight": "Amount of Daylight"
                F 1 Reply Last reply Aug 6, 2017, 2:01 PM Reply Quote 0
                • C Offline
                  cowboysdude Module Developer
                  last edited by cowboysdude Aug 8, 2017, 11:33 PM Aug 4, 2017, 9:55 AM

                  Description:

                  Update:
                  -Added Spanish translation
                  -Added ability to not show clock using config option - See README
                  - Added when humidity goes above 70% it shows in red
                  -Added Amount of Daylight that day [example 14 hours 12 minutes]

                  Currently available in English, Swedish, German and NOW Spanish flavors … [Please PM me if you’d be interested in making any other translation files for this ].

                  Please follow Readme on Github!

                  Screenshots:

                  English
                  0_1501840508137_2.png

                  Version 1.0.1

                  Download:

                  [card:cowboysdude/MMM-NOAA]

                  1 Reply Last reply Reply Quote 2
                  • C Offline
                    cowboysdude Module Developer
                    last edited by Aug 6, 2017, 1:48 AM

                    I have noticed that some weather conditions still are in English… there was no way I could get them all for translation.

                    If you get one that is NOT in your the translation file please note it so it can be added!!

                    Huge Thanks!

                    1 Reply Last reply Reply Quote 0
                    • F Offline
                      Fonfon @cowboysdude
                      last edited by Fonfon Aug 6, 2017, 2:02 PM Aug 6, 2017, 2:01 PM

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

                      “GATHERING WEATHER STUFF”: “Samlar väderinformation…”,
                      "Currently: ": "Just nu: ",
                      "Current Temp: ": "Temperatur: ",
                      "UV Index ": "UV Index ",
                      "Wind: ": "Vind: ",
                      "From: ": "Från: ",
                      "Barometer: ": "Barometer ",
                      “~~~ Forecast ~
                      ": "
                      ~ Prognos ~~~
                      ”,
                      “Monday”: “Måndag”,
                      “Tuesday”: “Tisdag”,
                      “Wednesday”: “Onsdag”,
                      “Thursday”: “Torsdag”,
                      “Friday”: “Fredag”,
                      “Saturday”: “Lördag”,
                      “Sunday”: “Söndag”,
                      “Overcast”: “Mulet”,
                      “Cloudy”: “Molnigt”,
                      “Rain”: “Regn”,
                      “Clear”: “Klart”,
                      “Partly Cloudy”: “Delvis molnigt”,
                      "High: ": "Högst: ",
                      "Low: ": "Lägst: ",
                      "Humidity: ": "Luftfuktighet: ",
                      “Safe”: “Säkert”,
                      “Moderate”: “Medel”,
                      “Snow showers”: “Snöbyar”,
                      “Very High”: “Mycket Högt”,
                      “Extreme”: “Extremt”,
                      “Sunset”: “Solnedgång”,
                      “Sunrise”: “Soluppgång”,
                      “hours”: “hours”,
                      “minutes”: “minutes”,
                      “Amount of Daylight”: “Amount of Daylight”

                      Hi, here the french translation:

                      "GATHERING WEATHER STUFF": "Info météo",
                        "Currently: ": "Actuellement: ",
                        "Current Temp: ": "Température: ",
                        "UV Index ": "Index UV  ",
                        "Wind: ": "Vent: ",
                        "From: ": "de: ",
                        "Barometer: ": "Baromètre ",
                        "~~~ Forecast ~~~<br />": "~~~ Prévision ~~~<br />",
                        "Monday": "Lundi",
                        "Tuesday": "Mardi",
                        "Wednesday": "Mercredi",
                        "Thursday": "jeudi",
                        "Friday": "Vendredi",
                        "Saturday": "Samedi",
                        "Sunday": "Dimanche",
                        "Overcast": "Couvert",
                        "Cloudy": "Nuageux",
                        "Rain": "Pluvieux",
                        "Clear": "Clair",
                        "Partly Cloudy": "Partiellement nuageux",
                        "High: ": "Haute: ",
                        "Low: ": "Basse: ",
                        "Humidity: ": "Humidité: ",
                        "Safe": "Sûr",
                        "Moderate": "Modéré",
                        "Snow showers": "Averses de neige",
                        "Very High": "Tres élevée",
                        "Extreme": "Extrême",
                        "Sunset": "Coucher de soleil",
                        "Sunrise": "Levée de soleil",
                        "hours": "Heures",
                        "minutes": "Minutes",
                        "Amount of Daylight": "Lumière du jour"
                      

                      when you are ok tell me. for control.;)

                      C 1 Reply Last reply Aug 7, 2017, 12:54 AM Reply Quote 2
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 68
                      • 69
                      • 1 / 69
                      1 / 69
                      • First post
                        10/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