12/19/2019 6:47 AM | |
Posts: 531 Rating: (34) |
Maybe it is a to small refresh time between the intervals. Test it with 10s as the web server is not that fast. |
12/19/2019 12:28 PM | |
Posts: 531 Rating: (34) |
Oh, I see. I am not firm in java, but maybe it has to do something with only one type of variables are allowed thing: https://stackoverflow.com/questions/27872387/can-a-java-lambda-have-more-than-1-parameter Are the variables different kind or would it be possible to use a list of variables for passing to the main html? |
12/19/2019 1:35 PM | |
Joined: 2/24/2018 Last visit: 8/16/2024 Posts: 11 Rating: (0) |
Both variable are INT type. |
Last edited by: Andre309 at: 12/19/2019 13:36:17 |
|
1/10/2020 5:06 PM | |
Joined: 2/8/2017 Last visit: 3/15/2024 Posts: 87 Rating: (17) |
sorry, i missed the "$." in front of json parse it has to be:
as alternativ you can also choose native java script:
https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse |
Follow us on