bun installCreate and deploy the Edge App:
screenly edge-app create --name my-clock --in-place
bun run deploy
screenly edge-app instance createThe app accepts the following settings via screenly.yml:
| Setting | Description | Type | Default |
|---|---|---|---|
openweathermap_api_key |
OpenWeatherMap API key to access weather data and location information. Get your API key from the OpenWeatherMap API | optional | - |
override_locale |
Override the default locale with a supported language code | optional | en |
override_timezone |
Override the default timezone with a supported timezone identifier (e.g., Europe/London, America/New_York). Defaults to the system timezone if left blank |
optional | - |
unit |
Measurement unit for temperature display: auto (automatically determined based on location), metric (Celsius), or imperial (Fahrenheit) |
optional, advanced | auto |
Note: When unit is set to auto (default), temperature units are automatically determined based on the device's location. The following countries use Fahrenheit: United States (US), Bahamas (BS), Cayman Islands (KY), Liberia (LR), Palau (PW), Federated States of Micronesia (FM), and Marshall Islands (MH). All other countries use Celsius.
bun install # Install dependencies
bun run dev # Start development serverbun testGenerate screenshots at all supported resolutions:
bun run screenshotsScreenshots are saved to the screenshots/ directory.