From af663d3376f6615d98be380f8a4327a6db5485eb Mon Sep 17 00:00:00 2001 From: James Date: Sun, 14 Jun 2020 21:05:51 +0100 Subject: Add news as dynamic message Adds a method to dynamically replace the "message" in homer with a news item from a chosen RSS feed! --- docs/tips-and-tricks.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 63dbde7..632b62d 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -110,3 +110,17 @@ docker create \ --restart unless-stopped \ linuxserver/code-server ``` + + +## Get the news headlines in Homer +#### `by @JamiePhonic` + +Homer allows you to set a "message" that will appear at the top of the page, however, you can also supply a `url:`. + +If the URL you specified returns a JSON object that defines a `title` and `content` item, homer will replace these values from your `config.yml` with the ones in the returned object. + +So, using [Node-Red](https://nodered.org/docs/getting-started/) and a quick flow, you can process an RSS feed to replace the message with a news item! + +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 dont work out of the box! -- cgit v1.2.3