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: 17219
Latest: Ash
New This Month: 18
New This Week: 4
New Today: 0
Stats
Total Posts: 136953
Total Topics: 17305
Most Online Today: 250
Most Online Ever: 7634
(January 21, 2020, 02:14:03 AM)
Users Online
Members: 0
Guests: 206
Total: 206

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

FPP MIDI plugin installed but wont trigger Playlist by MikeKrebs
January 20, 2026, 08:48:20 PM

FPP 9.5-1 causing 192-168-8-1 for most WiFi IP by Sawdust
January 20, 2026, 01:52:27 PM

pocketbeagle2 - OLA with PRU DMX output by s-light
January 20, 2026, 01:22:17 AM

Long term issue with FPP on Beagle by Sawdust
January 18, 2026, 11:50:52 PM

FPP driving P10 and also pixel outputs - several options by k6ccc
January 18, 2026, 05:49:34 PM

LoRa plugin. Is it worth pursuing in 2026 by dkulp
January 18, 2026, 05:18:50 PM

SRx4 Long Range Quad SmartReceiver by tbone321
January 13, 2026, 03:32:30 PM

Pixel Port by LedMutt
January 13, 2026, 12:57:46 AM

Peace Stake material by LedMutt
January 12, 2026, 12:15:36 AM

Forbidden Error Port 80 by darylc
January 11, 2026, 10:24:48 PM

Powered by EzPortal
Powered by SMFPacks Menu Editor Mod