@kevsfastz said in Does anyone know how to make the iFrame module refresh periodically?:
@fox
The simple answer is yes it is possible. What is your goal specifically?
I have another raspberry who gets temperatures with one-wire-sensors.
This i provide in a simple homepage:
<div>
<div>
<h2>...</h2>
<p><b>Temperaturen:</b></p>
<p>Luft:............ -3.5°</p>
<p>Dach:........... -2.5°</p>
<p>Pool: ............3.5°</p>
<p><b>Status: </b></p>
<p>Pumpe:........... <b>Aus</b></p>
<p>Solarheizung:...<b>Aus</b></p>
<br />
<p><b>Meta: </b></p>
<p>System:...........Linux 4.1.19+ armv6l</p>
<p>CPU Temp:....14.260°</p>
<p>Sensors...........3 x DS18B20 @ 5V </p>
<p>Last Update:......Mon 13-02-2017, 19:40:05 Uhr</p>
</div>
<p>....</p>
</div>
how to show this, or parts of it?
edit:(the html header will not be shown in this forum framework :walking: