Posts: 3
Threads: 0
Joined: Sep 2021
Reputation:
0
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
Posts: 567
Threads: 5
Joined: Mar 2020
Reputation:
31
(03-30-2022, 02:01 PM)karas Wrote: 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
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
Posts: 567
Threads: 5
Joined: Mar 2020
Reputation:
31
(03-30-2022, 10:34 PM)fdealexa Wrote: (03-30-2022, 02:01 PM)karas Wrote: 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
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
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
git clone https://github.com/project-owner/peppyalsa.git
cd peppyalsa
sudo apt-get install libasound2-dev libfftw3-dev
aclocal && libtoolize
autoconf && automake --add-missing
./configure && make
sudo make install
I have tested it on a scratch 8.0.2 installation with a raspberry hat as DAC.
Good luck and best regards,
Francesco
Posts: 3
Threads: 0
Joined: Sep 2021
Reputation:
0
(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
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
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
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
git clone https://github.com/project-owner/peppyalsa.git
cd peppyalsa
sudo apt-get install libasound2-dev libfftw3-dev
aclocal && libtoolize
autoconf && automake --add-missing
./configure && make
sudo make install
I have tested it on a scratch 8.0.2 installation with a raspberry hat as DAC.
Good luck and best regards,
Francesco
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_a...oOde720.md
Posts: 567
Threads: 5
Joined: Mar 2020
Reputation:
31
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
Posts: 18
Threads: 1
Joined: Aug 2021
Reputation:
0
Hi,
is it work with LCD 1920X480 resolution?
Posts: 567
Threads: 5
Joined: Mar 2020
Reputation:
31
(07-23-2022, 05:47 AM)lhkp0480 Wrote: Hi,
is it work with LCD 1920X480 resolution?
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
Posts: 567
Threads: 5
Joined: Mar 2020
Reputation:
31
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
Posts: 18
Threads: 1
Joined: Aug 2021
Reputation:
0
07-25-2022, 12:37 PM
(This post was last modified: 07-25-2022, 01:08 PM by lhkp0480.)
Hi Francesco,
Thank you for your reply.
I go to this step, it's look good:
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?
Posts: 567
Threads: 5
Joined: Mar 2020
Reputation:
31
(07-25-2022, 12:37 PM)lhkp0480 Wrote: Hi Francesco,
Thank you for your reply.
I go to this step, it's look good:
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?
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
|