|
|
|
|
|
by inanutshellus
589 days ago
|
|
assuming your eink display would be on the same LAN as some always-on PC... 1. install python
2. make a file named `index.html` somewhere.
2a. put this in the "head" tag, so it'll refresh hourly: `<meta http-equiv="refresh" content="3600">`.
3. run `python -m http.server` from the same folder
This will start a single-threaded web server on 8000
4. On another machine on your network verify you can pull up http://firstmachine:8000/.
5. having proven it works, go buy an e-ink display and point it to http://firstmachine:8000/, make it the default homepage.
Voila.Any time you have anything to say, just edit the `index.html` file and the eink display will update. No need for fancy subscription services or kickstarter projects or crowdfunding... just... batteries included python. |
|
https://github.com/TrisSherliker/FridgeChalkboard/tree/main