Feature/wind module#4209
Closed
seanps wants to merge 6 commits into
Closed
Conversation
Auto-detects display driver (wlopm, wlr-randr, x11, vcgencmd) based on environment. Schedule is configured via cron expressions in config.js. Other modules can send/receive DISPLAY_POWER notifications to control the display at runtime (e.g. from a future PIR sensor module). Also adds CLAUDE.md with project guidance for Claude Code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Documents plan mode → feature branch → PR process to keep master deployable to the Pi at all times. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
DEVLOG.md records architectural decisions and rationale. .claude/skills/devlog/SKILL.md defines the /devlog skill schema. First entry documents the displaypower driver auto-detection decision. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Polls the Halifax Transit GTFS-RT TripUpdates feed every 30s, filters by stop and route, and displays upcoming arrivals sorted soonest-first. Adds gtfs-realtime-bindings as a production dependency for protobuf decoding. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add Halifax Transit real-time arrivals module
Shows GEM model wind, SmartAtlantic buoy (with staleness indicator), and EC marine forecast with optional AI-powered plain-language rewrite via Groq. Includes ASCII condition faces and warning banner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
thanks for your time to open this PR but |
Author
|
Opened against wrong repo by mistake — this is for a personal fork. Apologies! |
Collaborator
|
@seanps Giving each of your modules its own repository, just like any other third-party module, would be the better move in the long run. Otherwise, you'll run into merge conflicts with every MagicMirror update. |
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.
Hello and thank you for wanting to contribute to the MagicMirror² project!
Please make sure that you have followed these 3 rules before submitting your Pull Request:
Note: Sometimes the development moves very fast. It is highly
recommended that you update your branch of
developbefore creating apull request to send us your changes. This makes everyone's lives
easier (including yours) and helps us out on the development team.
Thanks again and have a nice day!