Skip to content

Weatherbard app #3021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions apps/weatherbard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Weatherbard

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.

## 🌤 What It Does

- Fetches current weather for your location from OpenWeatherMap
- Displays the temperature
- Scrolls a poetic line or two that matches the weather mood

## ⚙️ Configuration

You can personalize Weatherbard in the Tidbyt app:

- **Location**: Enter your city and country (e.g. `London,UK`, `Seattle,US`)
- **Units**: Choose between Fahrenheit (`imperial`) and Celsius (`metric`)

## 📖 Poetry Source

All poetic lines are original compositions, written in the style of Mary Oliver and tailored to conditions like:

- Clear
- Clouds
- Rain
- Snow
- Mist
- Fog
- Drizzle
- Thunderstorm
- Haze

Each condition has 10–30 lines that rotate on each update.

## 💡 Inspiration

“Tell me, what is it you plan to do with your one wild and precious life?”
— Mary Oliver

Weatherbard hopes to answer with one small, beautiful thing at a time.
13 changes: 13 additions & 0 deletions apps/weatherbard/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
id: weatherbard
name: Weatherbard
summary: Poetic weather display
desc: Weather and poetry together in the voice of Mary Oliver.
author: mgtkach
source_url: https://github.com/mgtkach/community/tree/main/apps/weatherbard
config: true
widgets:
- weatherbard.star
preview: weatherbard.gif
secrets:
- weather_api_key

Loading