You can upload them using the normal Storage button in the middle of the IDE screen and uploading the file from eg https://www.espruino.com/modules/MQTT.min.js to a file called MQTT
I don't think the IDE is smart enough to know that the modules are actually installed on the device and to not re-upload them, but nothing stops you from renaming it MyMQTT on the device, and then doing require("MyMQTT");
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.
You can upload them using the normal
Storage
button in the middle of the IDE screen and uploading the file from eg https://www.espruino.com/modules/MQTT.min.js to a file calledMQTT
I don't think the IDE is smart enough to know that the modules are actually installed on the device and to not re-upload them, but nothing stops you from renaming it
MyMQTT
on the device, and then doingrequire("MyMQTT");