From c021b1d5cc27685182d2227049d274b64bc7f334 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 12 Jun 2024 23:53:13 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6fb8fb9..957ca16 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ It is recomended to leave this setting as default `True` to keep the channel cle ``` RESPOND_BY_DM_ONLY = True # Set to True to respond messages via DM only (keeps the channel clean) ``` + Solar Data needs the LAT LONG for your area on the [solarconditions.py](solarconditions.py) +``` +LATITUDE = 48.50 +LONGITUDE = -123.0 +``` # requirements ```