Page 1 of 1

Get Text from Database

Posted: Sun Aug 29, 2021 2:46 pm
by jinjugo
I eagle to get Temperature information from Database or Webpage

What I want to do is

There are total 3 rooms In My storage

Each room's temperature is quite different

I want to display real time Temperature in VR System

For Example

1. Room 1 : 25F
2. Room 2 : 50F
3. Room 3 : -20F

All Realtime Temperature information is Saving my Database.

1. Is it possible get text data directly from MySQL database ? ( Using query : Select Temp from Room1)
2. If Impossible I have to generator Each room's Temp html file then using Iframe?

Thank you.

Re: Get Text from Database

Posted: Tue Aug 31, 2021 10:26 am
by k.ary.n
Yes, it can be done. Maybe someone on the forum can help with the specifics. But you might find what you need from our API: https://ggnome.com/doc/javascript-api/.