• I made a modified module and put this module in the "node_modules" folder on the SD card.

    When I try to download my code to the Espruino with the proper require("xxxx") a pop-up window says file "xxxx" not found ?

    STAND-ALONE ESPRUINO If you have an Espruino with an SD card (but
    you're not using the Web IDE
    ), you can copy the modules you need
    into a directory called 'node_modules' on the SD card. Now, whenever
    you write require("modulename") the module will be used.

    Are you saying I can't use the WEB-IDE with a "Stand-Alone Espruino?"

    There should a software flag in the WEB-IDE to select either the Internet or default to the local SD card using the WEB-IDE?

About

Avatar for user7114 @user7114 started