![]() |
PeppyMeter and moOde - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: PeppyMeter and moOde (/showthread.php?tid=3484) |
RE: PeppyMeter and moOde - karas - 03-30-2022 HI I'm currently stuck at the "Loopback" configuration. Songs cant be play when i set the loopback "on" and showing MPD error. I think the core system was changed due to the new version? is there any peppymeter installation update for the latest version of moode? thanks K RE: PeppyMeter and moOde - fdealexa - 03-30-2022 (03-30-2022, 02:01 PM)karas Wrote: HI Hello Karas, I haven't test it yet. I will probably try dyring the weekend and, of course, I will inform about that. Best regards and thanks, Francesco RE: PeppyMeter and moOde - fdealexa - 04-03-2022 (03-30-2022, 10:34 PM)fdealexa Wrote:(03-30-2022, 02:01 PM)karas Wrote: HI Hi Karas, would you please try the follow commands for the point 1 (instead of that reported on the github Installation and configuration of PeppyAlsa) , follow the point 2 ... and let me know? Code: sudo apt-get install git I have tested it on a scratch 8.0.2 installation with a raspberry hat as DAC. Good luck and best regards, Francesco RE: PeppyMeter and moOde - karas - 04-16-2022 (04-03-2022, 08:09 AM)fdealexa Wrote:(03-30-2022, 10:34 PM)fdealexa Wrote:(03-30-2022, 02:01 PM)karas Wrote: HI Hi Francesco, Thanks for the update. I tried your commands and got "openMpdsock ()Failed" message. Am I make mistake with the step 2 for moode 7.2? since new version doesn't work with it? https://github.com/FdeAlexa/PeppyMeter_and_moOde/blob/main/2_4_moOde720.md RE: PeppyMeter and moOde - fdealexa - 04-16-2022 Hi Karas, To try to help you, I need to replicate your environment. Would you please describe your configuration and send the output of the following command: moodeutl -l Thanks, Francesco P.S. 7.2 is ok RE: PeppyMeter and moOde - lhkp0480 - 07-23-2022 Hi, is it work with LCD 1920X480 resolution? RE: PeppyMeter and moOde - fdealexa - 07-23-2022 (07-23-2022, 05:47 AM)lhkp0480 Wrote: Hi, Hello ... (I don't know your name), as reported on the official documentation "PeppyMeter wiki" : -UI is available in four resolutions 1280x400, 800x480, 480x320 and 320x240 pixels. Best regards, Francesco RE: PeppyMeter and moOde - fdealexa - 07-23-2022 Hello everybody this is the Video of the current situation of my experiments (moOde, PeppyMeter and more). Any comments, suggestions and criticisms will be appreciated. Greetings and thanks, Francesco RE: PeppyMeter and moOde - lhkp0480 - 07-25-2022 Hi Francesco, Thank you for your reply. I go to this step, it's look good: [attachment=2881] and when go to this step: "pi@moode:~/PeppyMeter $ cd /home/pi/PeppyMeter pi@moode:~/PeppyMeter $ sudo python3 peppymeter.py > /dev/fb0" and get an error : "Traceback (most recent call last): File "peppymeter.py", line 290, in <module> pm.init_display() File "peppymeter.py", line 150, in init_display pygame.display.init() pygame.error: Unable to open mouse" Do you have any ide to fix? RE: PeppyMeter and moOde - fdealexa - 07-25-2022 (07-25-2022, 12:37 PM)lhkp0480 Wrote: Hi Francesco, It looks like you do not have changed the "mouse.device" in the "config.txt" that should be "mouse.device = /dev/input/event0". Let's try to see the results of the following commands: Code: cat /home/pi/PeppyMeter/config.txt and Code: ls -lia /dev/input/* Best regards, Francesco |