Start with the example sketch, and only make changes in the left-most tab.
For anything we do with the weather, your sketch will have this format:
// this will store all the weather data
let w;
#!/usr/bin/env python3 | |
import json | |
import sys | |
''' Quick hack to detect the speed of plugged-in USB devices on macOS, | |
then write a simple HTML page with the info and open it in a browser. | |
Calls out to the command line system_profiler tool to retrieve the information. |
# Compile rsync 3.2.3 | |
Follow these instructions in Terminal on both the client and server to download and compile rsync on macOS | |
# Download and unarchive rsync and its patches | |
cd ~/Desktop | |
curl -O https://rsync.samba.org/ftp/rsync/src/rsync-3.2.3.tar.gz | |
curl -O https://rsync.samba.org/ftp/rsync/src/rsync-patches-3.2.3.tar.gz | |
tar xvfz rsync-3.2.3.tar.gz |