|
|
@@ -13,7 +13,12 @@ Most of the code and setup stolen from: [Instructables](https://www.instructable |
|
|
|
- Pictures can be posted to Twitter. See more at [argentinasat twitter account](https://twitter.com/argentinasat) |
|
|
|
|
|
|
|
## Install |
|
|
|
There's an [install.sh](install.sh) script that does (almost) everything at once. If in doubt, see the [install guide](INSTALL.md) |
|
|
|
There's an [install.sh](install.sh) script that does (almost) everything at once. If in doubt, see the [install guide](INSTALL.md). |
|
|
|
|
|
|
|
Once you've performed an installation or if you're pulling down the latest version of code, use the `check.sh` script to ensure all of |
|
|
|
the requisite changes needed for the version of code you're using are in place. For example, in one refactor, the `sun.py` script was |
|
|
|
updated to rely on `/home/pi/.noaa.conf` having vars declared for `LAT`, `LON`, and `TZ_OFFSET` - if any of these are missing, the check |
|
|
|
script will fail and report what needs to occur to fix this. |
|
|
|
|
|
|
|
## Post config |
|
|
|
* [Setup Twitter auto posting feature](INSTALL.md#set-your-twitter-credentials) |
|
|
|