Skip to content

Conversation

@drechc
Copy link

@drechc drechc commented Dec 6, 2025

This adds a few enhancements to the WeatherStationDemo:

  • Switches to a more robust version of the configTime function. The current version doesn't support variations of daylight saving time used in some countries.
  • Removes the decimal for Fahrenheit temperatures, as they aren't typically reported with one. Also, it can make the value too long to fit for temps >=100F.
  • Adds option for 12-hour time display for users that prefer it.
  • Add options for various date orders to support countries that don't use D/M/Y order.
  • Adds VisualCrossing as a new source option for free weather data and adds a new demo implementing this source. Both are based on the OpenWeatherMap code. The data from OpenWeatherMap didn't seem very accurate in my area, and VisualCrossing worked better for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant