Skip to content

Instantly share code, notes, and snippets.

$WW = "C:\Users\$CurrentUser\Desktop\Wolverine\Maize\WolverineWins.txt"
$SW = "C:\Users\$CurrentUser\Desktop\Wolverine\Sparty\Green\SpartyWins.txt" #Replace with whatever file you want to do this to.
$CurrentUser = $env:UserName #User account to grant permisions too.
$Rights = "Read, ReadAndExecute, ListDirectory" #Comma seperated list.
$InheritSettings = "Containerinherit, ObjectInherit" #Controls how permissions are inherited by children
$PropogationSettings = "None" #Usually set to none but can setup rules that only apply to children.
$RuleType = "Allow" #Allow or Deny.
function ChangePermWW
{
2020-02-25 10:39:59 ERROR Tautulli WebSocket :: Failed to process session data: 'studio'.
2020-02-25 10:39:59 DEBUG Tautulli Pmsconnect :: No children data.
2020-02-25 10:39:59 ERROR Tautulli WebSocket :: Failed to process session data: 'studio'.
2020-02-25 10:39:59 DEBUG Tautulli Pmsconnect :: No children data.
2020-02-25 10:39:49 ERROR Tautulli WebSocket :: Failed to process session data: 'studio'.
2020-02-25 10:39:49 DEBUG Tautulli Pmsconnect :: No children data.
2020-02-25 10:39:48 ERROR Tautulli WebSocket :: Failed to process session data: 'studio'.
2020-02-25 10:39:48 DEBUG Tautulli Pmsconnect :: No children data.
2020-02-25 10:39:39 ERROR Tautulli WebSocket :: Failed to process session data: 'studio'.
2020-02-25 10:39:39 DEBUG Tautulli Pmsconnect :: No children data.
import csv
import os
import sys
import json
import requests
import time
import platform
from lxml import html
from plexapi.server import PlexServer
from tmdbv3api import TMDb
#include <Adafruit_NeoPixel.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#define FASTLED_INTERRUPT_RETRY_COUNT 0
#include <FastLED.h>
#include <ArduinoOTA.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
/************ WIFI and MQTT INFORMATION (CHANGE THESE FOR YOUR SETUP) ******************/
#define wifi_ssid "**" //enter your WIFI SSID
if (setEffect == "Red Green White Loop") {
static uint8_t startIndex = 0;
startIndex = startIndex + 1; /* higher = faster motion */
Serial.print("x");
// First slide the led in one direction
for(int i = 0; i < NUM_LEDS; i++) {
// Set the i'th led to red
leds[i] = CRGB(255, 0, 0);
// Show the leds
FastLED.show();
#include <Adafruit_NeoPixel.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#define FASTLED_INTERRUPT_RETRY_COUNT 0
#include <FastLED.h>
#include <ArduinoOTA.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
/************ WIFI and MQTT INFORMATION (CHANGE THESE FOR YOUR SETUP) ******************/
#define wifi_ssid "**" //enter your WIFI SSID
#include <Adafruit_NeoPixel.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#define FASTLED_INTERRUPT_RETRY_COUNT 0
#include <FastLED.h>
#include <ArduinoOTA.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
/************ WIFI and MQTT INFORMATION (CHANGE THESE FOR YOUR SETUP) ******************/
#define wifi_ssid "**" //enter your WIFI SSID
#include <Adafruit_NeoPixel.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#define FASTLED_INTERRUPT_RETRY_COUNT 0
#include <FastLED.h>
#include <ArduinoOTA.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
/************ WIFI and MQTT INFORMATION (CHANGE THESE FOR YOUR SETUP) ******************/
#define wifi_ssid "**" //enter your WIFI SSID
#include <Adafruit_NeoPixel.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#define FASTLED_INTERRUPT_RETRY_COUNT 0
#include <FastLED.h>
#include <ArduinoOTA.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
/************ WIFI and MQTT INFORMATION (CHANGE THESE FOR YOUR SETUP) ******************/
In file included from /Users/kylebostick/Google Drive/Holidays Lights/Arduino Files/With_C9_code/With_C9_code.ino:5:0:
/Users/kylebostick/Documents/Arduino/libraries/FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.007
# pragma message "FastLED version 3.001.007"
^
In file included from /Users/kylebostick/Documents/Arduino/libraries/FastLED/FastLED.h:68:0,
from /Users/kylebostick/Google Drive/Holidays Lights/Arduino Files/With_C9_code/With_C9_code.ino:5:
/Users/kylebostick/Documents/Arduino/libraries/FastLED/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
^
/Users/kylebostick/Google Drive/Holidays Lights/Arduino Files/With_C9_code/With_C9_code.ino: In function 'void loop()':