News:

LATEST RELEASE:  FPP 9.5 - Download from here - https://github.com/FalconChristmas/fpp/releases/tag/9.5

+-+-

+-User

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+-Site Stats

Members
Total Members: 17267
Latest: Fernker
New This Month: 6
New This Week: 0
New Today: 0
Stats
Total Posts: 137229
Total Topics: 17367
Most Online Today: 583
Most Online Ever: 8375
(February 21, 2026, 03:58:04 AM)
Users Online
Members: 0
Guests: 149
Total: 149

Display TEXT to LED Panels form REST API

Started by ariemusbandi, January 10, 2025, 01:55:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ariemusbandi

I have a project to display data from a REST API on a P5 LED panel connected to a Raspberry Pi 3 and Falcon Player. The API data contains temperature, air humidity, and text messages. How can I create a script for implementation in Falcon Player?

CaptainMurdoch

FPP's "/api/overlays/model/:ModelName/text" REST API endpoint can be used to put text on an Overlay Model created for your P5 display.  See the 'REST API Help' section under the Help menu for more info.
-
Chris

ariemusbandi

I was try with curl command like this

curl -X PUT "http://192.168.33.249/api/overlays/model/LED%20Panels/text" \
-H "Content-Type: application/json" \
-d '{
  "Message": "Hello",
  "Position": "L2R",
  "Font": "Helvetica",
  "FontSize": 12,
  "AntiAlias": false,
  "PixelsPerSecond": 5,
  "Color": "#FF000",
  "AutoEnable": false
}'

and the response is 
{ "Status": "OK", "Message": ""}

but nothing happen in my LED Panels, What shoot i do

CaptainMurdoch

The overlay model is probably not enabled.  Either use the AutoEnable above set to true or you can use the /api/overlays/model/:ModelName/state endpoint to enable the model in a separate call.
-
Chris

Support FPP

+- Recent Topics

Web Server Locks Up Repeatedly on Pi Zero 2 W by Fernker
July 16, 2026, 05:15:40 PM

FPP as Home Assistant Add-On by jessica12ryan
July 12, 2026, 02:39:51 PM

Control ANY Home Assistant Device From FPP or xLights Sequences by jessica12ryan
July 12, 2026, 11:13:29 AM

Simpleshow for xLights by sonic777
July 12, 2026, 07:00:12 AM

FPP install script on Ubuntu, no video by jessica12ryan
July 08, 2026, 06:44:26 PM

No Imagine on Digital Sign by MSHutchins
July 06, 2026, 03:41:30 PM

Manage Multiple Pi Players - Phone or Web by keithmarx
July 06, 2026, 08:29:49 AM

Helping a brother in time of need. by David Pitts
July 05, 2026, 09:15:27 PM

Skulltronix in xlights by Scaregroundspdx
July 03, 2026, 02:24:11 PM

Another StaticOn.sh Question by richardln2
July 03, 2026, 02:13:42 PM

Powered by EzPortal
Powered by SMFPacks Menu Editor Mod