Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 848 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 848 Bytes

my-muell-ical

GitHub Docker Pulls

Creates ical link for My Müll.

Use url http://myserverandport/calendar.ical?city_id=someCityId&area_id=someStreetAreaId with someCityId and someStreetAreaId to download or subscribe to the calendar.

someCityId

Can be get via https://mymuell.jumomind.com/mmapp/loxone/lox.php?r=cities

someStreetAreaId

Can be get via https://mymuell.jumomind.com/mmapp/api.php?r=streets&city_id=someCityId

create a docker container and execute it by

sudo docker build . -t my-muell-ical/my-muell-ical
sudo docker run -p 4434:3000 -d my-muell-ical/my-muell-ical