feat: add weather widget with popup and hourly forecast#102
Open
bottlebrushes wants to merge 2 commits intomocki-toki:mainfrom
Open
feat: add weather widget with popup and hourly forecast#102bottlebrushes wants to merge 2 commits intomocki-toki:mainfrom
bottlebrushes wants to merge 2 commits intomocki-toki:mainfrom
Conversation
…aying Replace aggressive 0.3s AppleScript polling with DistributedNotificationCenter observers for instant media updates. Changes: - Listen to Spotify (`com.spotify.client.PlaybackStateChanged`) and Apple Music (`com.apple.Music.playerInfo`) notifications - Only poll every 1s for position updates (progress bar) when playing - Fetch track info on-demand when notifications fire - Add initial fetch on startup to populate current state This significantly reduces CPU usage and provides instant UI updates when track changes or playback state changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add WeatherWidget displaying current temperature and weather icon - Use Open-Meteo free API (no API key required) - Dynamic SF Symbols based on weather conditions (sun, clouds, rain, snow, etc.) - Location-based weather with CoreLocation - Click to open macOS Weather dropdown - Add SystemUIHelper for triggering system UI elements - Add required entitlements for location and network access 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a weather widget using the Open-Meteo API with a detailed popup showing hourly forecast.
Features
Widget
Popup
Test plan
🤖 Generated with Claude Code