npm install
npm startThe API server should run on port 5000
| """ | |
| Demonstrates how to use the blocking scheduler to schedule a job that executes on 3 second | |
| intervals. | |
| """ | |
| from datetime import datetime | |
| import os | |
| import threading | |
| from apscheduler.schedulers.blocking import BlockingScheduler |
| { | |
| "name": "magicmirror", | |
| "version": "2.3.1", | |
| "description": "The open source modular smart mirror platform.", | |
| "main": "js/electron.js", | |
| "scripts": { | |
| "start": "sh run-start.sh", | |
| "install": "cd vendor && yon install", | |
| "install-fonts": "cd fonts && yon install", | |
| "postinstall": "sh installers/postinstall/postinstall.sh && yon run install-fonts", |
This extractor runs on debian linux and allows you to read the image content without owning an Onyx Boox device
Please use a Debian based linux device to run the script. Please follow the steps below:
MODEL column of your desired devicedownload.sh, and replace DEVICE_NAME with your name of your desired devicedownload.sh| #!/usr/bin/env python3 | |
| import edge_tts | |
| import newspaper | |
| import argparse | |
| import os | |
| import subprocess | |
| import logging | |
| import shutil | |
| import re | |
| import functools |