A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Starting from an existing module?
-
@sifuhall what is the ‘json command’ written in? python?
see my PythonPrint module
https://github.com/sdetweil/MMM-PythonPrintwhich launches a python script, captures it’s print/stdout content, and sends it to the front end to process
it can launch python scripts that output repeatedly over time, or it can launch a one time script on some timed cycle
-
Thanks for the reply.
The JSON command works from a browser.
This is the command
http://192.168.1.9/JSON?request=getstatus&ref=260,175,233260,175,233 would be the IDs I would like to pass
-
@sifuhall you should be able to do that right in the browser side with built in fetch()
-
@sdetweil Thank you
-
@sifuhall my SampleModule has all the parts. u won’t need the helper if fetch works