• 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.
  • C Offline
    cowboysdude Module Developer @rezocharly
    last edited by Dec 15, 2017, 12:40 PM

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

    @tbbear I live in a windy area. Today Force 5/6.

    As you can see with this screenshot the O doesn’t appear. Even if the config.js is well setup to display this information (as you can see on the post above)

    Capture_d_e_cran_2017_12_14_a_17_46_39

    Just add this to your custom css

    .MMM-NOAA .set {
    float: left;
    }

    1 Reply Last reply Reply Quote 0
    • R Offline
      rezocharly @tbbear
      last edited by Dec 15, 2017, 10:16 PM

      @tbbear

      Thanks a lot for this information I got it but unfortunately nobody have a wind sensor around me :)

      I confirm, just before the line position, alerts are not displayed anymore.

      C 1 Reply Last reply Dec 15, 2017, 10:21 PM Reply Quote 0
      • C Offline
        cowboysdude Module Developer @rezocharly
        last edited by Dec 15, 2017, 10:21 PM

        @rezocharly just disable that in the config like this:

        showWind: false

        As for the alerts I’m gonna let @tbbear chime in on this one…he rewrote the alerts :)

        1 Reply Last reply Reply Quote 1
        • P Offline
          Peter
          last edited by Dec 16, 2017, 8:00 PM

          This module works perfect … almost …
          Is it possible to change CET in alerts to MET ( I use the Dutch translation)?
          Peter

          T 1 Reply Last reply Dec 16, 2017, 8:11 PM Reply Quote 0
          • T Offline
            tbbear Module Developer @Peter
            last edited by Dec 16, 2017, 8:11 PM

            @Peter The translation for the alerts depends on google translate, so at the moment we cant change this

            Robert the Bear

            P 1 Reply Last reply Dec 16, 2017, 8:15 PM Reply Quote 1
            • P Offline
              Peter @tbbear
              last edited by Dec 16, 2017, 8:15 PM

              @tbbear thanks!
              Peter

              1 Reply Last reply Reply Quote 0
              • M Offline
                mac0178
                last edited by Dec 26, 2017, 7:41 PM

                Nice Module, really love it.
                Unfortunately i have a problem with another module (mmm-traffic) while NOAA is active. The font there should be colored but now it´s background is completely colored. While NOAA is disabled, everything is fine.
                Any clue?

                thx,
                Mac

                C 1 Reply Last reply Dec 26, 2017, 9:43 PM Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @mac0178
                  last edited by cowboysdude Dec 26, 2017, 9:47 PM Dec 26, 2017, 9:43 PM

                  @mac0178 Let me take a look perhaps a css tag is similar :) Ahhhhhh yes perhaps this is it…

                  In the NOAA css file there is this:

                  .red{
                  	background:#f00;
                  }
                  .green{
                  	background:#0f0;
                  }
                  .blue{
                  	background:#00f;
                  }
                  

                  and in the MMM-Traffic module there is this:

                  .green {
                    color: #83FFB3;
                  }
                  
                  .yellow {
                    color: yellow;
                  }
                  
                  .red {
                    color: #FF4C4C;
                  }
                  

                  So I’m going to update the css file and you can try it again :)

                  Just go to the MagicMirror/modules/MMM-NOAA dir and type

                  git pull

                  that should update the css file :)

                  1 Reply Last reply Reply Quote 2
                  • M Offline
                    mac0178
                    last edited by Dec 26, 2017, 10:07 PM

                    Yeah, that´s it!
                    Thank you very much, great support!

                    M C 2 Replies Last reply Dec 26, 2017, 10:40 PM Reply Quote 1
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @mac0178
                      last edited by Dec 26, 2017, 10:40 PM

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

                      Thank you very much, great support!

                      Yeah, he’s a guru! :-)

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 23
                      • 24
                      • 25
                      • 26
                      • 27
                      • 68
                      • 69
                      • 25 / 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