diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 6f1b995..9464b62 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -190,3 +190,35 @@ So, using [Node-Red](https://nodered.org/docs/getting-started/) and a quick flow To get started, simply import [this flow](https://flows.nodered.org/flow/4b6406c9a684c26ace0430dd1826e95d) into your Node-Red instance and change the RSS feed in the "Get News RSS Feed" node to one of your choosing! So far, the flow has been tested with BBC News and Sky News, however it should be easy to modify the flow to work with other RSS feeds if they don't work out of the box! + +## Write HTML into the dashboard + +### Show latest camera feed + +#### `by @matheusvellone` + +The `message.content` config entry accepts HTML code, so you can add images. +If you use Frigate, or have any `latest.jpg` URL for your camera, you can add it to your dashboard. You can also style the `div`/`img` tags to look nicer on your dashboard. + +```yml +message: + title: Cameras + content: > +
+``` + +When using Frigate you can even add a live feed to your dashboard, like this: + +```yml +message: + title: Cameras + content: > +