Moode Forum
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 - Alaini93 - 05-03-2021

Go ahead, try stuff man Smile
still no video.
Maybe my VPN kills it, I will try tonight at home.


RE: PeppyMeter and moOde - karas - 09-10-2021

(05-01-2021, 09:49 PM)fdealexa Wrote: Hi all,
the repository on GITHUB, has been update for the installation on 7.2.0.
Best regards,
Francesco
PeppyMeter_and_moOde

Hi Francesco
Thank you for the instruction. it works flawlessly. 
However, does it have any commands to auto start the peppy meter when every startup? 
Kit


RE: PeppyMeter and moOde - fdealexa - 09-10-2021

(09-10-2021, 09:34 AM)karas Wrote:
(05-01-2021, 09:49 PM)fdealexa Wrote: Hi all,
the repository on GITHUB, has been update for the installation on 7.2.0.
Best regards,
Francesco
PeppyMeter_and_moOde

Hi Francesco
Thank you for the instruction. it works flawlessly. 
However, does it have any commands to auto start the peppy meter when every startup? 
Kit

Hello Kit,
In the github you have used (PeppyMeter_and_moOde) there is the "Additional developments" section, you can use the Creation of scripts & service, in particular the service.
Please let me know if ok.
Regards 
Francesco


RE: PeppyMeter and moOde - Pranjal - 09-19-2021

Hi Sirs, have Moode 7.3 loaded and been trying to get the Peppy Meter going but in the step "sudo apt-get install python3-pygame" I get an error as "E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/f/fluidsynth/libfluidsynth1_1.1.11-1_armhf.deb 404 Not Found [IP: 93.93.128.1
93 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? "

Have been tearing my hair out since last four hours and without any success. Could anyone please help. My python skills are "NIL"


RE: PeppyMeter and moOde - fdealexa - 09-19-2021

(09-19-2021, 11:48 AM)Pranjal Wrote: Hi Sirs, have Moode 7.3 loaded and been trying to get the Peppy Meter going but in the step "sudo apt-get install python3-pygame" I get an error as "E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/f/fluidsynth/libfluidsynth1_1.1.11-1_armhf.deb  404  Not Found [IP: 93.93.128.1
93 80]                                                                                                                                              
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? "

Have been tearing my hair out since last four hours and without any success. Could anyone please help. My python skills are "NIL"

Hi Pranjal,
I have just tested it and the package has been taken from a local (italian) mirror.
May be that changing the DNS you are using in your Rpi the problem will be solved (I am using the google DNS - 8.8.8.8)
Best regards,
Francesco


RE: PeppyMeter and moOde - Pranjal - 09-20-2021

(09-19-2021, 10:22 PM)fdealexa Wrote:
(09-19-2021, 11:48 AM)Pranjal Wrote: Hi Sirs, have Moode 7.3 loaded and been trying to get the Peppy Meter going but in the step "sudo apt-get install python3-pygame" I get an error as "E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/f/fluidsynth/libfluidsynth1_1.1.11-1_armhf.deb  404  Not Found [IP: 93.93.128.1
93 80]                                                                                                                                              
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? "

Have been tearing my hair out since last four hours and without any success. Could anyone please help. My python skills are "NIL"

Hi Pranjal,
I have just tested it and the package has been taken from a local (italian) mirror.
May be that changing the DNS you are using in your Rpi the problem will be solved (I am using the google DNS - 8.8.8.8)
Best regards,
Francesco

Hi Sir, thank you very much for your prompt reply. Will try out and confirm. BTW I can see the peppyalsa program working while playing music, those two lines move in the SSH window.


RE: PeppyMeter and moOde - Pranjal - 09-20-2021

Tried Sirs, no joy getting same message again. My DNS has been set to 8.8.8.8 still the error "Err:1 http://raspbian.raspberrypi.org/raspbian buster/main armhf libfluidsynth1 armhf 1.1.11-1
404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/f/fluidsynth/libfluidsynth1_1.1.11-1_armhf.deb 404 Not Found [IP: 93.93.128.1
93 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? "

is displayed. Is there any workaround ?? Please someone help


RE: PeppyMeter and moOde - TheOldPresbyope - 09-20-2021

@Pranjal

The 404 error means the file 

libfluidsynth1_1.1.11-1_armhf.deb 

wasn't found in the http://raspbian.raspberrypi.org/raspbian/pool/main/f/fluidsynth/ directory.

When I look at the contents of the RaspiOS repository I don't see that file either. However I do see 

libfluidsynth1_1.1.11-1+deb10u1_armhf.deb

so it would seem the file has been updated.

I suggest you run the following from the command line to update the local package index and then try the install again.

Code:
sudo apt-get update

Regards,
Kent


RE: PeppyMeter and moOde - Pranjal - 09-21-2021

(09-20-2021, 11:50 AM)TheOldPresbyope Wrote: @Pranjal

The 404 error means the file 

libfluidsynth1_1.1.11-1_armhf.deb 

wasn't found in the http://raspbian.raspberrypi.org/raspbian/pool/main/f/fluidsynth/ directory.

When I look at the contents of the RaspiOS repository I don't see that file either. However I do see 

libfluidsynth1_1.1.11-1+deb10u1_armhf.deb

so it would seem the file has been updated.

I suggest you run the following from the command line to update the local package index and then try the install again.

Code:
sudo apt-get update

Regards,
Kent

Hi Kent, thanks for the reply but here too hit a roadblock. The update doesnt take place !! I hope its not a issue with Moode 7.3 distro. The error I get is as below.

pi@moode:~ $ udo apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'                     
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.                        
pi@moode:~ $


RE: PeppyMeter and moOde - DRONE7 - 09-21-2021

Changes in the base Raspberry Pi O/S .....
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=318302