You are reading a single comment by @HughB and its replies. Click here to read the full conversation.
  • 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

    • Screenshot 2021-12-13 19.11.33.png
About

Avatar for HughB @HughB started