Skip to content

Releases: TristanAmond/dc-metro-sign

Notification Support

27 Mar 20:50
Compare
Choose a tag to compare

Summary

  • Added support for scrolling notifications with the send_notification method
  • Added self-healing through a sofware reset of code.py when the API check timers get too stale

Required APIs

General Release

24 Mar 21:11
57f7162
Compare
Choose a tag to compare

Summary
Added day/night cycling feature to turn off display during non-operational metro hours. This release fulfills the project MVP scope and should be considered general release for v1.0.0.

Features

  • Queries the time of day to determine whether to display day or night mode
  • Changes the display background and text colors based on day or night mode

Required APIs

Weather Display Support

23 Mar 19:52
e432a7b
Compare
Choose a tag to compare

Summary
Added Openweather weather data to left side of display

Features

  • Queries the Openweather Onecall 3.0 endpoint for current weather, temperature trend, and daily high and low temperatures

Required APIs

Metro Rail Data Display MVP

23 Mar 10:28
Compare
Choose a tag to compare

Summary
First major release for the DC Metro Sign project. Contains the following initial features:

Features

  • Queries the WMATA API for Real-time Rail data
  • Displays Real-time Rail data for a specified Metro station on an attached LED panel

Required APIs