Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


PeppyMeter and moOde
(05-23-2024, 10:25 AM)fdealexa Wrote: @Pappece

Hi Pappece,
as expected the field is not correct:
on your config.txt:
Code:
pipe.name = /home/tmp/peppyfifo

It has to be:
Code:
pipe.name = /var/tmp/peppyfifo

Would you please try to change it and let us know the results?
Best regards,
Francesco

Hi, Francesco i corrected the pipe name in config.txt and now it's all ok,meters move.
In config.txt i changed some parameters to adapt the configuration to my wavewshare 11,9 display using gelo skins , so changed
meter.folder = 1480x320_Gelo5 01-20 Skins
screen.width = 1480
screen.height = 320
and the meter goes very well.
Only issue is that some skins have a space to display the cover of the artist performing music and i don't know how to do....
Tried with all sources Nas,webradios,spotifyconnect.
Now i had to work to autostart....
Thank's a lot 
Grazie infinite per il tuo aiuto !


Attached Files Thumbnail(s)
   
Reply
(05-24-2024, 06:56 PM)fdealexa Wrote: Hi Marco,
What is your hardware configuration?
What display are you using and how is connected?
What you see on the display?
Best regards,
Francesco
P.S.: starting tonight, I will be far from home, at least for at week, so please pardon me if any delay in answering.

Ciao Francesco


I am using a 7 inch DSI Touch Screen for Raspberry Pi 5/4/3, 800*480 LCD Display purchased on Aliexpress.
The problem is that the Moode GUI is not displayed, but it stops at the screen that ends with Moode login: , this has been giving me that error since I installed peppymeter. If I enter via browser and launch a song, the peppymeter display starts. I put also the micro SD with Moode 8.3.9 and everything works fine.
I attach a picture of the screen with moode 9.0.0

Thanks

Marco


Attached Files Thumbnail(s)
   
Reply
(08-07-2022, 09:15 AM)fdealexa Wrote: Hello lhkp0480,
Let's try:

# Enable "Metadata File" (ON) in System Config - Local Services

# Copy the files FdA_AutoPeppy in to the PeppyMeter directory (/home/pi/PeppyMeter)

Then:
Code:
sudo cp /home/pi/PeppyMeter/fda_autopeppy.service /etc/systemd/system/
sudo chmod +111 /etc/systemd/system/fda_autopeppy.service
sudo systemctl daemon-reload
sudo systemctl enable fda_autopeppy.service
sudo systemctl start fda_autopeppy.service
# Reboot the system
The PeppyMeter will start at the first "play".
Let me know if any problem.

Best regards,
Francesco
Francesco in moode 8.3.9 (my version)  there isn't in "System Config - Local Services" metadata....how i can do?
Reply
(08-07-2022, 09:15 AM)fdealexa Wrote: Hello lhkp0480,
Let's try:

# Enable "Metadata File" (ON) in System Config - Local Services

# Copy the files FdA_AutoPeppy in to the PeppyMeter directory (/home/pi/PeppyMeter)

Then:
Code:
sudo cp /home/pi/PeppyMeter/fda_autopeppy.service /etc/systemd/system/
sudo chmod +111 /etc/systemd/system/fda_autopeppy.service
sudo systemctl daemon-reload
sudo systemctl enable fda_autopeppy.service
sudo systemctl start fda_autopeppy.service
# Reboot the system
The PeppyMeter will start at the first "play".
Let me know if any problem.

Best regards,
Francesco
Francesco in moode 8.3.9 (my version)  there isn't in "System Config - Local Services" metadata....how i can do?
Reply
(05-24-2024, 09:06 PM)Pappece Wrote:
(08-07-2022, 09:15 AM)fdealexa Wrote: Hello lhkp0480,
Let's try:

# Enable "Metadata File" (ON) in System Config - Local Services

# Copy the files FdA_AutoPeppy in to the PeppyMeter directory (/home/pi/PeppyMeter)

Then:
Code:
sudo cp /home/pi/PeppyMeter/fda_autopeppy.service /etc/systemd/system/
sudo chmod +111 /etc/systemd/system/fda_autopeppy.service
sudo systemctl daemon-reload
sudo systemctl enable fda_autopeppy.service
sudo systemctl start fda_autopeppy.service
# Reboot the system
The PeppyMeter will start at the first "play".
Let me know if any problem.

Best regards,
Francesco
Francesco in moode 8.3.9 (my version)  there isn't in "System Config - Local Services" metadata....how i can do?

It should be menu, config, audio, General. I am not sure because I cannot acces to any moOde system, now
Reply
(05-24-2024, 08:23 PM)nagras Wrote:
(05-24-2024, 06:56 PM)fdealexa Wrote: Hi Marco,
What is your hardware configuration?
What display are you using and how is connected?
What you see on the display?
Best regards,
Francesco
P.S.: starting tonight, I will be far from home, at least for at week, so please pardon me if any delay in answering.

Ciao Francesco


I am using a 7 inch DSI Touch Screen for Raspberry Pi 5/4/3, 800*480 LCD Display purchased on Aliexpress.
The problem is that the Moode GUI is not displayed, but it stops at the screen that ends with Moode login: , this has been giving me that error since I installed peppymeter. If I enter via browser and launch a song, the peppymeter display starts. I put also the micro SD with Moode 8.3.9 and everything works fine.
I attach a picture of the screen with moode 9.0.0

Thanks

Marco

Please have a look to this thread: After update from 8.3.9 to 9.0.0 my LCD not working

