• 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.
  • P Offline
    pjkoeleman @cowboysdude
    last edited by pjkoeleman Sep 20, 2017, 11:25 AM Sep 20, 2017, 11:19 AM

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

    Please PM me if you’d be interested in making any other translation files for this

    Just send you the dutch translation by Github. Don’t now if I did it the right way, so here it is as well.

    {
    "GATHERING WEATHER STUFF": "Ontvangen weerdata...",
    "Currently: ": "Actueel: ",
    "Current Temp: ": "Huidige temperatuur: ",
    "UV Index: ": "UV-Index: ",
    "Wind: ": "Wind: ",
    "From: ": "van: ",
    "Barometer: ": "Barometer: ",
    "Monday": "Maandag",
    "Tuesday": "Dinsdag",
    "Wednesday": "Woensdag",
    "Thursday": "Donderdag",
    "Friday": "Vrijdag",
    "Saturday": "Zaterdag",
    "Sunday": "Zondag",
    "High:  ": "Hoog: ",
    "Low:  ": "Laag: ",
    "Humidity: ": "Luchtvochtigheid: ",
    "Safe": "Veilig",
    "Moderate": "Gemiddeld",
    "Very High": "Zeer hoog",
    "Extreme": "Extreem",
    "Sunset": "Zonsondergang",
    "Sunrise": "Zonsopgang",
    " hours ": " Uren ",
    " minutes ": " Minuten ",
    "Amount of Daylight": "Aantal uren daglicht",
    "Good Morning ":"Goedemorgen ",
    "Good Afternoon ": "Goedenmiddag ",
    "Good Evening ": "Goedenavond ",
    "Air Quality Index: ":"Luchtkwaliteitsindex: "
    }
    
    C 1 Reply Last reply Sep 20, 2017, 11:51 AM Reply Quote 1
    • C Offline
      cowboysdude Module Developer @pjkoeleman
      last edited by cowboysdude Sep 20, 2017, 11:54 AM Sep 20, 2017, 11:51 AM

      @pjkoeleman Huge Thanks!!

      NOW with Dutch Language :)

      0_1505908255826_nl.png

      Download:

      [card:cowboysdude/MMM-NOAA]

      P 1 Reply Last reply Sep 20, 2017, 3:42 PM Reply Quote 1
      • P Offline
        pjkoeleman @cowboysdude
        last edited by Sep 20, 2017, 3:42 PM

        @cowboysdude
        You’re welcome

        1 Reply Last reply Reply Quote 1
        • N Offline
          Nystro0m
          last edited by Nystro0m Sep 24, 2017, 6:31 PM Sep 24, 2017, 4:33 PM

          @cowboysdude
          I got a error after the update with following:

          /home/pi/MagicMirror/modules/MMM-NOAA/MMM-NOAA.js:399
          =======
          ^^^
          SyntaxError: Unexpected token ===
          
          

          I removed the ====== on line 399 with success to get the module working.

          Im not sure if this is just on my side, im still new to this. But i thought it could good to be shared.

          Edit: This could make a problem with updating the the module. I experience the clock getting stuck from time to time.

          P 1 Reply Last reply Sep 24, 2017, 7:28 PM Reply Quote 1
          • P Offline
            pjkoeleman @Nystro0m
            last edited by Sep 24, 2017, 7:28 PM

            @Nystro0m
            Looks to me that there is two times the same code in the js-file ecxept for the language settings. So @cowboysdude has to look into this.

            M 1 Reply Last reply Sep 24, 2017, 9:27 PM Reply Quote 1
            • M Offline
              Mykle1 Project Sponsor Module Developer @pjkoeleman
              last edited by Sep 24, 2017, 9:27 PM

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

              So @cowboysdude has to look into this.

              He’s doing a roofing job in 90° heat at the moment. On a Sunday! Who does that?

              I’m sure he’ll fix it as soon as possible. That’s what he does.

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • C Offline
                cowboysdude Module Developer
                last edited by Sep 24, 2017, 11:46 PM

                @Nystro0m and @pjkoeleman

                Thank you both!!! IT was doubled, not sure how that happened but all fixed!! :)

                N 1 Reply Last reply Sep 27, 2017, 5:36 PM Reply Quote 0
                • J Offline
                  Johans
                  last edited by Johans Sep 25, 2017, 5:43 PM Sep 25, 2017, 5:41 PM

                  installed module last night, settings all according the help file, but nothing is displayed.
                  Switched back to the wunderground module, that’s working fine.
                  any idea. I suppose that when the API key is working with the Wunderground module it should work with yours too.

                  what information do i need to provide for further investigation - also tell me how to get that. (I’m newbee - sorry for this - i’m in a learning process )
                  (language was set to “nl” and then changed again to “en”).
                  And I see module is loaded, but not displayed.

                  C N 2 Replies Last reply Sep 25, 2017, 7:58 PM Reply Quote 0
                  • C Offline
                    cowboysdude Module Developer @Johans
                    last edited by cowboysdude Sep 25, 2017, 8:20 PM Sep 25, 2017, 7:58 PM

                    @Johans check the console log and see what that tells you when it’s loading…

                    You need to start your mirror and hit the ‘ALT’ key there will be a menu at the top…you want ‘toggle developer…’

                    That’ll open up a side panel on the right and it will tell you what error there is…let me know so I can help you fix it :)

                    J 1 Reply Last reply Sep 26, 2017, 4:09 PM Reply Quote 1
                    • N Offline
                      Nystro0m @Johans
                      last edited by Sep 26, 2017, 8:41 AM

                      @Johans
                      Im running on a Raspberry pi B ver.1 and it have some problems loading information from time to time when it been pushed to far.
                      I would make sure that it is no error in the console from NOAA or other modules:
                      Either by Comwboysdude method, but you could also run: “npm start dev” when starting MagicMirror.
                      Another way that i did find more speed efficient is to open the MagicMirror interface on a secondary computer by going to: “Your.PI.LocalIP:8080/”.
                      And then right-click and choose “inspect” in Chrome. Here you can find the console.

                      Make sure to have your WhitelistIP set properly.

                      I could also recommend Jophys - Remote Control Module.
                      With this you can restart you MagicMirror, enter the web interface and such remotely if you are not comfortable with ssh.

                      J 1 Reply Last reply Sep 26, 2017, 4:01 PM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 68
                      • 69
                      • 6 / 69
                      6 / 69
                      • First post
                        59/690
                        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