TonySchmitt

Results 2 issues of TonySchmitt

**Describe the bug** Since the 16th January, the api https://webservice.meteofrance.com/rain?lat=xxxx&lon=xxx is not updating the data. I think we can use api v3 : https://webservice.meteofrance.com/v3/rain?lat=xxxx&lon=xxx but the response format is not...

Hello, I use docker to build the project : My Dockerfile is : ```yml FROM node:10 as build-stage WORKDIR /app RUN rm -Rf /app/* RUN chown -R node: /app USER...