Web interface for Raspberry Pi fm transmitter. Made using Vue.js and Python.
PiFmRds on GitHub
- Get the latest release
- Run install.sh file
$ sudo ./install.sh
- Run terminal and start the server
$ cd web-rpi-fm
$ python server.py
- Open the browser and type your RPi address with 9000 port
For example
192.168.0.108:9000
$ sudo apt-get install sox libsox-fmt-all libsox-fmt-mp3
$ pip install flask flask_uploads flask_cors tinytag
If the music does not play you must change some permissions
$ chmod 777 pifmrds
$ cd static/audio
$ chmod 777 pifmrds
- Add more functionalities
- Fix bugs and UX
- Spotify Connect
- Add more internet radio stations
MIT
web-rpi-fm is in the alpha phase, some functions may not work. I am not responsible for damages caused by using the application.