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

    Scheduled Pinned Locked Moved Troubleshooting
    68 Posts 15 Posters 43.7k Views 13 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.
    • idoodlerI Offline
      idoodler Module Developer @Hriereb
      last edited by

      @hriereb Oh, I guess, this is the weather description from the Weather API. The developer behind MMM-NOAA is currently reworking the module. You may contact him and request a full translatable config.

      1 Reply Last reply Reply Quote 0
      • HrierebH Offline
        Hriereb
        last edited by

        Ok, thanks again mate. I really appreciated your help.

        1 Reply Last reply Reply Quote 1
        • idoodlerI Offline
          idoodler Module Developer @Hriereb
          last edited by

          @hriereb Btw. I would love to see an upvote on the post that helped you the most:)

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

            @hriereb said in MMM-NOAA:

            I added some lined to the MMM-NOAA.js

            In the future, it might be best to ask for help before you start editing the module files. This is not recommended and makes it more difficult to determine the cause of your issue

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 1
            • C Offline
              core
              last edited by

              Hi everyone,

              I have problems with regard to the latest version of this module.

              I updated to the new version, including the updated weather service provider and since then, two of my other modules (MMM-Fuel and MMM-Sonos) are not working any more. The position (bottom_left) is just blank now, wheras the MMM-NOAA (position: top_right) module works. Even a re-install of MMM-NOAA and reboot of my Rpi3 did not fix this issue.
              When I delete the module from my config, all other modules are working again, so I can clearly assign the problem to the MMM-NOAA module.
              Until now, I don´ t use this module and all modules are working smoothly. However, I like this module so hopefully, the problems will be fixed soon. Any news about it?

              Thanks!

              idoodlerI cowboysdudeC 2 Replies Last reply Reply Quote 0
              • idoodlerI Offline
                idoodler Module Developer @core
                last edited by

                @core Please provide any log. Execute pm2 log MagicMirror (if you are using pm2), reproduce the issue and post the log here.

                When posting the log it is recommended to add it in a code block for better readability.

                :clinking_beer_mugs:

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

                  @core run your mirror like this ‘npm start dev’ and tell me what errors you are getting.

                  Apparently there is a conflict on your mirror so lets see what it is and fix it :)

                  @idoodler Thanks for the help!!! :) I’m so busy this time of year I’m not on here much.

                  I’d like a copy of the Italian language file if someone wants to do a pull request on github and upload it that would be great! Thank you

                  1 Reply Last reply Reply Quote 1
                  • WayneRigleyW Offline
                    WayneRigley
                    last edited by WayneRigley

                    @cowboysdude Glad to say i have the NOAA Installed and working perfect will say better than any other weather module ive installed as the temps are perfect. my ONLY issue is the module does not seem to be auto-sizing to its position. as you can see its overlaying on top of the bottom bar… anyone have any thoughts or what i should start to attack first . ! Picture would not load so here is a link https://photos.app.goo.gl/VNkNaXwfMWWxyemN7

                    Wayne R

                    cowboysdudeC 1 Reply Last reply Reply Quote 1
                    • C Offline
                      core
                      last edited by

                      hi,

                      thanks for the help. I ran npm start dev and here is the log:

                      0 info it worked if it ends with ok
                      1 verbose cli [ ‘/usr/bin/node’, ‘/usr/bin/npm’, ‘start’, ‘dev’ ]
                      2 info using npm@3.10.10
                      3 info using node@v6.12.3
                      4 verbose config Skipping project config: /home/pi/.npmrc. (matches userconfig)
                      5 verbose stack Error: ENOENT: no such file or directory, open ‘/home/pi/package.json’
                      5 verbose stack at Error (native)
                      6 verbose cwd /home/pi
                      7 error Linux 4.9.53-v7+
                      8 error argv “/usr/bin/node” “/usr/bin/npm” “start” “dev”
                      9 error node v6.12.3
                      10 error npm v3.10.10
                      11 error path /home/pi/package.json
                      12 error code ENOENT
                      13 error errno -2
                      14 error syscall open
                      15 error enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
                      16 error enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
                      16 error enoent This is most likely not a problem with npm itself
                      16 error enoent and is related to npm not being able to find a file.
                      17 verbose exit [ -2, true ]

                      anz ideas?

                      idoodlerI 1 Reply Last reply Reply Quote 0
                      • idoodlerI Offline
                        idoodler Module Developer @core
                        last edited by

                        @core Did you just execute npm start dev in your Raspberry Pi’s home directory?

                        Follow the steps to successfully execute the command:

                        • Stop any instance of MagicMirror (pm2 stop MagicMirror if you use pm2)
                        • cd MagicMirror -> You need to go into the MagicMirror directory
                        • Start MagicMirror with Dev Tools
                          • If you are connected via SSH: DISPLAY=:0 nohup npm start dev &
                          • If you are directly on your Raspberry Pi: npm start dev
                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 4 / 7
                        • 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