MeshSense directly connects to your Meshtastic node via Bluetooth or WiFi and continuously provides information to assess the health of your mesh network.
I figured out my issue. I had no idea what a .mjs file was. after figuring out that, it turns out I installed too low a version of Node.js. Got it installed now.
I am attempting to install MeshSense on a Debian VM on Proxmox and I am running into an error when I run ./update.mjs. It returns and error
import { styleText } from 'util'; SyntaxError: The requested module 'util' does not provide an export named 'styleText'
Have you run into this? Where is module 'util'?