Skip to content

Commit

Permalink
Lightshowpresentation (#336)
Browse files Browse the repository at this point in the history
* updated dev server address

* Presentation support

* updated light show presentation

* renamed presentation files

* Updated show dates and times

* Create 2023.10.24-toastmasters-word-of-the-day.md

* Added word of the day usage; create post about content creation strategy

* Removed light show content; updated links to light show website

* Removed scripts, updated main.html
  • Loading branch information
almostengr authored Nov 16, 2023
1 parent 05178b8 commit 84cc0d3
Show file tree
Hide file tree
Showing 42 changed files with 386 additions and 806 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/generate-static-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Deploy to Production
uses: fifsky/ssh-action@master
with:
command: cd && cd www && git pull origin website && cd ../lightshow.thealmostengineer.com/ && git pull origin websitelights
command: cd && cd www && git pull origin website
# && cd ../lightshow.thealmostengineer.com/ && git pull origin websitelights
host: ${{ secrets.HOSTNAME }}
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT_NUMBER }}
Expand Down
1 change: 1 addition & 0 deletions .~lock.light-show-architecture.odp#
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
,almostengineer,aeoffice,24.09.2023 20:52,file:///home/almostengineer/.config/libreoffice/4;
15 changes: 0 additions & 15 deletions api/config.example.php

This file was deleted.

19 changes: 0 additions & 19 deletions api/dbmigrations/lightshowvital.sql

This file was deleted.

10 changes: 0 additions & 10 deletions api/dbmigrations/songrequest.sql

This file was deleted.

37 changes: 0 additions & 37 deletions api/dbmigrations/songsetting.sql

This file was deleted.

4 changes: 0 additions & 4 deletions api/docs/index.md

This file was deleted.

24 changes: 0 additions & 24 deletions api/mkdocs.yml

This file was deleted.

146 changes: 0 additions & 146 deletions api/theme/fpp.php

This file was deleted.

Binary file added light-show-architecture.odp
Binary file not shown.
Binary file added website/docs/images/light-show-architecture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Information about this blog and Kenny Robinson.

## Featured Project - Musical Light Show

Each year, I do a musical [Christmas light show](/lightshow). The show consists of synchronizing
lights to music. To pick a song for the Light Show, go to the [LIght Show Jukebox Page](/lightshow).
Each year, I do a musical Christmas light show. The show consists of synchronizing
lights to music. To pick a song for the Light Show, go to the [Light Show Jukebox Page](https://lightshow.thealmostengineer.com).

More information about the project, including song information, show times, and links to previous
years show videos, are available on the [project page](/projects/light-show).
Expand Down
19 changes: 19 additions & 0 deletions website/docs/lifestyle/2023.10.24-toastmasters-word-of-the-day.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Word of the Day: Regale"
author: Kenny Robinson, @almostengr
posted: 2023-10-24
category: lifestyle
keywords: toastmasters, word of the day, public speaking
---

For this meeting, I was responsible for the word of the day, aka the grammarian.

```text
regaleplay (rih-GAIL)
```

Regale is a somewhat formal word that means “to entertain or amuse by telling stories, describing experiences, etc.” It is often followed by with.

Word of the day was taekn from Merrian-Webster website.

The word was was 4 times during the meeting.
12 changes: 12 additions & 0 deletions website/docs/light-show-presentation/010-about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
presentation: true
---

# About The Show

## 2,130 LED lights
## 16 channels
## Took about 1.5 months to build box and show
## Approximately 15 minute show duration

[next](/light-show-presentation/020-controlbox)
15 changes: 15 additions & 0 deletions website/docs/light-show-presentation/020-controlbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
presentation: true
notes:
---

# Hardware, Control Box

![Control box with relays, Raspberry Pi, and outlets](/images/20201220presentation/20201204_120013.jpg)

[next](/light-show-presentation/030-raspberrypi)

* Incoming power
* Relays
* Control and audio
* Output/Lighting Connections
15 changes: 15 additions & 0 deletions website/docs/light-show-presentation/030-raspberrypi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
presentation: true
---

# Hardware, Raspberry Pi and FM Transmitter

![Raspberry Pi and FM Transmitter](/images/20201220presentation/20201220_084747.jpg)

[next](/light-show-presentation/040-relays)

* 5 volt circuit, provided by the Raspberry Pi
* Used to control relays
* FM transmitter, broadcasts on signal of choosing
* low-power transmitter
* 27 channel capacity
13 changes: 13 additions & 0 deletions website/docs/light-show-presentation/040-relays.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
presentation: true
---

# Hardware, Solid State Relays

![8-Channel Solid State Relay board](/images/20201220presentation/20201220_084801.jpg)

[next](/light-show-presentation/050-architecture)

* No moving parts
* Silent operation
* Connected to lights via outlets
9 changes: 9 additions & 0 deletions website/docs/light-show-presentation/050-architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
presentation: true
---

# Software, Architecture

![](/images/light-show-architecture.jpg)

[next](/light-show-presentation/060-xlights)
12 changes: 12 additions & 0 deletions website/docs/light-show-presentation/060-xlights.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
presentation: true
---

# Software, Xlights

![Screenshot of Xlights sequencing](/images/20201220presentation/xlights.jpg)

[next](/light-show-presentation/070-falconplayer)

* Used to create a file that controls the lights
* Build model of house to preview show
Loading

0 comments on commit 84cc0d3

Please sign in to comment.