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-WeatherBackground

    Scheduled Pinned Locked Moved Utilities
    54 Posts 14 Posters 30.4k Views 14 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.
    • J Offline
      jeffreyking
      last edited by

      very good I have it in stalled, how can I get it to work with MMM-NOAA3 ?

      ? Mykle1M 2 Replies Last reply Reply Quote 0
      • ? Offline
        A Former User @jeffreyking
        last edited by

        @jeffreyking
        Tell @cowboysdude to support “CURRENTWEATHER” notification.

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

          @jeffreyking

          Tell = request :-)

          Create a working config
          How to add modules

          ? 1 Reply Last reply Reply Quote 1
          • ? Offline
            A Former User @Mykle1
            last edited by

            @mykle1
            Sorry. I’m not native Eng user, so many times Making mistakes. :)

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

              @sean

              No worries, sean. You’re still the king! :-)

              Create a working config
              How to add modules

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

                Well hello all…no NOAA wasn’t made to support ‘currentweather’ notifications in MM.

                It’s a stand alone module and I am SUPER busy so as of right now I have no plan to do anything with it. I do this for a hobby…I must pay attention to my real job as I’ve grown accustomed to things like food and shelter… ;) Perhaps in the next few weeks I could look at it but that is if I have time.

                1 Reply Last reply Reply Quote 1
                • T Offline
                  texdetex
                  last edited by

                  @sean in trying to install module but im ask for User/Password
                  ??

                  ? 1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User @texdetex
                    last edited by

                    @texdetex ??? It will not ask any kind of user or password. ???

                    1 Reply Last reply Reply Quote 0
                    • V Offline
                      Vauxdvihl
                      last edited by

                      @Sean
                      I am using NOAA3 and i simply add the the following lines the my config:

                      {
                        module: "MMM-WeatherBackground",
                        // don't assign position.
                        config: {}
                      },
                      

                      Unfortunately the background is still black.
                      Is ther something else to consider?
                      Thanks a lot
                      Regards

                      ? 1 Reply Last reply Reply Quote 0
                      • ? Offline
                        A Former User @Vauxdvihl
                        last edited by

                        @vauxdvihl NOAA isn’t supported.

                        V 1 Reply Last reply Reply Quote 0
                        • V Offline
                          Vauxdvihl @Guest
                          last edited by

                          @sean
                          r u sure.
                          https://forum.magicmirror.builders/topic/4585/mmm-noaa-another-weather-module/520?page=52

                          Greetz

                          ? 2 Replies Last reply Reply Quote 0
                          • ? Offline
                            A Former User @Vauxdvihl
                            last edited by

                            @vauxdvihl ah, he made it.

                            1 Reply Last reply Reply Quote 0
                            • ? Offline
                              A Former User @Vauxdvihl
                              last edited by

                              @vauxdvihl
                              I think his version https://github.com/cowboysdude/MMM-WeatherBackground will be work. I don’t know it is completed or not, but you can try it.

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

                                This a fork of @Sean great work but remade to work with NOAA3.

                                [card:cowboysdude/MMM-WeatherBackground]

                                1 Reply Last reply Reply Quote 0
                                • V Offline
                                  Vauxdvihl
                                  last edited by

                                  @cowboysdude
                                  Does not work
                                  Mirror stays black

                                  Here is the error message

                                  /home/pi/.pm2/logs/start-error.log last 15 lines:
                                  0|start    |     at Module.load (module.js:561:32)
                                  0|start    | { Error: Cannot find module 'dayjs'
                                  0|start    |     at Module._resolveFilename (module.js:543:15)
                                  0|start    |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
                                  0|start    |     at Function.Module._load (module.js:473:25)
                                  0|start    |     at Module.require (module.js:586:17)
                                  0|start    |     at require (internal/module.js:11:18)
                                  0|start    |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-WeatherBackground/node_helper.js:7:15)
                                  0|start    |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-WeatherBackground/node_helper.js:49:3)
                                  0|start    |     at Module._compile (module.js:642:30)
                                  0|start    |     at Object.Module._extensions..js (module.js:653:10)
                                  0|start    |     at Module.load (module.js:561:32) code: 'MODULE_NOT_FOUND' }
                                  0|start    | libGL error: MESA-LOADER: failed to retrieve device information
                                  0|start    | MESA-LOADER: failed to retrieve device information
                                  0|start    | MESA-LOADER: failed to retrieve device information
                                  
                                  

                                  Any Idea?

                                  Thanks a lot

                                  ? 1 Reply Last reply Reply Quote 0
                                  • ? Offline
                                    A Former User @Vauxdvihl
                                    last edited by A Former User

                                    @vauxdvihl
                                    I think it wasn’t installed properly. (@cowboysdude might have forgotten npm install in his description.)

                                    cd ~/MagicMirror/modules/MMM-WeatherBackground
                                    npm install
                                    

                                    try again.

                                    V cowboysdudeC 2 Replies Last reply Reply Quote 1
                                    • V Offline
                                      Vauxdvihl @Guest
                                      last edited by

                                      @sean
                                      That was it
                                      Works
                                      Thanks a lot

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

                                        @sean said in MMM-WeatherBackground:

                                        @vauxdvihl
                                        I think it wasn’t installed properly. (@cowboysdude might have forgotten npm install in his description.)

                                        cd ~/MagicMirror/modules/MMM-WeatherBackground
                                        npm install
                                        

                                        try again.

                                        Thank you @Sean that’s exactly what I did LOL the Readme is corrected, Thank you!!

                                        1 Reply Last reply Reply Quote 0
                                        • B Offline
                                          buzzman
                                          last edited by buzzman

                                          @cowboysdude
                                          i get this error when i do npm install

                                          i@Magicmirror:~/MagicMirror/modules/MMM-WeatherBackground $ npm install
                                          npm WARN mmm-weatherbackground@3.0.1 No repository field.

                                          audited 63 packages in 3.748s
                                          found 0 vulnerabilities

                                          i get this error also
                                          No helper found for module: MMM-WeatherBackground

                                          i am using NOAA3 also

                                          B Mykle1M 2 Replies Last reply Reply Quote 0
                                          • B Offline
                                            buzzman @buzzman
                                            last edited by

                                            This post is deleted!
                                            1 Reply 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
                                            • 3 / 3
                                            • 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