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/Icons.js");
console.log(happy._happyIcon);
Moreover, I have no possibility from my Web Ide of loading the module from a local folder:any suggestion?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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.
Moreover, I have no possibility from my Web Ide of loading the module from a local folder:any suggestion?
Thanks in advance!