• 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.
  • P Offline
    Pielo @Pielo
    last edited by Jun 30, 2020, 11:25 AM

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

    Hello, can anyone say me, why don’t show the weatherforecast?

    Hallo, kann mir vielleicht jemand sagen, warum ich beim MMM-NOAA V3.0 Modul die Wettervorhersage nicht angezeigt bekomme? Kann es sein, das man die per Maus oder Touch erst öffnen muss? Kann man das irgendwo einstellen?

    My config:

    {
    			module: 'MMM-NOAA3',
    			position: 'top_right',
       			config: {
           				provider: "openweather", // From list above
           				apiKey: "0a1....92791........6debc26....7d",        // From one of the providers listed above
    				airKey: "",    
           				css: "NOAA3",                   // THIS MUST CONTAIN A CSS STYLE NAME 
       				userlat: "50.65", //MUST HAVE BOTH
           				userlon: "11.4333"  //MUST HAVE BOTH
    			}
        		},
    

    lg Pielo

    @Mykle1
    Thanks for answare, look at this post please. Thank you very much.

    P 1 Reply Last reply Jun 30, 2020, 1:16 PM Reply Quote 0
    • P Offline
      Pielo @Pielo
      last edited by Jun 30, 2020, 1:16 PM

      @Mykle1

      Thanks for answare. I have delete the modul, new installed and change the API Provider to from “openweather” to “weatherbit”. Its work fine, now. Thank you for helping.

      M 1 Reply Last reply Jun 30, 2020, 3:00 PM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @Pielo
        last edited by Jun 30, 2020, 3:00 PM

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

        Thanks for answare. I have delete the modul, new installed and change the API Provider to from “openweather” to “weatherbit”. Its work fine, now. Thank you for helping.

        No worries mate. Glad you got it working. I tested it just now with openweather and had the same issue as you. I’ll tell the author about it.

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • L Offline
          Lagmin
          last edited by Jul 19, 2020, 3:39 PM

          Hello,

          I am interested in making Polish version.

          Arek

          M 1 Reply Last reply Jul 20, 2020, 1:59 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @Lagmin
            last edited by Jul 20, 2020, 1:59 AM

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

            I am interested in making Polish version.

            Or, you could submit a translation file to the repo. This is the Spanish translation file. Replace the Spanish and you’re done.

            {
            "Rise":"Subir",
            "Set":"Abajo", 
            "4 Day Forecast":"Pronóstico de 4 días",
            "Monday": "lunes",
            "Tuesday": "martes",
            "Wednesday": "miércoles",
            "Thursday": "jueves",
            "Friday": "viernes",
            "Saturday": "sábado",
            "Sunday": "domingo",
            "Hours of Light":"Ligero",
            "Last Updated": "Actualizado",
            "Today":"Hoy",
            "Mon":"Lun",
            "Tue":"Mar",
            "Wed":"Mie",
            "Thu":"Jue",
            "Fri":"Vie",
            "Sat":"Sab",
            "Sun":"Lun",
            "No Wind":"calma",
            "Humidity": "Húmedo",
            "Visibility":"Visible",
            "Pressure":"Presión",
            "Excellent":"Excelente",
            "Good":"Bueno",
            "Lightly Polluted":"Ligeramente Contaminado",
            "Moderately Polluted":"Moderadamente contaminado",
            "Heavily Polluted":"Altamente contaminado",
            "Forecast":"Pronóstico"
            } 
            

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • L Offline
              Lagmin
              last edited by Jul 20, 2020, 4:47 PM

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

              {
              “Rise”:“Subir”,
              “Set”:“Abajo”,
              “4 Day Forecast”:“Pronóstico de 4 días”,
              “Monday”: “lunes”,
              “Tuesday”: “martes”,
              “Wednesday”: “miércoles”,
              “Thursday”: “jueves”,
              “Friday”: “viernes”,
              “Saturday”: “sábado”,
              “Sunday”: “domingo”,
              “Hours of Light”:“Ligero”,
              “Last Updated”: “Actualizado”,
              “Today”:“Hoy”,
              “Mon”:“Lun”,
              “Tue”:“Mar”,
              “Wed”:“Mie”,
              “Thu”:“Jue”,
              “Fri”:“Vie”,
              “Sat”:“Sab”,
              “Sun”:“Lun”,
              “No Wind”:“calma”,
              “Humidity”: “Húmedo”,
              “Visibility”:“Visible”,
              “Pressure”:“Presión”,
              “Excellent”:“Excelente”,
              “Good”:“Bueno”,
              “Lightly Polluted”:“Ligeramente Contaminado”,
              “Moderately Polluted”:“Moderadamente contaminado”,
              “Heavily Polluted”:“Altamente contaminado”,
              “Forecast”:“Pronóstico”
              }

              Here you go, please update it and by the way, could you please tell me how to implement this language to my MagicMirror module?

              {
              “Rise”:“Wschód”,
              “Set”:“Zachód”,
              “4 Day Forecast”:“Prognoza na 4 dni”,
              “Monday”: “Poniedziałek”,
              “Tuesday”: “Wtorek”,
              “Wednesday”: “Środa”,
              “Thursday”: “Czwartek”,
              “Friday”: “Piątek”,
              “Saturday”: “Sobota”,
              “Sunday”: “Niedziela”,
              “Hours of Light”:“Godzin światła”,
              “Last Updated”: “Ostatnio aktualizowane”,
              “Today”:“Dzisiaj”,
              “Mon”:“Pn”,
              “Tue”:“Wt”,
              “Wed”:“Śr”,
              “Thu”:“Czw”,
              “Fri”:“Pt”,
              “Sat”:“Sb”,
              “Sun”:“Nd”,
              “No Wind”:“Bezwietrznie”,
              “Humidity”: “Wilgotność”,
              “Visibility”:“Widoczność”,
              “Pressure”:“Ciśnienie”,
              “Excellent”:“Doskonała”,
              “Good”:“Dobra”,
              “Lightly Polluted”:“Lekko zanieczyszczone”,
              “Moderately Polluted”:“Średnio zanieczyszczone”,
              “Heavily Polluted”:“Bardzo zanieczyszczone”,
              “Forecast”:“Prognoza”
              }

              S M 2 Replies Last reply Jul 20, 2020, 4:57 PM Reply Quote 0
              • S Away
                sdetweil @Lagmin
                last edited by Jul 20, 2020, 4:57 PM

                @Lagmin edit config.js and set language: to the value u need. note that this is all of mm, some other things will need to be translated.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • L Offline
                  Lagmin
                  last edited by Jul 20, 2020, 6:56 PM

                  Thank you, it worked for my other modules.

                  For this module I have problem, it is showing only Rise, Daylight and Set. All other are ‘undefined’. Someone knows the solution?

                  Here is my config:

                  {
                  
                     module: 'MMM-NOAA3',
                  position: 'top_left',
                     config: {
                         provider: "openweather", // From list above
                         apiKey: "key",        // From one of the providers listed above
                         airKey: "key",    
                         css: "NOAA4",                   // THIS MUST CONTAIN A CSS STYLE NAME 
                     userlat: "52.429248", //MUST HAVE BOTH
                         userlon: "20.962540"  //MUST HAVE BOTH
                  }
                      },
                  
                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @Lagmin
                    last edited by Jul 21, 2020, 1:36 AM

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

                    Here you go, please update it and by the way, could you please tell me how to implement this language to my MagicMirror module?

                    I forwarded to the author. He will add it to the module, at which time, you will have to run git pull in the MMM-NOAA3 directory. Your config language should be language: "pl",

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • cowboysdudeC Offline
                      cowboysdude Module Developer
                      last edited by Jul 21, 2020, 1:41 AM

                      pl file added for Polish translation. Thank you for taking the time to make it. As Mykle1 says do a ‘git pull’ in the MMM-NOAA3 directory.

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 65
                      • 66
                      • 67
                      • 68
                      • 69
                      • 67 / 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