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.9m 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.
    • K Offline
      kris_huang
      last edited by

      Chinese :)

      {
      “GATHERING_WEATHER_STUFF”: “天气预报”,
      “CURRENTLY”: “当前”,
      “CURRENT_TEMP”: “当前温度”,
      “UV_INDEX”: “紫外线指数”,
      “WIND”: “风向”,
      “FROM”: “从”,
      “BAROMETER”: “气压”,
      “FORECAST”: “预测”,
      “MONDAY”: “星期一”,
      “TUESDAY”: “星期二”,
      “WEDNESDAY”: “星期三”,
      “THURSDAY”: “星期四”,
      “FRIDAY”: “星期五”,
      “SATURDAY”: “星期六”,
      “SUNDAY”: “星期天”,
      “OVERCAST”: “阴天”,
      “CLOUDY”: “多云”,
      “RAIN”: “雨”,
      “CLEAR”: “晴”,
      “PARTLY_CLOUDY”: “部分多云”,
      “HIGH”: “高”,
      “LOW”: “低”,
      “HUMIDITY”: “湿度”,
      “SAFE”: “安全”,
      “MODERATE”: “中等”,
      “SNOW_SHOWERS”: “阵雨”,
      “VERY_HIGH”: “非常高”,
      “EXTREME”: “极高”,
      “SUNSET”: “日落”,
      “SUNRISE”: “日出”,
      “hours”: “小时”,
      “minutes”: “分钟”,
      “Amount of Daylight”: “白昼”
      }

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

        Huge Thanks to @kris_huang for providing me with the Chinese translations!

        It’s now up on Github!

        Thank you again!!

        1 Reply Last reply Reply Quote 1
        • B Offline
          barnosch
          last edited by

          can you explain what else you have changed?
          Since today the module is stuck at “Gathering weather data”.
          The mirror tells me, that there is a update, and i should upgrade.
          Since i made massive manual changes in the module on many different places to fit my needs, i don’t really want to do it all over again.
          So it would be helpful to know, what lines changed so the great module works again.
          I am not really into the git thing, so i don’t know how i can compare the changes (if possible)

          strawberry 3.141S 1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @barnosch
            last edited by

            @barnosch you can see a list of all changes here https://github.com/cowboysdude/MMM-NOAA/commits/master
            every item in the list will show you what has changed. green is added, red is removed

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 1
            • K Offline
              kris_huang
              last edited by

              I find The black screen was caused by Chinese parentheses

              0_1504979424078_TIM截图20170910014946.png

              {
                "GATHERING WEATHER STUFF": "天气预报",
                "Currently: ": "当前:",
                "Current Temp: ": "当前温度: ",
                "UV Index: ": "紫外线指数: ",
                "Wind: ": "风向: ",
                "From: ": "从: ",
                "Barometer: ": "气压 ",
                "~~~ Forecast ~~~<br />": "近期天气预测",
                "Monday": "星期一",
                "Tuesday": "星期二",
                "Wednesday": "星期三",
                "Thursday": "星期四",
                "Friday": "星期五",
                "Saturday": "星期六",
                "Sunday": "星期日",
                "Overcast": "阴天",
                "Cloudy": "多云",
                "Rain": "雨",
                "Clear": "晴",
                "Partly Cloudy": "部分多云",
                "High: ": "高: ",
                "Low: ": "低: ",
                "Barometer: ":"气压:",
                "Humidity: ": "湿度: ",
                "Humidity: <b>" : "湿度: ", 
                "Safe": "安全",
                "Moderate": "中等",
                "Snow showers": "阵雨",
                "Very High": "非常高",
                "Extreme": "极高",
                "Sunset": "日落",
                "Sunrise": "日出",
                " hours ": "小时",
                " minutes ": "分钟",
                "Amount of Daylight": "白昼",
                "Air Quality Index: ": "空气质量指数: ",
                "Good Morning ":"早上好! ",
                "Good Afternoon ": "下午好! ",
                "Good Evening ": "晚上好! ",
                "Good Morning!":"早上好!",
                "Good Afternoon!": "下午好!",
                "Good Evening!": "晚上好!"
              }
              ```</b>
              Mykle1M 1 Reply Last reply Reply Quote 1
              • B Offline
                barnosch
                last edited by

                cool. thanks for the explanation.
                So what can i do, if i do not want to update, because it would overwrite my changes, but get rid of the “please update the MMM-NOAA module” message on the mirror?
                is there a git command to ignore local changes?

                strawberry 3.141S cowboysdudeC 2 Replies Last reply Reply Quote 0
                • strawberry 3.141S Offline
                  strawberry 3.141 Project Sponsor Module Developer @barnosch
                  last edited by

                  @barnosch i think you can ignore the update message by moving the .git directory somewhere else, so the updatechecker doesn’t recognize this module as a git repository

                  Please create a github issue if you need help, so I can keep track

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

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

                    cool. thanks for the explanation.
                    So what can i do, if i do not want to update, because it would overwrite my changes, but get rid of the “please update the MMM-NOAA module” message on the mirror?
                    is there a git command to ignore local changes?

                    The change was made because the url was wrong… For some reason that’s one of the issues for the problems :) It’s fixed.

                    Follow @strawberry-3-141 advice :)

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

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

                      {
                      “GATHERING WEATHER STUFF”: “天气预报”,
                      "Currently: ": “当前:”,
                      "Current Temp: ": "当前温度: ",
                      "UV Index: ": "紫外线指数: ",
                      "Wind: ": "风向: ",
                      "From: ": "从: ",
                      "Barometer: ": "气压 ",
                      “~~~ Forecast ~~~
                      ”: “近期天气预测”,
                      “Monday”: “星期一”,
                      “Tuesday”: “星期二”,
                      “Wednesday”: “星期三”,
                      “Thursday”: “星期四”,
                      “Friday”: “星期五”,
                      “Saturday”: “星期六”,
                      “Sunday”: “星期日”,
                      “Overcast”: “阴天”,
                      “Cloudy”: “多云”,
                      “Rain”: “雨”,
                      “Clear”: “晴”,
                      “Partly Cloudy”: “部分多云”,
                      "High: ": "高: ",
                      "Low: ": "低: ",
                      "Barometer: ":“气压:”,
                      "Humidity: ": "湿度: ",
                      “Humidity: ” : "湿度: ",
                      “Safe”: “安全”,
                      “Moderate”: “中等”,
                      “Snow showers”: “阵雨”,
                      “Very High”: “非常高”,
                      “Extreme”: “极高”,
                      “Sunset”: “日落”,
                      “Sunrise”: “日出”,
                      " hours ": “小时”,
                      " minutes ": “分钟”,
                      “Amount of Daylight”: “白昼”,
                      "Air Quality Index: ": "空气质量指数: ",
                      "Good Morning ":"早上好! ",
                      "Good Afternoon ": "下午好! ",
                      "Good Evening ": "晚上好! ",
                      “Good Morning!”:“早上好!”,
                      “Good Afternoon!”: “下午好!”,
                      “Good Evening!”: “晚上好!”
                      }

                      Thank you for the corrections :)

                      Mykle1M 1 Reply Last reply Reply Quote 1
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @kris_huang
                        last edited by Mykle1

                        @kris_huang

                        That looks absolutely BAD ASS with the Chinese characters!

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 1
                        • Mykle1M Offline
                          Mykle1 Project Sponsor Module Developer @cowboysdude
                          last edited by

                          @cowboysdude

                          It was a great module.

                          Now . . . . . it’s friggin awesome!

                          Create a working config
                          How to add modules

                          1 Reply Last reply Reply Quote 1
                          • B Offline
                            barnosch
                            last edited by

                            alert and update module disabled -> problem solved ;)

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

                              @barnosch That’s the first thing I do when I install it LOL Hate to say it… but it’s cool that you can!

                              But am curious to what changes you made… you never know they make another version ;) I"m always looking for ideas… Even styling ideas…because the one thing I’m not is a css wizard LOL

                              Mykle1M 1 Reply Last reply Reply Quote 0
                              • Mykle1M Offline
                                Mykle1 Project Sponsor Module Developer @cowboysdude
                                last edited by

                                @cowboysdude

                                As this is a NOAA weather module, I thought you might be interested in this, from NOAA. Pretty amazing!

                                https://weather.com/storms/hurricane/video/flying-into-the-eye-of-hurricane-irma

                                Create a working config
                                How to add modules

                                1 Reply Last reply Reply Quote 1
                                • B Offline
                                  barnosch
                                  last edited by

                                  my fork looks like this.
                                  Almost anything is hardcoded or directly changed in the code since i am to lazy and just made it for my needs ;)
                                  0_1505121280871_MMM-NOAA.png

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

                                    @barnosch I like it!! Looks great!!

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

                                      UPDATE V.2

                                      Changed the format to show 3 days of weather instead of rotating. Quicker, easier and loads twice as fast!

                                      Added 2 new config options:

                                      1. Show or hide wind
                                      2. Show or hide Date

                                      See the README on Github

                                      Thank you to @barnosch for the help and ideas!!

                                      0_1505428263293_NEW.PNG

                                      Download:

                                      [card:cowboysdude/MMM-NOAA]

                                      1 Reply Last reply Reply Quote 3
                                      • B Offline
                                        barnosch
                                        last edited by

                                        big like !

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          plybz18
                                          last edited by

                                          great, just got myself upgraded and looking awesome.

                                          How do i increase font size of temperature to look big?

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

                                            @plybz18

                                            In your custom.css file you can add this:

                                            .MMM-NOAA .wfont {
                                            font-size: 1.6em;
                                            }
                                            [Corrected the entry it was wrong… sorry about that!]

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 34
                                            • 35
                                            • 2 / 35
                                            • 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