.
Reply
(05-24-2024, 08:23 PM)nagras Wrote:
(05-24-2024, 06:56 PM)fdealexa Wrote: Hi Marco,
What is your hardware configuration?
What display are you using and how is connected?
What you see on the display?
Best regards,
Francesco
P.S.: starting tonight, I will be far from home, at least for at week, so please pardon me if any delay in answering.

Ciao Francesco


I am using a 7 inch DSI Touch Screen for Raspberry Pi 5/4/3, 800*480 LCD Display purchased on Aliexpress.
The problem is that the Moode GUI is not displayed, but it stops at the screen that ends with Moode login: , this has been giving me that error since I installed peppymeter. If I enter via browser and launch a song, the peppymeter display starts. I put also the micro SD with Moode 8.3.9 and everything works fine.
I attach a picture of the screen with moode 9.0.0

Thanks

Marco

Please have a look to this thread: After update from 8.3.9 to 9.0.0 my LCD not working

.
Reply
(05-24-2024, 09:44 PM)fdealexa Wrote:
(05-24-2024, 09:06 PM)Pappece Wrote:
(08-07-2022, 09:15 AM)fdealexa Wrote: Hello lhkp0480,
Let's try:

# Enable "Metadata File" (ON) in System Config - Local Services

# Copy the files FdA_AutoPeppy in to the PeppyMeter directory (/home/pi/PeppyMeter)

Then:
Code:
sudo cp /home/pi/PeppyMeter/fda_autopeppy.service /etc/systemd/system/
sudo chmod +111 /etc/systemd/system/fda_autopeppy.service
sudo systemctl daemon-reload
sudo systemctl enable fda_autopeppy.service
sudo systemctl start fda_autopeppy.service
# Reboot the system
The PeppyMeter will start at the first "play".
Let me know if any problem.

Best regards,
Francesco
Francesco in moode 8.3.9 (my version)  there isn't in "System Config - Local Services" metadata....how i can do?

It should be menu, config, audio, General. I am not sure because I cannot acces to any moOde system, now
Ok Francesco. The right path is Configure-Audio-MPD options-Metadata on .Now autostart is ok !!
Another issue is that when performing music with Peppymeter, if i try to touch my screen to return on normal moode gui, the meters remains as touch donesn't function. I need to use the web interface to stop peppy and return on the home menù. 
In config.txt of Peppy i use the instruction as in Github , but nothing.
Code:
"exit.on.touch = True"
Thank's Grazie
Reply
(05-25-2024, 06:29 AM)Pappece Wrote:
(05-24-2024, 09:44 PM)fdealexa Wrote:
(05-24-2024, 09:06 PM)Pappece Wrote:
(08-07-2022, 09:15 AM)fdealexa Wrote: Hello lhkp0480,
Let's try:

# Enable "Metadata File" (ON) in System Config - Local Services

# Copy the files FdA_AutoPeppy in to the PeppyMeter directory (/home/pi/PeppyMeter)

Then:
Code:
sudo cp /home/pi/PeppyMeter/fda_autopeppy.service /etc/systemd/system/
sudo chmod +111 /etc/systemd/system/fda_autopeppy.service
sudo systemctl daemon-reload
sudo systemctl enable fda_autopeppy.service
sudo systemctl start fda_autopeppy.service
# Reboot the system
The PeppyMeter will start at the first "play".
Let me know if any problem.

Best regards,
Francesco
Francesco in moode 8.3.9 (my version)  there isn't in "System Config - Local Services" metadata....how i can do?

It should be menu, config, audio, General. I am not sure because I cannot acces to any moOde system, now
Ok Francesco. The right path is Configure-Audio-MPD options-Metadata on .Now autostart is ok !!
Another issue is that when performing music with Peppymeter, if i try to touch my screen to return on normal moode gui, the meters remains as touch donesn't function. I need to use the web interface to stop peppy and return on the home menù. 
In config.txt of Peppy i use the instruction as in Github , but nothing.
Code:
"exit.on.touch = True"
Thank's Grazie

I tested it some time ago, with 8.X.(standard Raspberry 7inch) and it is still runnng. As I mentioned, I am far from home, at least for at week, and so I cannot test it.
May be somebody else could help you.
Reply
(05-24-2024, 10:00 PM)fdealexa Wrote:
(05-24-2024, 08:23 PM)nagras Wrote:
(05-24-2024, 06:56 PM)fdealexa Wrote: Hi Marco,
What is your hardware configuration?
What display are you using and how is connected?
What you see on the display?
Best regards,
Francesco
P.S.: starting tonight, I will be far from home, at least for at week, so please pardon me if any delay in answering.

Ciao Francesco


I am using a 7 inch DSI Touch Screen for Raspberry Pi 5/4/3, 800*480 LCD Display purchased on Aliexpress.
The problem is that the Moode GUI is not displayed, but it stops at the screen that ends with Moode login: , this has been giving me that error since I installed peppymeter. If I enter via browser and launch a song, the peppymeter display starts. I put also the micro SD with Moode 8.3.9 and everything works fine.
I attach a picture of the screen with moode 9.0.0

Thanks

Marco

Please have a look to this thread: After update from 8.3.9 to 9.0.0 my LCD not working

.

Hi Francesco
I checked the thread "After update from 8.3.9 to 9.0.0 my LCD not working", and I solved the screen problem, but the PeppyMeter still doesn't work

Thanks Again

Marco
Reply


Forum Jump: