Read the statement by Michael Teeuw here.
-
Hi, have an issue with the shortenText parameter. When I use it, the address is max shorter(in px) then the name of the gas station. That’s a little bit anoying if more then one station is shown from the big companies and I can’t see the complete address, even if there is still enough place. Any idea, how I can change it? In the custom.css for example.
-
@sindbad6 looks strange, your name gets cut after 35 chars and your address after ~19 can you send me your geo data you’re using in config as a private message?
-
@strawberry-3.141 Sorry, I’m a complete newbie and can’t see how to send a private message. I tried it over the chat button. I hope you meant this.
-
@sindbad6 do a
git pull
in~/MagicMirror/modules/MMM-Fuel
-
@strawberry-3.141 Thanks a lot. That’s much better.
-
A great modul!!
What should I do to see the map? I have google maps API, but I don’t know where to add it.
-
@Stabber Currently the map can only be shown with my voice module https://github.com/fewieden/MMM-voice
-
Hi, I made a change in my MM-Fuel.js to implement an additional parameter for shortening the address of a gas station. It is not a big thing, but I would like if it would be integrated in the repository. The point is, I never have done it before. In between I got an account at github, but know? Can somebody give me a link where I can find belonging infos?
-
@sindbad6 in short:
- fork the repository
- make your changes
- push them to the fork
- create a pull request
-
@strawberry-3.141 Ok, I did it now. I’m not sure if I did right. Please inform me if something was wrong. I’m a little bit surprised, to get the possibility to merge my changes.