Config

Source

Display

読み込み中...

フィードが CORS に対応している場合はオフにできます


ページの背景に適用されます

ループ再生されます


LED カラー(任意)

空欄でデフォルト色を使用

LED News Ticker の使い方

LED News Ticker は、ニュースや任意のテキストを LED 風スクロールボードで表示するブラウザアプリです。

基本的な使い方

  1. Theme タブからプリセットを選んで「ティッカーを開く」を押すだけ!
  2. カスタマイズしたいときは Customize タブから RSS フィード URL や色を自分で設定できます。

ソース種別

RSS フィード

任意の RSS/Atom フィードの URL を指定すると、記事タイトルが LED ボードに流れます。取得間隔(分)も設定可能です。

WebSocket

WebSocket サーバーに接続してリアルタイムにテキストを受信します。JSON 形式({"text": "...", "type": "normal"})またはプレーンテキストを送信してください。

SSE(Server-Sent Events)

SSE エンドポイントに接続してリアルタイムにテキストを受信します。データ形式は WebSocket と同じく JSON({"text": "...", "type": "normal"})またはプレーンテキストに対応しています。HTTP ベースなので、既存の Web サーバーやサーバーレス環境から手軽にプッシュ配信できます。

活用例

ライブ壁紙ツールで使う

Lively Wallpaper などのライブ壁紙ツールで、このティッカーの URL を指定すればデスクトップ壁紙として常時表示できます。

  1. Lively Wallpaper を開く
  2. 「URL を追加」からティッカーの URL を貼り付ける
  3. 壁紙として設定!

配信・ストリーミングの背景に使う

OBS Studio などの配信ソフトで「ブラウザソース」として追加すれば、配信画面にニューステロップを重ねられます。

  1. OBS で「ソース」→「ブラウザ」を追加
  2. URL にティッカーの URL を入力
  3. 幅・高さを配信レイアウトに合わせて調整

ブラウザで直接開く

設定ページでテーマを選んで開くだけで、ブラウザのタブでニュースティッカーを楽しめます。BGM 付きテーマもあります。

How to use LED News Ticker

LED News Ticker is a browser app that scrolls news or any text on a retro LED-style display board.

Basics

  1. Pick a preset from the Theme tab and hit "Open ticker" — that's it!
  2. Want something custom? Open the Customize tab to set your own RSS feed URL, colors, and more.

Source types

RSS feed

Point it at any RSS/Atom feed URL and the article titles will scroll across the LED board. You can also configure the fetch interval (in minutes).

WebSocket

Connect to a WebSocket server to receive text in real time. Send either JSON ({"text": "...", "type": "normal"}) or plain text.

SSE (Server-Sent Events)

Connect to an SSE endpoint to receive text in real time. The data format is the same as WebSocket — JSON ({"text": "...", "type": "normal"}) or plain text. Since SSE rides on plain HTTP, it's easy to push from existing web servers or serverless environments.

Use cases

As a live wallpaper

With tools like Lively Wallpaper, you can point them at the ticker URL and run it as a permanent desktop wallpaper.

  1. Open Lively Wallpaper
  2. "Add URL" and paste the ticker URL
  3. Set as wallpaper!

As a streaming / broadcast overlay

Add it as a "browser source" in OBS Studio or similar streaming software to overlay news headlines on your stream.

  1. In OBS, add "Source" → "Browser"
  2. Paste the ticker URL
  3. Adjust the width and height to fit your stream layout

Just open it in your browser

Pick a theme on the config page, hit open, and enjoy a news ticker right in a browser tab. Some themes even come with BGM.

version: ec3b17f