Hi
I have just started to use Dash. My final goal is to develop a dashboard to simulate buildig energy and exchange CAD data but right now I just trying to read data from a local textfile that is being updated one per second. The examples I found at https://dash.plot.ly/live-updates contains so many aspects so I wonder if someone could help me with an simple example, just reading data once per second and visualize this on a page.
import dash
import dash_core_components as dcc
import dash_html_components as html
from dash.dependencies import Input, Output, Event, State
import os
path1 = os.path.join(’/Users/giovannicruz/Documents/’, ‘Storm2018.txt’)