• 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.

Weatherunderground - currently - hourly - daily - configurable

Scheduled Pinned Locked Moved Utilities
182 Posts 47 Posters 316.7k Views 51 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.
  • O Offline
    ostfilinchen @RedNax
    last edited by Feb 4, 2017, 7:20 AM

    @RedNax yeah. Now it’s perfect. Great job!

    1 Reply Last reply Reply Quote 0
    • L Offline
      lolobyte @RedNax
      last edited by Feb 4, 2017, 8:39 AM

      @RedNax

      good morning. What’s happened?.

      What did you change?

      O 1 Reply Last reply Feb 4, 2017, 8:41 AM Reply Quote 0
      • O Offline
        ostfilinchen @lolobyte
        last edited by Feb 4, 2017, 8:41 AM

        @lolobyte He changed the size of the color icon. So the Module now looks good on the mirror. If the size isn’t good for your mirror, you can change it in your custom.css

        L 1 Reply Last reply Feb 4, 2017, 8:42 AM Reply Quote 0
        • L Offline
          lolobyte @ostfilinchen
          last edited by Feb 4, 2017, 8:42 AM

          @ostfilinchen

          hi, it’s a new version?

          May i do a git pull?

          O 1 Reply Last reply Feb 4, 2017, 8:43 AM Reply Quote 0
          • O Offline
            ostfilinchen @lolobyte
            last edited by Feb 4, 2017, 8:43 AM

            @lolobyte yes. Just Do it. I’m happy now

            L 1 Reply Last reply Feb 4, 2017, 8:50 AM Reply Quote 0
            • L Offline
              lolobyte @ostfilinchen
              last edited by Feb 4, 2017, 8:50 AM

              @ostfilinchen Niiiiice!

              @RedNax : Thank you. Good job. It looks now very good again.

              1 Reply Last reply Reply Quote 0
              • P Offline
                PointPubMedia
                last edited by Feb 4, 2017, 3:19 PM

                I think I found a little bug… using coloricon: true, the main icon is in color, but not the small ones… and the first 3 row got no icons…

                C 1 Reply Last reply Feb 4, 2017, 3:27 PM Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @PointPubMedia
                  last edited by cowboysdude Feb 4, 2017, 3:30 PM Feb 4, 2017, 3:27 PM

                  @PointPubMedia said in Weatherunderground - currently - hourly - daily - configurable:

                  I think I found a little bug… using coloricon: true, the main icon is in color, but not the small ones… and the first 3 row got no icons…

                  Oddly enough I’m here for the same reason LOL I was trying to figure out …
                  The main ‘icon’ is an actual img… the smaller ones are actual icons… so when you updated you got the actual images… the icons are standard and have to be ‘colorized’… soo…
                  Add this to your custom.css file and enjoy :)

                  .wi-sunrise {
                  color: #ffd700;
                  }
                  .wi-sunset {
                  color: #ffa500;
                  }
                  .wi-day-sunny {
                  color: #ffff00;
                  }
                  .wi-night-showers {
                  color: #55acee;
                  }
                  .wi-degrees {
                  color: #415;
                  }
                  .wi-rain {
                  color: #55acee;
                  }
                  .wi-showers {
                  color: #55acee;
                  }
                  .wi-night-showers {
                  color: #55acee;
                  }
                  .wi-night-alt-cloudy-windy {
                  color: #aaa;
                  }
                  .wi-night-cloudy {
                  color: #aaa;
                  }
                  .wi-cloudy {
                  color: #aaa;
                  }
                  .wi-day-cloudy {
                  color: #aaa;
                  }
                  .wi-cloudy {
                  color: #aaa;
                  }
                  .wi-cloudy-windy {
                  color: #aaa;
                  }
                  .wi-showers {
                  color: #55acee;
                  }
                  .wi-thunderstorm {
                  color: #ff00ff;
                  }
                  .wi-snow {
                  color: #fff;
                  }
                  .wi-fog {
                  color: #999;
                  }
                  .wi-night-clear {
                  color: #fff;
                  }
                  .wi-night-rain {
                  color: #55acee;
                  }
                  .wi-night-thunderstorm {
                  color: #ff00ff;
                  }
                  .wi-night-snow {
                  color: #fff;
                  }
                  .wi-sunrise {
                  color: #ffd700;
                  }
                  .wi-sunset {
                  color: #ffa500;
                  }
                  .wi-day-sunny {
                  color: #ffff00;
                  }
                  .wi-night-showers {
                  color: #55acee;
                  }
                  .wi-degrees {
                  color: #415;
                  }
                  .wi-rain {
                  color: #55acee;
                  }
                  .wi-showers {
                  color: #55acee;
                  }
                  .wi-night-showers {
                  color: #55acee;
                  }
                  .wi-night-alt-cloudy-windy {
                  color: #aaa;
                  }
                  .wi-night-cloudy {
                  color: #aaa;
                  }
                  .wi-cloudy {
                  color: #aaa;
                  }
                  .wi-day-cloudy {
                  color: #aaa;
                  }
                  .wi-cloudy {
                  color: #aaa;
                  }
                  .wi-cloudy-windy {
                  color: #aaa;
                  }
                  .wi-showers {
                  color: #55acee;
                  }
                  .wi-thunderstorm {
                  color: #ff00ff;
                  }
                  .wi-snow {
                  color: #fff;
                  }
                  .wi-fog {
                  color: #999;
                  }
                  .wi-night-clear {
                  color: #fff;
                  }
                  .wi-night-rain {
                  color: #55acee;
                  }
                  .wi-night-thunderstorm {
                  color: #ff00ff;
                  }
                  .wi-night-snow {
                  color: #fff;
                  }
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    PointPubMedia
                    last edited by Feb 4, 2017, 3:32 PM

                    Got the same issue…

                    0_1486222341948_2017-02-04 10_31_48-Text To Speech (TTS) With Sonos - Creating Dynamic Messages.png

                    The first 4 got no icons…

                    1 Reply Last reply Reply Quote 0
                    • O Offline
                      ostfilinchen
                      last edited by Feb 4, 2017, 3:35 PM

                      Make a git pull and it will work

                      P C 2 Replies Last reply Feb 4, 2017, 3:39 PM Reply Quote 0
                      • 1
                      • 2
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 18
                      • 19
                      • 8 / 19
                      8 / 19
                      • First post
                        75/182
                        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