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

    Posts

    Recent Best Controversial
    • Having issues loading library

      I’m trying to load annyang but during the loading of my module there is a failure, 404 not found.

      My module code is this:

      Module.register("jarvis", {
      
        // Required Scripts
        getScripts: function() {
      		return ["annyang.js"];
      	}
      });
      

      Any help would be appreciated, I added the library to package.json and installed it but it won’t load. I tried testing with moment.js and it worked, is there anywhere else I need to reference the library other than package.json?


      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Development
      G
      gndimitro
    • 1
    • 2
    • 2 / 2