BangleApps/apps/pastel
Anton 2a10df7f45 Bump app versions 2024-03-04 22:32:06 +01:00
..
ChangeLog Bump app versions 2024-03-04 22:32:06 +01:00
README.md Pastel: updated README and screenshots 2021-12-24 13:00:31 +00:00
f_architect.js Pastel: architect font module 2021-11-23 13:13:17 +00:00
f_cabin.js Pastel: font modules 2021-11-22 22:08:47 +00:00
f_elite.js Pastel: font modules 2021-11-22 22:08:47 +00:00
f_gochihand.js Pastel: font modules 2021-11-22 22:08:47 +00:00
f_lato.js Pastel: font modules 2021-11-22 22:08:47 +00:00
f_latosmall.js Pastel: font modules 2021-11-22 22:08:47 +00:00
f_monoton.js Pastel: font modules 2021-11-22 22:08:47 +00:00
f_orbitron.js Pastel: f_orbitron font module 2021-11-22 21:03:53 +00:00
metadata.json Bump app versions 2024-03-04 22:32:06 +01:00
pastel.app.js Fix no-unused-vars in existing apps 2024-03-04 21:34:50 +01:00
pastel.icon.js
pastel.info.js
pastel.png
pastel.settings.js Use default Bangle formatter for booleans 2022-06-18 22:08:51 +02:00
screenshot_architect.png Pastel: updated screenshots and README 2021-11-24 21:05:45 +00:00
screenshot_b1_light.jpg screenshots and README file for Pastel app 2021-09-15 21:38:21 +01:00
screenshot_cabinsketch.png Pastel: updated screenshots and README 2021-11-24 21:05:45 +00:00
screenshot_elite.png Pastel: updated screenshots and README 2021-11-24 21:05:45 +00:00
screenshot_gochihand.png Pastel: updated screenshots and README 2021-11-24 21:05:45 +00:00
screenshot_grid.png Pastel: updated README and screenshots 2021-12-24 13:00:31 +00:00
screenshot_lato.png Pastel: updated screenshots and README 2021-11-24 21:05:45 +00:00
screenshot_monoton.png Pastel: updated screenshots and README 2021-11-24 21:05:45 +00:00
screenshot_orbitron.png Pastel: updated screenshots and README 2021-11-24 21:05:45 +00:00
screenshot_pastel.png Pastel: updated README and screenshots 2021-12-24 12:44:06 +00:00
test-settings.js Added settings menu for Pastel 2021-09-14 22:01:20 +01:00
weather_icons.png Pastel: updated README and screenshots 2021-12-24 12:44:06 +00:00

README.md

Pastel Clock

a configurable clock with custom fonts, background and optional weather icons. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times

  • Designed specifically for Bangle 1 and Bangle 2
  • A choice of 7 different custom fonts
  • Supports the Light and Dark themes
  • Has a settings menu, change font, enable/disable the grid, weather icons
  • On Bangle 1 use BTN1,BTN3 to cycle through the info display (Date, ID, Batt %, Ram % etc)
  • On Bangle 2 touch the top right/top left to cycle through the info display (Date, ID, Batt %, Ram % etc)
  • The information display will cycle on each screen update
  • Uses mylocation.json from MyLocation app to calculate sunrise and sunset times for your location
  • Uses pedometer widget to get latest step count
  • Use the weather widget to get weather status
  • Dependant apps are installed when Pastel installs
  • The screen is updated every minute to save battery power
  • The weather display will display temperature and wind speed on alternate screen refreshes

I came up with the name Pastel due to the shade of the grid background.

Written by: Hugh Barney For support and discussion please post in the Bangle JS Forum

Weather Support

Pastel installs the weather app and weather widget. You may want to hide the weather widget display, this can be done through the weather widget settings. You should first get the weather app working. If the weather App is not working, then it is not going to work for Pastel.

The following weather icons are supported.

Mostly cloudy, Sunny, Mostly Sunny, Snow, Rain.

The triangle icon shows there is a problem connecting to GadgetBridge and the weather service. You should follow the setup and trouble shooting guide for the Weather App.

If you find the weather / gadgetbridge service unreliable you can disable weather updates to pastel through the settings app.

Fonts

Lato

Architect

Gochihand

Monoton

Elite

Cabin Sketch

Orbitron

The Grid

Setting the grid on provides a graph paper style background to the App. The grid is not supported on a Bangle 1 due to flicker issues.