New charts added to stats as we have access not to nodes via API

This commit is contained in:
Pablo Revilla
2025-09-15 09:59:19 -07:00
parent 8dec274045
commit 48a4be887c
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -328,7 +328,7 @@
.catch(err => console.error(err));
}
// ---- Polling Control ----
// ---- Polling Control code ----
let packetInterval = null;
const mapInterval = {{ site_config["site"]["map_interval"] | default(3) }}; // seconds
+7
View File
@@ -28,6 +28,9 @@ title = Bay Area Mesh
# A brief message shown on the homepage.
message = Real time data from around the bay area and beyond.
# Starting URL when loading the index page.
starting = /chat
# Enable or disable site features (as strings: "True" or "False").
nodes = True
conversations = True
@@ -48,6 +51,10 @@ map_bottom_right_lon = -121
weekly_net_message = Weekly Mesh check-in. We will keep it open on every Wednesday from 5:00pm for checkins. The message format should be (LONG NAME) - (CITY YOU ARE IN) #BayMeshNet.
net_tag = #BayMeshNet
# Updates intervals in seconds, zero or negative number means no updates
# defaults will be 3 seconds
map_interval=3
firehose_interal=3
# -------------------------
# MQTT Broker Configuration