fewieden
fewieden
@Dzeyda it loads fine for me with your config  Your system is refusing the HTTPS certificate from the API. This happened around two years ago already https://github.com/fewieden/MMM-Fuel/issues/77#issuecomment-945945569. Which version...
@dyeatman I used your config and it is sorted by price, distance is not available for the GasBuddy provider. 
@dyeatman hmm those could be errors from Electron. Did you try to run the mirror in server-only mode and access it from the browser? https://docs.magicmirror.builders/getting-started/installation.html#server-only Your screenshot is not visible...
@dyeatman did you have a chance to test this in server-only mode?
@dyeatman @dathbe @bmikol can you please share the configs that you used for `gasbuddy` and `autoblog`. Ideally also some screenshots of the result. Do you see any errors related to...
My bad I already fixed the issue last year, but didn't release a new version :facepalm: https://github.com/fewieden/MMM-Fuel/issues/110 When I tried to reproduce the issue I was using the development version...
@GrandPa17 you can adjust the styling to your liking in the `custom.css` file located in `MagicMirror/css`. E.g. add the following lines to that file: ```css .MMM-Fuel { color: var(--color-text-bright); }...
@donflan can you please share your config for MMM-Fuel? Don't forget to remove sensitive data like API keys.
@GrandPa17 can you please share your config for MMM-Fuel? Don't forget to remove sensitive data like API keys.
@GrandPa17 I had a look into the logic for the provider `tankerkoenig`. If a station is closed and it doesn't provide prices, it is hidden from the list. I need...