Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almostengr/show-pulse-fpp
FPP Plugin for Light Show Pulse
https://github.com/almostengr/show-pulse-fpp
christmas-lights falcon-pi-player fpp php php7 php8
Last synced: about 1 month ago
JSON representation
FPP Plugin for Light Show Pulse
- Host: GitHub
- URL: https://github.com/almostengr/show-pulse-fpp
- Owner: almostengr
- License: mit
- Created: 2024-02-01T03:13:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:47:43.000Z (about 2 months ago)
- Last Synced: 2024-09-29T19:40:54.626Z (about 2 months ago)
- Topics: christmas-lights, falcon-pi-player, fpp, php, php7, php8
- Language: PHP
- Homepage: https://thealmostengineer.com/projects/light-show-guard/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Show Pulse Plugin for Falcon Pi Player
Show Pulse plugin allows you to see and remotely controller what happens with your light show. This
plugin is designed to work with Falcon Pi Player.## Install Plugin
There are two ways to install the plugin. Using FPP user interface or using PHP's Composer.
### Using FPP
To install the plugin to your Falcon Pi Player, go to the Plugins section of the FPP. Then copy and
paste the URL below to install the plugin.```sh
https://raw.githubusercontent.com/almostengr/show-pulse-fpp/main/pluginInfo.json
```### Using Composer
Open a terminal or command prompt window, and go to the plugin directory or other directory of your chosing. Then enter the command
```sh
composer require almostengr/show-pulse-fpp
```## Setup
See the [User Guide](#) for how
to configure the plugin.## Version Numbering
The version number for this plugin is in the following format. Using the example of
```txt
5.2024.07.26
```"5" represents the major Falcon Pi Player version number that the plugin is designed for
"2024.07.26" represents the date, in YYYY-MM-DD format, that the release was created