@bitbetter/node-red-dashboard-2-ui-mastodon-feed
v0.1.0
Published
A Node-RED Dashboard 2.0 widget that displays the public posts of a Mastodon user.
Maintainers
Readme
Mastodon Feed Widget for Node-RED Dashboard 2.0
A third-party widget for Node-RED Dashboard 2.0 that displays the public posts of a Mastodon user.
Configuration
- User — the Mastodon handle, in the form
@[email protected](e.g.@[email protected]). - Entries — how many of the most recent posts to display (1–40).
- Hide images — when enabled, image attachments are not rendered.
Sending any input message to the node triggers a refresh.
Boosts (reblogs) of other users' posts are visually distinguished with a tinted background, an accent border, and a "boosted by …" banner.
Install
npm install
npm run buildIn your Node-RED user directory:
npm install /path/to/this/repoThen restart Node-RED.
Development
npm install
npm run dev # rebuild on changeArchitecture and contribution notes for third-party Dashboard 2.0 widgets: https://dashboard.flowfuse.com/contributing/widgets/third-party.html
