Updated readme
parent
7b5f6e10c5
commit
85f7d3e739
|
|
@ -3,18 +3,16 @@ A very minimalistic clock.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## ToDos and known issues
|
||||||
|
- [ ] The clkinfo is always shown and its, therefore, not possible to only show the time as shown in the screenshot.
|
||||||
|
- [ ] The weeknumber is currently not an option in clkinfo.
|
||||||
|
- [ ] Its not possible to run clkinfo items (e.g. trigger home assistant).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
The BW clock implements features that are exposed by other apps through the `clkinfo` module.
|
The BW clock implements features that are exposed by other apps through the `clkinfo` module.
|
||||||
For example, if you install the HomeAssistant app, this menu item will be shown if you click right
|
For example, if you install the HomeAssistant app, this menu item will be shown if you first
|
||||||
and additionally allows you to send triggers directly from the clock (select triggers via up/down and
|
touch the bottom of the screen and then swipe left/right to the home assistant menu. To select
|
||||||
send via click center). Here are examples of other apps that are integrated:
|
sub-items simply swipe up/down.
|
||||||
|
|
||||||
- Bangle data such as steps, heart rate, battery or charging state.
|
|
||||||
- Show agenda entries. A timer for an agenda entry can also be set by simply clicking in the middle of the screen. This can be used to not forget a meeting etc. Note that only one agenda-timer can be set at a time. *Requirement: Gadgetbridge calendar sync enabled*
|
|
||||||
- Weather temperature as well as the wind speed can be shown. *Requirement: Weather app*
|
|
||||||
- HomeAssistant triggers can be executed directly. *Requirement: HomeAssistant app*
|
|
||||||
|
|
||||||
Note: If some apps are not installed (e.gt. weather app), then this menu item is hidden.
|
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
- Screen: Normal (widgets shown), Dynamic (widgets shown if unlocked) or Full (widgets are hidden).
|
- Screen: Normal (widgets shown), Dynamic (widgets shown if unlocked) or Full (widgets are hidden).
|
||||||
|
|
@ -22,25 +20,6 @@ Note: If some apps are not installed (e.gt. weather app), then this menu item is
|
||||||
- The colon (e.g. 7:35 = 735) can be hidden in the settings for an even larger time font to improve readability further.
|
- The colon (e.g. 7:35 = 735) can be hidden in the settings for an even larger time font to improve readability further.
|
||||||
- Your bangle uses the sys color settings so you can change the color too.
|
- Your bangle uses the sys color settings so you can change the color too.
|
||||||
|
|
||||||
## Menu structure
|
|
||||||
2D menu allows you to display lots of different data including data from 3rd party apps and it's also possible to control things e.g. to trigger HomeAssistant.
|
|
||||||
|
|
||||||
Simply click left / right to go through the menu entries such as Bangle, Weather etc.
|
|
||||||
and click up/down to move into this sub-menu. You can then click in the middle of the screen
|
|
||||||
to e.g. send a trigger via HomeAssistant once you selected it. The actions really depend
|
|
||||||
on the app that provide this sub-menu through the `clkinfo` module.
|
|
||||||
|
|
||||||
```
|
|
||||||
Bangle -- Agenda -- Weather -- HomeAssistant
|
|
||||||
| | | |
|
|
||||||
Battery Entry 1 Temperature Trigger1
|
|
||||||
| | | |
|
|
||||||
Steps ... ... ...
|
|
||||||
|
|
|
||||||
...
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Thanks to
|
## Thanks to
|
||||||
- Thanks to Gordon Williams not only for the great BangleJs, but specifically also for the implementation of `clkinfo` which simplified the BWClock a lot and moved complexety to the apps where it should be located.
|
- Thanks to Gordon Williams not only for the great BangleJs, but specifically also for the implementation of `clkinfo` which simplified the BWClock a lot and moved complexety to the apps where it should be located.
|
||||||
- <a href="https://www.flaticon.com/free-icons/" title="Icons">Icons created by Flaticon</a>
|
- <a href="https://www.flaticon.com/free-icons/" title="Icons">Icons created by Flaticon</a>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "bwclk",
|
"id": "bwclk",
|
||||||
"name": "BW Clock",
|
"name": "BW Clock",
|
||||||
"version": "0.26",
|
"version": "0.26",
|
||||||
"description": "A very minimalistic clock to mainly show date and time.",
|
"description": "A very minimalistic clock.",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot_2.png"}, {"url":"screenshot_3.png"}, {"url":"screenshot_4.png"}],
|
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot_2.png"}, {"url":"screenshot_3.png"}, {"url":"screenshot_4.png"}],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue