• 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 320.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.
  • M Offline
    Mitchfarino Module Developer @KirAsh4
    last edited by Jul 29, 2016, 10:37 PM

    @KirAsh4 Where?

    1 Reply Last reply Reply Quote 0
    • M Offline
      Mitchfarino Module Developer @shgmongohh
      last edited by Jul 29, 2016, 10:41 PM

      @shgmongohh @KirAsh4

      It’s not in the post, but found it anyway…

      https://github.com/RedNax67/MMM-WunderGround

      1 Reply Last reply Reply Quote 0
      • K Offline
        KirAsh4 Moderator
        last edited by Jul 30, 2016, 12:17 AM

        The very first post in this thread has the module link posted in it. It’s the exact same link you just posted above.

        0_1469837848827_link.png

        A Life? Cool! Where can I download one of those from?

        M 1 Reply Last reply Jul 30, 2016, 1:00 AM Reply Quote 0
        • M Offline
          Mitchfarino Module Developer @KirAsh4
          last edited by Jul 30, 2016, 1:00 AM

          @KirAsh4 that isn’t showing for me

          I just see white space then the screenshot

          K 1 Reply Last reply Jul 30, 2016, 1:07 AM Reply Quote 0
          • K Offline
            KirAsh4 Moderator @Mitchfarino
            last edited by Jul 30, 2016, 1:07 AM

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

            @KirAsh4 that isn’t showing for me

            I just see white space then the screenshot

            Oh @paviro … was ist das? Why isn’t Github displaying properly for everyone? I can see them just fine … Is that because I have a GH account? This makes me wonder how many others can’t see them and therefore have no clue how to get to the module source.

            A Life? Cool! Where can I download one of those from?

            M 2 Replies Last reply Jul 30, 2016, 6:12 AM Reply Quote 0
            • M Offline
              Mitchfarino Module Developer @KirAsh4
              last edited by Jul 30, 2016, 6:12 AM

              @KirAsh4 I used to be able to see them, even without my github account being logged in

              I think it might be since the outage

              1 Reply Last reply Reply Quote 0
              • M Offline
                Mitchfarino Module Developer @KirAsh4
                last edited by Jul 30, 2016, 6:14 AM

                @KirAsh4 just checked MMM-PIRsensor thread and I could see that

                M 1 Reply Last reply Aug 16, 2016, 11:25 AM Reply Quote 0
                • M Offline
                  MrH @Mitchfarino
                  last edited by Aug 16, 2016, 11:25 AM

                  Same here, this one I cant see… others I do. My only solution is to go to github and search the module name or author.

                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    fireshipmate @RedNax
                    last edited by Aug 21, 2016, 10:03 PM

                    @RedNax Hi, since a few days I am configuring my MM and it is a lot of fun with all the cool modules even for me as newbie. I like yours because it was really easy to get it running. But I have still some trouble to remove the decimal for the temperature.
                    I changed already the roundValue part to " return parseInt (temperature);" within the MMM-WunderGround.js which works before fine with the old currentweather and weatherforecast .
                    Furthermore I wuld like to replace the winddirection icons with the cardials “N,NO…”.
                    can you help me on this?

                    R 1 Reply Last reply Aug 22, 2016, 5:54 AM Reply Quote 0
                    • R Offline
                      RedNax Module Developer @fireshipmate
                      last edited by RedNax Aug 22, 2016, 6:22 AM Aug 22, 2016, 5:54 AM

                      @fireshipmate Hi!
                      The roundValue isn’t used (it’s a leftover bit from earlier versions). The temperature is displayed as it’s delivered in the weather underground payload. You could however modify the code and apply the rounding function to the temp:

                      			this.temperature = this.roundValue(this.temperature);
                      

                      To get cardials “N,NO…”. you could use data.current_observation.wind_dir friom the wu payload which should have them in your defined language. You could assign:

                      		windDirectionIcon.innerHTML = this.windDirectionTxt;
                      

                      You’ll have to take out the arrow, as it will otherwise rotate your winddirectiontxt to the winddirection :D

                      Or you could just do a git pull and have a look at the readme ;)

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 18
                      • 19
                      • 2 / 19
                      • 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