Module clock_info not found? #7904
-
|
I'm trying to make my own clock face. Everything was going fine until I tried to I have my main h2fclock.app.js, then I have h2fclock.info: And h2fclock.json: I'm not sure what else to try. The clock works otherwise, and I could get the steps and battery in other ways, I just want to do it "right"...and have the icons. Is there something special I need to do to set dependencies in the IDE? It doesn't complain about the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi! You need to install that module from the app loader beforehand: https://espruino.github.io/BangleApps/?id=clock_info I think it should work when you do that :) It's not included in the firmware, or the modules folder for that matter. Once you start installing your clock face app via app loader it will make sure to pull clock_info module in. |
Beta Was this translation helpful? Give feedback.
I think I was just getting confused by the error and thinking it wasn't working. The IDE gives the error no matter what, it seems, but the watch did already have the clock_info module, I could run it from the REPL.
In any event, there was no actual issue, it was working and I was just not paying enough attention :|