In the case of the local push, the update will be as fast as possible (with minimal impact of network delays). But note that each goal frame has an animation (which cannot be disabled) and a minimal display time of couple seconds. If you want to create an application to stream data in real-time (VU meter, noise meter, etc.), this will be almost impossible using the goal frame.
In the case of the local push, the update will be as fast as possible (with minimal impact of network delays). But note that each goal frame has an animation (which cannot be disabled) and a minimal display time of couple seconds. If you want to create an application to stream data in real-time (VU meter, noise meter, etc.), this will be almost impossible using the goal frame.
Phil B
I would like to create an app which display a value on a Goal frame (from 0 to 100%) for example.
And I would like to update it "as fast as possible" (smooth). Like a VU meter for example.
- How to push only the current value ? (local push ?)
- How fast is it possible (every seconds ? quicker ?)
Many thanks for your suggestions, best regards
You can push the data directly to your app in the local network. Simply change the host address from developer.lametric.com to your LaMetric Time IP address. For example, https://developer.lametric.com/api/v1/dev/widget/update/com.lametric.package/1
will become
https://192.168.2.1:4343/api/v1/dev/widget/update/com.lametric.package/1
In the case of the local push, the update will be as fast as possible (with minimal impact of network delays). But note that each goal frame has an animation (which cannot be disabled) and a minimal display time of couple seconds. If you want to create an application to stream data in real-time (VU meter, noise meter, etc.), this will be almost impossible using the goal frame.
Best regards,
LaMetric Support Team
LaMetric Logistics Support
You can push the data directly to your app in the local network. Simply change the host address from developer.lametric.com to your LaMetric Time IP address. For example, https://developer.lametric.com/api/v1/dev/widget/update/com.lametric.package/1
will become
https://192.168.2.1:4343/api/v1/dev/widget/update/com.lametric.package/1
In the case of the local push, the update will be as fast as possible (with minimal impact of network delays). But note that each goal frame has an animation (which cannot be disabled) and a minimal display time of couple seconds. If you want to create an application to stream data in real-time (VU meter, noise meter, etc.), this will be almost impossible using the goal frame.
Best regards,
LaMetric Support Team
-
How to pull data from external site to display?
-
nodejs request "gets acces denied"
-
curl to python for eventghost
-
Push text from Eventghost to LaMetric via python
-
Basic API pull and json parse example....
-
A guide for starting an app?
-
A small wrapper to push your just created JIRA issues to your LaMetric.
-
Simple project to push home consumption data to be shown on a Lametric device
-
Interface to have Slack send messages to a LaMetric Time
-
Very simple module to push frames to LaMetric
See all 149 topics