A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Change Pages with NumPad
-
@drkineticpie i see the same. seems module is broken, no updates for 3 years… issues open for the same problems…
-
@sdetweil I have now also decided to do it differently, unfortunately it does not work :D
I have a python script:
import requests import keyboard keyboard.add_hotkey("shift+t", lambda: requests.get('http://127.0.0.1:9000/some/endpoint')) keyboard.wait()
Then magicmirror is started via nohup…
However, the script does not work