santoru / pihole-dashboard

Minimal and clean dashboard to visualize some stats of Pi-Hole with an E-Ink display attached to your Raspberry Pi
GNU General Public License v3.0
125 stars 10 forks source link

Monitoring a remote pihole from a non-pihole RPi #13

Open h2o82 opened 7 months ago

h2o82 commented 7 months ago

Hi,

Everything installed OK however the epaper flashes every minute to update and does not display any text, just a white screen.

When running thesudo pihole-dashboard-draw I get the following:

Traceback (most recent call last):
  File "/usr/local/bin/pihole-dashboard-draw", line 23, in <module>
    pihole_dashboard.update()
  File "/usr/local/lib/python3.9/dist-packages/pihole_dashboard/__init__.py", line 134, in update
    process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE)
  File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/pihole'

Environment:

Can you advise on the issue or supply some hints?