imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

[Feature Request] Allow blank name for external command #91

Open puterboy opened 2 years ago

puterboy commented 2 years ago

Currently, it seems that if the 'name' is blank then the external command fails to run/display. I use the command to retrieve a couple of different temperatures along with the relevant labels so I don't need a separate "name".

The best I can do is to set the 'name' to a space, in which case it displays ':'

Desired behavior would be if no name and command exists, the run and display output of command without name or colon.

Thanks!