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 424.1k 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
      ostfilinchen @RedNax
      last edited by

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

      1 Reply Last reply
      Reply Quote 0
      • L
        lolobyte @RedNax
        last edited by

        @RedNax

        good morning. What’s happened?.

        What did you change?

        O 1 Reply Last reply
        Reply Quote 0
        • O
          ostfilinchen @lolobyte
          last edited by

          @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
          Reply Quote 0
          • L
            lolobyte @ostfilinchen
            last edited by

            @ostfilinchen

            hi, it’s a new version?

            May i do a git pull?

            O 1 Reply Last reply
            Reply Quote 0
            • O
              ostfilinchen @lolobyte
              last edited by

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

              L 1 Reply Last reply
              Reply Quote 0
              • L
                lolobyte @ostfilinchen
                last edited by

                @ostfilinchen Niiiiice!

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

                1 Reply Last reply
                Reply Quote 0
                • P
                  PointPubMedia
                  last edited by

                  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…

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

                    @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
                      PointPubMedia
                      last edited by

                      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
                        ostfilinchen
                        last edited by

                        Make a git pull and it will work

                        P cowboysdudeC 2 Replies Last reply
                        Reply Quote 0
                        • P
                          PointPubMedia @ostfilinchen
                          last edited by

                          @ostfilinchen Already did my git pull this morning…

                          L 1 Reply Last reply
                          Reply Quote 0
                          • cowboysdudeC
                            cowboysdude Module Developer @ostfilinchen
                            last edited by cowboysdude

                            @ostfilinchen All that will do is download the upper image files… not the icons.

                            You have to add that your custom.css like in the example above.
                            The icons are pretty standard and used in, I think, every weather module here… they are icons outside the module and are not included…so you have to colorize them yourself.

                            O 1 Reply Last reply
                            Reply Quote 0
                            • O
                              ostfilinchen @cowboysdude
                              last edited by

                              @cowboysdude no. If you Set the Parameter coloricon to true, all weather Icons shown colored. I have nothing Set in my custom.css. all colorsets Come from weatherunderground.css

                              1 Reply Last reply
                              Reply Quote 0
                              • L
                                lolobyte @PointPubMedia
                                last edited by

                                @PointPubMedia

                                same issue.

                                The Day forecast doesn’t show the cloud’s as picture.

                                1 Reply Last reply
                                Reply Quote 0
                                • R
                                  RedNax Module Developer
                                  last edited by

                                  Just pushed a new version which fixes all this. Give it a try!

                                  L 1 Reply Last reply
                                  Reply Quote 2
                                  • L
                                    lolobyte @RedNax
                                    last edited by

                                    @RedNax

                                    All looks good. Thank you for your fast reaction.

                                    1 Reply Last reply
                                    Reply Quote 0
                                    • C
                                      c502
                                      last edited by

                                      @RedNax Thanks for the awesome module. I do have one question however…
                                      Is there a way to change the current Beaufort wind speed to mph?
                                      0_1486941448630_Screen Shot 2017-02-12 at 6.15.29 PM.png

                                      R 1 Reply Last reply
                                      Reply Quote 1
                                      • R
                                        RedNax Module Developer @c502
                                        last edited by

                                        @c502

                                        Hi!

                                        Pull the new version and add

                                        windunits: "mph",

                                        to your config…

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

                                          @RedNax

                                          This is a stunningly beautiful and informative module and the many config options must make it a favorite of anyone that uses it. I tip my hat to you.

                                          With that, may I make a humble request regarding fctext? I love this option but it can change from 3 lines to as many as 7 lines. Would it be possible to limit, or set, the amount of lines displayed. Or, could the text decrease in size as more information needs to be displayed, taking up the same amount of space?

                                          Create a working config
                                          How to add modules

                                          R 1 Reply Last reply
                                          Reply Quote 0
                                          • R
                                            RedNax Module Developer @Mykle1
                                            last edited by

                                            @Mykle1 Hi,

                                            Thank you for your kind words. I’ve now pushed a version that will dynamically scale the fontsize/line length of the forecast text. Give it a go! :D

                                            O Mykle1M 2 Replies 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
                                            • 9
                                            • 10
                                            • 1 / 10
                                            • 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