Can't get dependancies to work with widgets.
{ "id": "rebble", "name": "Rebble Clock", "shortName": "Rebble", "version": "0.02", "description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion", "readme": "README.md", "icon": "rebble.png", "dependencies": {"mylocation":"app"}, "dependencies": {"widpedom":"widget"}, "screenshots": [{"url":"screenshot_rebble.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS2"], "storage": [ {"name":"rebble.app.js","url":"rebble.app.js"}, {"name":"rebble.settings.js","url":"rebble.settings.js"}, {"name":"rebble.img","url":"rebble.icon.js","evaluate":true} ] },
I also tried
"dependencies": [{"mylocation":"app"},{"widpedom":"widget"}],
But this resulted in an Object Object error.
1 Attachment
@HughB 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.
Can't get dependancies to work with widgets.
I also tried
But this resulted in an Object Object error.
1 Attachment