Part 2
PeppyMeter Configuration
- For PeppyMeter settings, edit the file /home/volumio/PeppyMeter/config.txt. Under [current]
a. Set the meter type i.e. random, emerald, red etc
b. Set interval if random is selected to change the vu meters every 60 seconds
c. Set meter.size to small, medium, large, wide. These names are defined in file configfileparser.py under the same names (small, medium, large, wide). These names also represent the folder names where all the vu meters and their settings are. Don’t change that.- small
- medium
- large
- wide
- Edit file configfileparser.py and search what you used in step 13c. Match width and height to match your screen resolution. If your screen resolution is 1920x515 change the WIDE setting to represent that.
a. WIDE_WIDTH = 1920
b. WIDE_HEIGHT = 480
c. LARGE_WIDTH = 800
d. LARGE_HEIGHT = 480
e. etc - For step 13 to 17 you might need to change file and folder permissions in order to perform these steps. Use sudo chmod 777 “file/folder” name with no quotations.
- Start the screensaver by running sudo ./run_peppymeter.sh
to be continued…