I'm having the same problem. If I type this into the console in the IDE:
var wifi = require("EspruinoWiFi");
I get the same response:
ERROR: SD Card must be setup with E.connectSDCard first WARNING: Module "EspruinoWiFi not found
My mac is connected to the internet, but is seems like the IDE is looking to the SD card rather than looking to espruino.com/modules.
UPDATE: Oh, bother. Without changing anything, it's working now.
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.
I'm having the same problem. If I type this into the console in the IDE:
I get the same response:
My mac is connected to the internet, but is seems like the IDE is looking to the SD card rather than looking to espruino.com/modules.
Suggestions? I'm new to Espruino as of yesterday, so I'm certain I've missed something.
UPDATE:
Oh, bother. Without changing anything, it's working now.