Thank you for your donation!


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


PeppyMeter and moOde
Hi kuyadreiph,v
I would like to go in order:
1. Install from scratch moOde on your system, with "pi" as user and verify that everything works including display and touch (even after a reboot).
2. Install peppymeter step by step as reported in github and verify that everything works in manual command mode (even after a reboot).
3. Eventually, if you want, install the automatic start of peppymeter.
During the whole process, we try to verify and correct any anomalies.
Regards,
Francesco
Reply
Hello,
I have installed peppymeter and run successfully.
Regarding to the "autostart", I didn't find the "metadata" option in 9.3.2.
I remember there somewhere else in previous version of moode. But I can't find it now.
Code:
Menu /
Configure /
System Config /
Local Services
Reply
Hi Karas,
Menu /
Configure /
Audio /

Best regards,
Francesco
Reply
(04-26-2025, 05:03 AM)fdealexa Wrote: Hi Karas,
Menu /
Configure /
Audio /

Best regards,
Francesco


Hi Francesco
Thanks. I set it and re-do the step.
Still nothing happen when "play" music. 
I have no touch screen so I edit "exit.on.touch = False"

I download fda_autopeppy.py from raw file. is it correct?

Best regards,
Karas
Reply
Hi Karas,
some questions:
1. Does the peppymeter correctly running if you run it by command line?
Code:
cd /home/pi/PeppyMeter
DISPLAY=:0 python peppymeter.py

2. What is the output at the following command?
Code:
sudo service fda_autopeppy status
3. Have you got any error message during the installation?

Best regards,
Francesco
Reply
(04-25-2025, 11:20 PM)fdealexa Wrote: Hi kuyadreiph,v
I would like to go in order:
1. Install from scratch moOde on your system, with "pi" as user and verify that everything works including display and touch (even after a reboot).
2. Install peppymeter step by step as reported in github and verify that everything works in manual command mode (even after a reboot).
3. Eventually, if you want, install the automatic start of peppymeter.
During the whole process, we try to verify and correct any anomalies.
Regards,
Francesco
Hi dev! Thank you i am happy that i manage to work with peppy without any problem. And, mind me to ask if if its possible to add vu meter skin that has not included in the default vu meter? 
And, 
I am a bit struggling also on how to transfer my file music to my moode system via filezilla. It says access denied. 
I am currently using usb drive as bootable and also want to add/transfer my files to the allocated in my usb drive. 

Thank you
Reply
(04-26-2025, 07:13 PM)fdealexa Wrote: Hi Karas,
some questions:
1. Does the peppymeter correctly running if you run it by command line?
Code:
cd /home/pi/PeppyMeter
DISPLAY=:0 python peppymeter.py

2. What is the output at the following command?
Code:
sudo service fda_autopeppy status
3. Have you got any error message during the installation?

Best regards,
Francesco
Hi Francesco,

1. It works everytime 
2. Oh. I see the error here. As my OS user is "moode" not pi. is it the cause?
Code:
× fda_autopeppy.service - FdA Service to start PeppyMeter at PLAY
    Loaded: loaded (/etc/systemd/system/fda_autopeppy.service; enabled; preset: enabled)
    Active: failed (Result: exit-code) since Sat 2025-04-26 18:38:09 HKT; 1 day 21h ago
  Duration: 45ms
  Main PID: 513 (code=exited, status=200/CHDIR)
       CPU: 3ms

Apr 26 18:38:09 moode systemd[1]: Started fda_autopeppy.service - FdA Service to start PeppyMeter at PLAY.
Apr 26 18:38:09 moode (python)[513]: fda_autopeppy.service: Changing to the requested working directory failed: No such file or directory
Apr 26 18:38:09 moode (python)[513]: fda_autopeppy.service: Failed at step CHDIR spawning python: No such file or directory
Apr 26 18:38:09 moode systemd[1]: fda_autopeppy.service: Main process exited, code=exited, status=200/CHDIR
Apr 26 18:38:09 moode systemd[1]: fda_autopeppy.service: Failed with result 'exit-code'.


