Hacker News new | ask | show | jobs
by BlackLotus89 2302 days ago
Could you grab and parse content with this? I'm not really using CI stuff, but showing events (calendar), grabbing weather data or output from other simple commands (health checks) could be of use. Didn't find any of that in the example tiles
1 comments

Yep, check HTTP-FORMATTED tile :)

You can display content from JSON, YAML or XML available over HTTP

oh didn't see that HTTP-RAW also returns the regex match. Thanks. will give it a try Any possibility for command outputs thought?
Put the output in a file and expose it with a simple HTTP server :)

I do not think that we will add some command call since it can be heavy and can potentially add some security concerns.