microbit-more / mbit-more-v2

Full-functional extension of micro:bit for Scratch3
MIT License
31 stars 21 forks source link

How can we add your microbit more v2 extension into original Scratch3 succeussfully. #13

Open Wfluid opened 2 years ago

Wfluid commented 2 years ago

We see the induction that your extension can be used in original Scratch3. The extension link is https://microbit-more.github.io/dist/microbitMore.mjs. But we don't see the detail induction. Could you give us a little hint how to do? Thank you very much. This is an extension for Scratch3 by MIT. You can code using all sensors and pins on micro:bit with normal Scratch3 blocks on this app.

Wfluid commented 2 years ago

Besides, I downloaded this project and built it with npx, when I upload it to my own repository and try to use in xcratch, it can't connect to my micro:bit, I checked the website resources and found the project's version I downloaded was 0.2.3 and when use your link it was 0.2.4. What may happened?

Wfluid commented 2 years ago

Again I tried to build a local serve, I registered to scratch-gui and run npm run start, but when I add the extension, this error was reported Uncaught (in promise) DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://microbit-more.github.io/dist/microbitMore.mjs' failed to load. Could you look into it and help me?

yokobond commented 2 years ago

Currently, mbit-more-v2 cannot be installed on llk/scratch-gui temporarily. I'm working for that. At last, in the develop branch, we can install it into llk/scratch-gui.