MMM-Fuel
MMM-Fuel copied to clipboard
Added "GasBuddy" provider
Added a new provider from GasBuddy. The prices from Autoblog are not updating as frequently as this new site. Currently this lists the least expensive gas prices but eventually I would like to modify it to also accept a list of stations so that it shows prices for just them.
Here is a sample config section:
{
module: "MMM-Fuel",
position: "top_right",
config: {
types: ["regular"],
provider: "gasbuddy",
zip: "44060",
rotate: false,
max: 10,
showDistance: false,
sortBy: "regular",
}
},
@christopheraryan thank you for your contribution. Please let me know if you need any help with my comments
There are some merge conflicts
I think I addressed all of your comments. Thank you for the feedback! -Chris
@acer123acer123 I fixed the remaining issues, thanks again