chefrocker30 downloadsDisplay live MQTT and REST API data directly in your notes.
Display live MQTT and REST API data directly inside your Obsidian notes.
Turn any note into a live dashboard: room temperatures from your smart home, server status from a REST endpoint, the current Bitcoin price — all updating in real time, right where you read them.
ws:// / wss://) — works on desktop and mobile.mqtt:// / mqtts://) — desktop only.livedata code block with source: mqtt | rest discriminator.number, text, badge, toggle (more in roadmap).mqtt / rest / api / live-data blocks to the new syntax.safeStorage) on desktop, session-only on mobile.```livedata
source: mqtt
topic: home/livingroom/temperature
display: number
label: Living room
unit: °C
path: value
```
```livedata
source: rest
url: https://api.example.com/status.json
display: badge
label: API
path: data.status
interval: 30
```
Open Settings → Live Data Hub to configure:
Search for "Live Data Hub" in Settings → Community plugins → Browse.
https://github.com/chefrocker/obsidian-awesome-livedata-plugin.MIT — see LICENSE.