Skip to content

Instantly share code, notes, and snippets.

@jmlw
jmlw / klicky.md
Created March 15, 2026 03:25 — forked from conlank/klicky.md
Klicky Writeup

Major credit for this document goes to LoganFraiser. I simply built off his documentation and sources in an attempt to help make it a little more user friendly.

If you are have suggestions, problems, comments leave them below or get in touch with me (Toynbee) on discord.

So you want to set up AutoZ with your new Klicky Probe?

Klicky

First things first:

Does your Klicky work? And I don't just mean that the probe correctly detects Open or Closed when you push the switch with your finger (although it better do that as well). Does it dock and undock automatically? Did you install the Klicky macros and customize the variables? Have you tried your Print_Start macro to make sure that it works, and works MORE THAN ONCE?

fernando@fernando-Vostro-5470:~$ curl start.spring.io
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Initializr :: https://start.spring.io
@jmlw
jmlw / aired_today_playlist.py
Created November 10, 2018 23:02 — forked from blacktwin/aired_today_playlist.py
Create a Plex Playlist with what was aired on this today's month-day, sort by oldest first, using PlexAPI
"""
Create a Plex Playlist with what was aired on this today's month-day, sort by oldest first.
If Playlist from yesterday exists delete and create today's.
If today's Playlist exists exit.
"""
import operator, time
from plexapi.server import PlexServer
import requests