The js api for turtles is documented here
Plugins in MyTurtle are really easy to use. They all have an enable
, disable
, and destroy
function that can be called directly.
For example to enable the clock plugin on your screen you use.
Clock.enable();
The included plugins in myturtle are:
- Power: turn the screen on and off
- Clock: add a clock to the screen
- Message: Show a message on the screen
- Overlay: show a fullscreen image on the screen
- Footer: show an RSS feed in the footer