Regards
Karas
Reply
(04-28-2025, 07:53 AM)karas Wrote:
(04-26-2025, 07:13 PM)fdealexa Wrote: Hi Karas,
some questions:
1. Does the peppymeter correctly running if you run it by command line?
Code:
cd /home/pi/PeppyMeter
DISPLAY=:0 python peppymeter.py

2. What is the output at the following command?
Code:
sudo service fda_autopeppy status
3. Have you got any error message during the installation?

Best regards,
Francesco
Hi Francesco,

1. It works everytime 
2. Oh. I see the error here. As my OS user is "moode" not pi. is it the cause?
Code:
× fda_autopeppy.service - FdA Service to start PeppyMeter at PLAY
    Loaded: loaded (/etc/systemd/system/fda_autopeppy.service; enabled; preset: enabled)
    Active: failed (Result: exit-code) since Sat 2025-04-26 18:38:09 HKT; 1 day 21h ago
  Duration: 45ms
  Main PID: 513 (code=exited, status=200/CHDIR)
       CPU: 3ms

Apr 26 18:38:09 moode systemd[1]: Started fda_autopeppy.service - FdA Service to start PeppyMeter at PLAY.
Apr 26 18:38:09 moode (python)[513]: fda_autopeppy.service: Changing to the requested working directory failed: No such file or directory
Apr 26 18:38:09 moode (python)[513]: fda_autopeppy.service: Failed at step CHDIR spawning python: No such file or directory
Apr 26 18:38:09 moode systemd[1]: fda_autopeppy.service: Main process exited, code=exited, status=200/CHDIR
Apr 26 18:38:09 moode systemd[1]: fda_autopeppy.service: Failed with result 'exit-code'.

I correct all the path line in "FdA_AutoPeppy" and re-do the installation. It works now. Thank you for the help.


Regards
Karas
Reply
del--
Reply
(04-28-2025, 08:03 AM)karas Wrote:
(04-28-2025, 07:53 AM)karas Wrote:
(04-26-2025, 07:13 PM)fdealexa Wrote: Hi Karas,
some questions:
1. Does the peppymeter correctly running if you run it by command line?
Code:
cd /home/pi/PeppyMeter
DISPLAY=:0 python peppymeter.py

2. What is the output at the following command?
Code:
sudo service fda_autopeppy status
3. Have you got any error message during the installation?

Best regards,
Francesco
Hi Francesco,

1. It works everytime 
2. Oh. I see the error here. As my OS user is "moode" not pi. is it the cause?
Code:
× fda_autopeppy.service - FdA Service to start PeppyMeter at PLAY
    Loaded: loaded (/etc/systemd/system/fda_autopeppy.service; enabled; preset: enabled)
    Active: failed (Result: exit-code) since Sat 2025-04-26 18:38:09 HKT; 1 day 21h ago
  Duration: 45ms
  Main PID: 513 (code=exited, status=200/CHDIR)
       CPU: 3ms

Apr 26 18:38:09 moode systemd[1]: Started fda_autopeppy.service - FdA Service to start PeppyMeter at PLAY.
Apr 26 18:38:09 moode (python)[513]: fda_autopeppy.service: Changing to the requested working directory failed: No such file or directory
Apr 26 18:38:09 moode (python)[513]: fda_autopeppy.service: Failed at step CHDIR spawning python: No such file or directory
Apr 26 18:38:09 moode systemd[1]: fda_autopeppy.service: Main process exited, code=exited, status=200/CHDIR
Apr 26 18:38:09 moode systemd[1]: fda_autopeppy.service: Failed with result 'exit-code'.

I correct all the path line in "FdA_AutoPeppy" and re-do the installation. It works now. Thank you for the help.


Regards
Karas
Hi Karas,
I am glad that you are happy.
Best regards,
Francesco
Reply


Forum Jump: