Skip to content

Instantly share code, notes, and snippets.

@jctosta
jctosta / wireless_doorbell_nodemcu.cpp
Created March 7, 2017 22:34
Wireless Doorbell with NodeMCU and IFTTT Maker Channel
#include <ESP8266WiFi.h>
#include <WiFiClientSecure.h>
#define BUTTON 4
int buttonState = 0;
const char* ssid = "<wifi_ssid>";
const char* password = "<wifi_password>";
@jsyeo
jsyeo / README.md
Last active February 28, 2021 18:32 — forked from jmb/README.md

Description

This is a fork of jmb's awesome widget that grabs the events with a private address instead of going through the tiresome process of Google's OAuth authentication.

Dashing widget to display the next and some subsequent Google Calendar events using the Google Calendar's private urls.

See the screenshot below

Installation