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.

    vendor folders ?

    Scheduled Pinned Locked Moved Troubleshooting
    10 Posts 2 Posters 2.9k Views 2 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @mollobeck
      last edited by Mykle1

      @mollobeck

      Ok, I see the warnings.

      You should not have to run sudo to install your dependencies or start the mirror.

      Is the mirror not running?

      If your mirror runs, you can disregard the warnings.

      You may have to run npm install in the vendor directory again.

      This seems to be the culprit here, though I don’t know the meaning

      cannot run in wd %s %s (wd=%s)

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 1
      • M Offline
        mollobeck
        last edited by

        Thank you - running the npm command in the folder populated it !
        I do not know exactly why it didn’t work but here is the magic…
        Thanks again!

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

          @mollobeck said in vendor folders ?:

          Thank you - running the npm command in the folder populated it !

          I thought that might do it.

          Thanks again!

          You’re welcome. Enjoy your mirror. :^)

          Create a working config
          How to add modules

          M 1 Reply Last reply Reply Quote 1
          • M Offline
            mollobeck @Mykle1
            last edited by mollobeck

            @Mykle1

            Done :)
            I have a second question about the weather forecast module.
            It is not appearing on the mirror. Here is a sample of my config.js file :

            		{
            			module: "weatherforecast",
            			position: "lower_third",
            			header: "Weather Forecast",
            			config: {
            				location: "Paris",
            				locationID: "2988507",  //ID from http://www.openweathermap.org/help/city_list.txt
            				appid: "929XXXXXXXXXX81d",
            				roundTemp: true,
            			}
            		},
            

            Is there something done wrong ?
            EDIT : it seems that the daily forecast API is not free

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

              @mollobeck said in vendor folders ?:

              Is there something done wrong ?

              No, you’ve done nothing wrong. There is an issue with new API keys being rejected. I think I saw a fix here somewhere. I’ll look for it.

              EDIT: Here it is

              “Well… Yesterday I submitted a patch to hack the situation with the new accounts in OpenWeather.”

              https://github.com/roramirez/MagicMirror/commit/e8438d37d78acc7a9e29e694a6987ce068324bcd

              Alternately, you can try other weather modules. There are many of them.

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              • 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