You could try software SPI:
var s = new SPI(); s.setup({mosi:D12, miso:D13, sck:D14}); E.connectSDCard(s, D4);
You'd have to play with the pins too.
Note that it's NodeMCU.D1/etc not Nodemcu.D1/etc.
NodeMCU.D1/etc
Nodemcu.D1/etc
@Gordon started
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 could try software SPI:
You'd have to play with the pins too.
Note that it's
NodeMCU.D1/etc
notNodemcu.D1/etc
.