The register address is usually something different to the I2C address. I could be wrong here, but I think you need:
i2c.writeTo(0x68, 0/* register addr*/); var data = i2c.readFrom(0x68, 4/* bytes */);
@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.
The register address is usually something different to the I2C address. I could be wrong here, but I think you need: