Goal
Display API errors directly on the widget instead of only writing to debug.log.
Why
Users currently need to open debug.log to see what went wrong. Showing error text on the widget improves UX.
Tasks
- Detect API failure in
FetchAndBuild.ps1
- Inject error message into generated INI as a String meter
- Show text such as "Invalid Token" or "API rate limit exceeded" on widget
Difficulty
Beginner/Intermediate (PowerShell + INI generation)
Goal
Display API errors directly on the widget instead of only writing to
debug.log.Why
Users currently need to open
debug.logto see what went wrong. Showing error text on the widget improves UX.Tasks
FetchAndBuild.ps1Difficulty
Beginner/Intermediate (PowerShell + INI generation)