Skip to content

Commit 14564d0

Browse files
authored
Weatherbard app (#3021)
* Add Weatherbard app * Update weatherbard star file with latest changes. * Fix manifest: add summary and desc fields * Fix API key handling and error fallback for Tidbyt app --------- Co-authored-by: Marc Tkach <[email protected]>
1 parent f6de885 commit 14564d0

File tree

3 files changed

+413
-0
lines changed

3 files changed

+413
-0
lines changed

apps/weatherbard/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Weatherbard
2+
3+
Weatherbard combines real-time weather data with poetic reflections drawn from a Mary Oliver–inspired tone. It turns your Tidbyt screen into a tranquil window onto the sky, inviting stillness and presence with each new update.
4+
5+
## 🌤 What It Does
6+
7+
- Fetches current weather for your location from OpenWeatherMap
8+
- Displays the temperature
9+
- Scrolls a poetic line or two that matches the weather mood
10+
11+
## ⚙️ Configuration
12+
13+
You can personalize Weatherbard in the Tidbyt app:
14+
15+
- **Location**: Enter your city and country (e.g. `London,UK`, `Seattle,US`)
16+
- **Units**: Choose between Fahrenheit (`imperial`) and Celsius (`metric`)
17+
18+
## 📖 Poetry Source
19+
20+
All poetic lines are original compositions, written in the style of Mary Oliver and tailored to conditions like:
21+
22+
- Clear
23+
- Clouds
24+
- Rain
25+
- Snow
26+
- Mist
27+
- Fog
28+
- Drizzle
29+
- Thunderstorm
30+
- Haze
31+
32+
Each condition has 10–30 lines that rotate on each update.
33+
34+
## 💡 Inspiration
35+
36+
“Tell me, what is it you plan to do with your one wild and precious life?”
37+
— Mary Oliver
38+
39+
Weatherbard hopes to answer with one small, beautiful thing at a time.

apps/weatherbard/manifest.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
id: weatherbard
2+
name: Weatherbard
3+
summary: Poetic weather display
4+
desc: Weather and poetry together in the voice of Mary Oliver.
5+
author: mgtkach
6+
source_url: https://github.com/mgtkach/community/tree/main/apps/weatherbard
7+
config: true
8+
widgets:
9+
- weatherbard.star
10+
preview: weatherbard.gif
11+
secrets:
12+
- weather_api_key
13+

0 commit comments

Comments
 (0)