A widget for Blueforcer's custom firmware for the Awtrix pixel clock
- Nim 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| config.nims | ||
| forecast.nim | ||
| forecast.nimble | ||
| README.md | ||
Awtrix Rain Forecast
A widget for Blueforcer's custom firmware for the Awtrix pixel clock
Uses Pirate Weather API to display a bar graph of the rain forecast for the next 11 hours.
Build program with nimble build
You need to also have a configuration JSON file with the following parameters.
{
"api": "Your Pirate Weather API key",
"coords": {
"lat": "Your latitude",
"long": "Your longitude",
},
"mqtt": {
"server": "URL for your MQTT server",
"topics": [
"List of topics to broadcast to"
]
}
}