Skip to content

Adrian-Grimm/my-muell-ical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • Dockerfile 14.1%
  • Procfile 0.8%