Stream Deck plugin to display weather conditions as a button in your Stream Deck, using the OpenWeather
API.
Compatible with windows
and macOS
.
- install the plugin file from the
relase
folder - in your Stream Deck app, drag the
Simple Weather
button into an available slot - fill in the button settings
- click the button to activate it
API key
: yourOpenWeather
API key (get it here)Location by
: how to configure the location, either by City or by CoordinatesCity
: city for which to display the weatherLatitude
: latitude for which to display the weather (range: -90, 90)Longitude
: longitude for which to display the weather (range: -180, 180)Unit
: temperature unit (Celsius, Fahrenheit)Refresh
: how often to refresh the data
./DistributionTool -b -i src/com.dariom.simple-weather.sdPlugin -o release
The generated plugin can be found in the release
folder.
Follow the instructions on the Stream Deck SDK page.