Hello,
is it possible to sort by distance without rotation?
{
module: "MMM-Fuel",
position: "top_right",
config: {
api_key: "my_key",
showAddress: false,
rotate: false,
lat: my_lat,
lng: my_lng,
shortenText: false,
types: ["e5"],
sortBy: "e5", //possible to sort by distance? e.g. sortBy: "distance"
}
Thank you