Volumio x86 + PeppyMeter

I am not sure if Peppy will still run on x86 devices.
I think you need to perform a full manual install, which breaks the Volumio intergration.

@2aCD
Any idea if the x86 users still have a way to use peppy?

volumio@volumio-dell-touch:~/scripts$ sudo bash peppy.sh
volumio_peppymeter.py is not running. Starting run_peppymeter.sh...
volumio@volumio-dell-touch:~/scripts$ pygame 1.9.4.post1
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "/usr/lib/python3.7/configparser.py", line 788, in get
    value = d[option]
  File "/usr/lib/python3.7/collections/__init__.py", line 914, in __getitem__
    return self.__missing__(key)            # support subclasses that define __missing__
  File "/usr/lib/python3.7/collections/__init__.py", line 906, in __missing__
    raise KeyError(key)
KeyError: 'meter.size'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "volumio_peppymeter.py", line 97, in <module>
    parser = Volumio_ConfigFileParser(pm.util.meter_config[BASE_PATH])
  File "/home/volumio/PeppyMeter/volumio_configfileparser.py", line 76, in __init__
    meter_size = c.get(CURRENT, METER_SIZE)
  File "/usr/lib/python3.7/configparser.py", line 791, in get
    raise NoOptionError(option, section)
configparser.NoOptionError: No option 'meter.size' in section: 'current'