News:

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

+-+-

+-User

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

+-Site Stats

Members
Total Members: 16931
Latest: encore
New This Month: 7
New This Week: 2
New Today: 1
Stats
Total Posts: 135611
Total Topics: 17017
Most Online Today: 270
Most Online Ever: 7634
(January 21, 2020, 02:14:03 AM)
Users Online
Members: 0
Guests: 98
Total: 98

PixelOverlay-Clock.php issue

Started by efiten, November 14, 2024, 07:01:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

efiten

I have a custom matrix (96x32 pixels)
I want to show the clock as a static display.
I use this script : 'PixelOverlay-Clock.php'
But somehow it doesn't work, font not found ?

[pre][color=#171720][size=2][font=Verdana, Arial, Helvetica, sans-serif]    $host  = "127.0.0.1";    # Host/ip of the FPP instance with the matrix
    $name  = "Matrix_garage";       # PixelOverlay Model Name
    $color = "white";      # Text Color (also names like 'red', 'blue', etc.)
    $font  = "Arial";    # Font Name
    $size  = 14;             # Font size
    $pos   = "Center";       # Position: 'Center', 'L2R', 'R2L', 'T2B', 'B2T'
    $pps   = 5;              # Pixels Per Second
    $antiAlias = true;      # Anti-Alias the text[/font][/size][/color][/pre]
So how can I add a font to FPP, or know what fonts I can use?
And how use this script ? put it in front of my playlist? Because somewhere it shows that I need to kill the process to stop it.

breese


Powered by EzPortal
Powered by SMFPacks Menu Editor Mod