Skip to content

Instantly share code, notes, and snippets.

@darrenwatt
darrenwatt / temp-show.py
Created April 16, 2021 11:39
Code to get temperature of mancave and from denmead weather data and display on inkyphat display on raspberry pi
# This Python file uses the following encoding: utf-8
from inky import InkyPHAT
from PIL import Image, ImageFont, ImageDraw
from font_fredoka_one import FredokaOne
from datetime import datetime
import time
import requests
from bs4 import BeautifulSoup
from influxdb import InfluxDBClient
import pprint