Get Text from Database

Q&A about the latest versions
Post Reply
jinjugo
Posts: 8
Joined: Fri Jun 25, 2021 10:52 am

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.
User avatar
k.ary.n
Gnome
Posts: 615
Joined: Wed Aug 15, 2007 1:02 pm

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/.
Post Reply