Due to some security precautions on Chrome, you can't use file:// in the Web IDE - you'll probably want to put the URL back to the default or no existing modules will work.
To do what you want, go to the Project heading under Settings, then Select Directory for Sandbox. Once that is done, there'll be a modules subdirectory put under the directory you selected, and you can put any modules you want into that.
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 Uli,
Due to some security precautions on Chrome, you can't use
file://
in the Web IDE - you'll probably want to put the URL back to the default or no existing modules will work.To do what you want, go to the
Project
heading underSettings
, thenSelect Directory for Sandbox
. Once that is done, there'll be amodules
subdirectory put under the directory you selected, and you can put any modules you want into that.