summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Example.settings.json3
-rw-r--r--README.md20
-rw-r--r--__pycache__/Adafruit_Thermal.cpython-39.pycbin15579 -> 0 bytes
-rw-r--r--__pycache__/cal.cpython-310.pycbin1304 -> 0 bytes
-rw-r--r--__pycache__/cal.cpython-39.pycbin1294 -> 0 bytes
-rw-r--r--__pycache__/ipqr.cpython-39.pycbin627 -> 0 bytes
-rw-r--r--__pycache__/natDay.cpython-310.pycbin665 -> 0 bytes
-rw-r--r--__pycache__/natDay.cpython-39.pycbin653 -> 0 bytes
-rw-r--r--__pycache__/news.cpython-310.pycbin844 -> 0 bytes
-rw-r--r--__pycache__/news.cpython-39.pycbin832 -> 0 bytes
-rw-r--r--__pycache__/quote.cpython-310.pycbin602 -> 0 bytes
-rw-r--r--__pycache__/quote.cpython-39.pycbin590 -> 0 bytes
-rw-r--r--__pycache__/settings.cpython-310.pycbin380 -> 0 bytes
-rw-r--r--__pycache__/settings.cpython-39.pycbin415 -> 0 bytes
-rw-r--r--__pycache__/weather.cpython-310.pycbin1622 -> 0 bytes
-rw-r--r--__pycache__/weather.cpython-39.pycbin1756 -> 0 bytes
16 files changed, 14 insertions, 9 deletions
diff --git a/Example.settings.json b/Example.settings.json
index c0b654d..b8b78d5 100644
--- a/Example.settings.json
+++ b/Example.settings.json
@@ -25,4 +25,5 @@
"name": "yourName",
"Line Width": 32
}
-} \ No newline at end of file
+}
+
diff --git a/README.md b/README.md
index 4e57f76..b9a8163 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# The Morning Paper
-The Morning Paper is a project that prints out different information to a
-receipt printer in the morning. The project will include template modules for
-today's calendar events, the weather, a quote, top news headlines, and the
+The Morning Paper is a project that prints out different information to a
+receipt printer in the morning. The project will include template modules for
+today's calendar events, the weather, a quote, top news headlines, and the
national day.
## Modules
-The modules provided are written in python and will use the [adafruit thermal
-printer library](https://github.com/adafruit/Python-Thermal-Printer) to
-interface with the
+The modules provided are written in python and will use the [adafruit thermal
+printer library](https://github.com/adafruit/Python-Thermal-Printer) to
+interface with the
[adafruit thermal printer used](https://www.adafruit.com/product/600).
## TODO
@@ -19,6 +19,10 @@ interface with the
- Web interface for settings
~~- Settings print out with qr code to ip address~~
- Fix the Phantom j
+- Migrate to the RPI Pico W
+ - Use their wireless packages to connect to internet
+ - Decide how to handle storing wireless
+ - Look into the [Circutpython Printer Library](https://learn.adafruit.com/mini-thermal-receipt-printer/circuitpython)
## Parts
- [Adafruit Thermal Printer](https://www.adafruit.com/product/600)
@@ -31,5 +35,5 @@ interface with the
- [National Day API](https://national-api-day.herokuapp.com)
## Setup
-Rename Example.settings.json to settings.json and fill in the needed
-information. \ No newline at end of file
+Rename Example.settings.json to settings.json and fill in the needed
+information.
diff --git a/__pycache__/Adafruit_Thermal.cpython-39.pyc b/__pycache__/Adafruit_Thermal.cpython-39.pyc
deleted file mode 100644
index 4a5e00b..0000000
--- a/__pycache__/Adafruit_Thermal.cpython-39.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/cal.cpython-310.pyc b/__pycache__/cal.cpython-310.pyc
deleted file mode 100644
index 2f41663..0000000
--- a/__pycache__/cal.cpython-310.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/cal.cpython-39.pyc b/__pycache__/cal.cpython-39.pyc
deleted file mode 100644
index 5b90adf..0000000
--- a/__pycache__/cal.cpython-39.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/ipqr.cpython-39.pyc b/__pycache__/ipqr.cpython-39.pyc
deleted file mode 100644
index b64b294..0000000
--- a/__pycache__/ipqr.cpython-39.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/natDay.cpython-310.pyc b/__pycache__/natDay.cpython-310.pyc
deleted file mode 100644
index c1c7433..0000000
--- a/__pycache__/natDay.cpython-310.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/natDay.cpython-39.pyc b/__pycache__/natDay.cpython-39.pyc
deleted file mode 100644
index bd91c23..0000000
--- a/__pycache__/natDay.cpython-39.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/news.cpython-310.pyc b/__pycache__/news.cpython-310.pyc
deleted file mode 100644
index cb7bfb1..0000000
--- a/__pycache__/news.cpython-310.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/news.cpython-39.pyc b/__pycache__/news.cpython-39.pyc
deleted file mode 100644
index 9f4a227..0000000
--- a/__pycache__/news.cpython-39.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/quote.cpython-310.pyc b/__pycache__/quote.cpython-310.pyc
deleted file mode 100644
index 608f74f..0000000
--- a/__pycache__/quote.cpython-310.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/quote.cpython-39.pyc b/__pycache__/quote.cpython-39.pyc
deleted file mode 100644
index 6b0e847..0000000
--- a/__pycache__/quote.cpython-39.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/settings.cpython-310.pyc b/__pycache__/settings.cpython-310.pyc
deleted file mode 100644
index 016635d..0000000
--- a/__pycache__/settings.cpython-310.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/settings.cpython-39.pyc b/__pycache__/settings.cpython-39.pyc
deleted file mode 100644
index 760b11a..0000000
--- a/__pycache__/settings.cpython-39.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/weather.cpython-310.pyc b/__pycache__/weather.cpython-310.pyc
deleted file mode 100644
index 379b763..0000000
--- a/__pycache__/weather.cpython-310.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/weather.cpython-39.pyc b/__pycache__/weather.cpython-39.pyc
deleted file mode 100644
index 13ed610..0000000
--- a/__pycache__/weather.cpython-39.pyc
+++ /dev/null
Binary files differ