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.
    • A Offline
      Anthony Project Sponsor @costascontis
      last edited by

      @costascontis Hello. I saw that you live in
      greece like me. Can you help me out with this module because I have a couple of problems. First the icons are not always visible. second the day forecast never show up. And third it always shows wrong temperature. I have correctly put my api key from open weather. Any ideas?

      1 Reply Last reply Reply Quote 0
      • C Offline
        costascontis
        last edited by

        openweather is your problems ,ditch that api and create a free new one at darksky provider.Dont forget to Put your Lat and Long at config.

        1 Reply Last reply Reply Quote 1
        • A Offline
          Anthony Project Sponsor @Mykle1
          last edited by

          @mykle1 If I do the same for Greek translation will someone fix it for the module?

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

            Yeah I’m sure ‘someone’ will fix it LOL

            IF this is correct:

            {
            “Rise”:“Восход”,
            “Set”:“Закат”,
            “4 Day Forecast”:“Прогноз на 4 дня”,
            “Monday”: “Понедельник”,
            “Tuesday”: “Вторник”,
            “Wednesday”: “Среда”,
            “Thursday”: “Четверг”,
            “Friday”: “Пятница”,
            “Saturday”: “Суббота”,
            “Sunday”: “Воскресенье”,
            “Hours of Light”:“Длительность дня”,
            “Last Updated”: “Последнее обновление”,
            “Today”:“Сегодня”,
            “Night”:“Ночь”,
            “Mon”:“Пн”,
            “Tue”:“Вт”,
            “Wed”:“Ср”,
            “Thu”:“Чт”,
            “Fri”:“Пт”,
            “Sat”:“Сб”,
            “Sun”:“Вс”,
            “No Wind”: “Штиль”,
            “Humidity”: “Влажность”,
            “Visibility”:“Видимость”,
            “Pressure”:“Давление”,
            “Excellent”:“Отлично”,
            “Good”:“Хорошо”,
            “Lightly Polluted”:“Легкие загрязнения”,
            “Moderately Polluted”:“Умеренные загрязнения”,
            “Heavily Polluted”:“Сильные загрязнения”,
            “Forecast”:“Прогноз”
            }

            I just added it to NOAA3… let me know if anything is wrong.

            A 1 Reply Last reply Reply Quote 1
            • A Offline
              Anthony Project Sponsor
              last edited by Anthony

              Here is the Greek translation. I also tried to make a pull request on github but I am not sure If I did it right since this is my first pull request. I hope someone will fix it :winking_face: :winking_face: :winking_face:
              Thank you very much.

              {
              “Rise”:"Ανατολή",
              “Set”:"Δύση",
              “4 Day Forecast”:"Πρόβλεψη 4 Ημερών",
              “Monday”:"Δευτέρα"
              “Tuesday”:"Τρίτη",
              “Wednesday”:"Τετάρτη",
              “Thursday”:"Πέμπτη",
              “Friday”:"Παρασκευή", 
              “Saturday”:"Σάββατο",
              “Sunday”:"Κυριακή",
              “Hours of Light”:"Διάρκεια Ημέρας",
              “Last Updated”:"Τελευταία Ενημέρωση",
              “Today”:"Σήμερα"
              “Night”:"Νύχτα",
              “Mon":"Δευ",
              “Tue”:"Τρι"
              “Wed”:"Τετ",
              “Thu”:"Πεμ",
              “Fri”:"Παρ",
              “Sat”:"Σαβ",
              “Sun”:"Κυρ",
              “No Wind”:"'Οχι Άνεμος",
              “Humidity”:"Υγρασία",
              “Visibility”:"Ορατότητα",
              “Pressure”:"Πίεση"
              “Excellent”:"Έξοχος",
              “Good”:"Καλός",
              “Lightly Polluted”:"Ελαφριά Ρύπανση",
              “Moderately Polluted”:"Μέτρια Ρύπανση",
              “Heavily Polluted":"Βαριά Ρύπανση",
              “Forecast”:"Πρόβλεψη"
              }
              
              1 Reply Last reply Reply Quote 0
              • A Offline
                Anthony Project Sponsor @cowboysdude
                last edited by

                @cowboysdude I just noticed that you have made a small mistake in NOAA’s translations folder in github. You have named the Russian translation as Greek. Check it out when you have the time.

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

                  @anthony I added a gr.json file which should be the greek one :) Not sure how I could mix them up there is no ru.json so not sure how they got mixed up LOL

                  A 2 Replies Last reply Reply Quote 0
                  • A Offline
                    Anthony Project Sponsor @cowboysdude
                    last edited by Anthony

                    @cowboysdude I saw that you replaced the content of gr.json. So now you have to make a ru.json for the russian translation since you have it already. Thank you for merging the translation. Can’t wait to go home to test how it looks. Although the last 4 days the 4 day forecast is not showing any pictures. Do you have any idea what might be the problem? I have uninstall/reinstall the module, restart the MM and the pi several times but nothing.

                    cowboysdudeC 1 Reply Last reply Reply Quote 0
                    • A Offline
                      Anthony Project Sponsor @cowboysdude
                      last edited by

                      @cowboysdude I made the update and nothing changed in the module’s language. Still in English. I changed the language in my config.js from “en” to “gr” but then only black screen when I restart MM. Am I doing something wrong or something in the translation is wrong?

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

                        @anthony run your mirror in dev mode - npm start dev and if there’s an error you’ll see it and it’ll name the module. Let me know what it says :) We’ll get it working!

                        A 1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 57
                        • 58
                        • 59
                        • 60
                        • 61
                        • 68
                        • 69
                        • 59 / 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