MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. prapicault
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    prapicault

    @prapicault

    0
    Reputation
    49
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    prapicault Unfollow Follow

    Latest posts made by prapicault

    • RE: Using npm module in a module

      Thanks you both. I’ve managed to get going by:

      • adding a package.json file to my MM module (npm init --yes)
      • add my dependencies to this new file, then npm install
      • add a getScripts entry in my main js file, referencing the various dependencies included in my module
      posted in Development
      P
      prapicault
    • Using npm module in a module

      Hi,

      I just started with MagicMirror, and now I want to write my own MM module.
      Is there any documentation on how to use an npm module in an MM module?

      Thanks,

      Pascal

      posted in Development npm
      P
      prapicault