Configuring weather

Weather forecast information can be retrieved from the National Weather Service API and displayed on various signs.

The only configuration that needs to be provided is the latitude and longitude of the location to retrieve the forecast for.

A sample configuration looks like this:

data_sources:
  weather:
    # UB North Campus
    latitude: 43.0018
    longitude: -78.7895

The "daily overview" sign includes a short-term weather forecast.

The current weather can be shown on a sign status bar.