You are reading a single comment by @Riccardokhm and its replies. Click here to read the full conversation.
  • Hi guys,
    I'm encountering problems in implementing my own custom module for the Bangle js 2. I have a public Github repo where I am uploading my code, but the web Ide continues on saying that my modules do not exist. Here my example code.

    var happy = require("https://github.com/riccardokhm/­Human-Monitoring-Technologies/tree/main/­Projects/Bangle%26Puck%20Js/Modules/Icon­s.js");
    console.log(happy._happyIcon);
    

    Moreover, I have no possibility from my Web Ide of loading the module from a local folder:any suggestion?

    Thanks in advance!

About

Avatar for Riccardokhm @Riccardokhm started