fewieden
fewieden
There are some merge conflicts
@acer123acer123 I fixed the remaining issues, thanks again
https://github.com/fewieden/MMM-Fuel/projects/1
@Dom1n1c @Sennahoj82 in case you are still using this module I just implemented fading brightness. To check it out until it is released you can run the following commands. ```bash...
@Dom1n1c @Sennahoj82 I just released the new version with the fading config option
@moscito1010 currently the module only supports rotating between distance and one fuel type
Hi @nirvine, you can already specify price only, see the example below: ```js { module: "MMM-Fuel", position: "top_right", config: { provider: "nsw", api_key: "XXX", secret: "XXX", radius: 5, lat: -33.8716165,...
@belakeh98 currently only New South Wales in Australia is supported. https://github.com/fewieden/MMM-Fuel#nsw-australia-nsw-only If you find a [similar API](https://api.nsw.gov.au/Product/Index/22) for Queensland you can implement it like described [here](https://github.com/fewieden/MMM-Fuel/tree/master/apis#documentation-for-api-integration).
@nirvine I just tried a location in Tasmania. The closest location I got was hundreds of km away at the southern border of New South Wales. Therefore I think the...
@nirvine after a long back and forth with the API provider they finally fixed a bug in their API v2. The module is now supporting Tasmania, thanks for bringing this...