GithubHelp home page GithubHelp logo

mmm-volvooncall's People

Contributors

eouia avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

mmm-volvooncall's Issues

Language settings

First of all, thank you eouia for making this possible!
It is not really an issue but I would really like to have the information displayed in my own language (Dutch).

Which file do I edit? (I've looked a bit already but couldn't find it) to change the strings display "Door Lock" "Engine" etc. etc. I want to change those to my own language.
Maybe this is more of a feature request than an issue...

Also, I would really like to have the possibility to select which items I want to display.
For instance, I would only like to be able to see if my doors/windows are locked, and don't care about about engine or brake fluid information on my MM.

Again, thank you for making this possible.

Car Position - Suggested Improvement / Potential Bug

Love the module and works fantastic. Took me a little while to get position info working and had to do some digging, but eventually found a potential bug in the code used to format the position value.

The regex used in node_helper.js within the reformValue function has a hole which means it falls over and returns a null position object, if the returned lat or long is negative.

I fixed this within my implementation by changing the following line:

var re = /([0-9.]+),\s([0-9.]+),\s'([^\']+)'/

to this:

var re = /([0-9.-]+),\s([0-9.-]+),\s'([^\']+)'/

Just escapes the '-' for negative lat and long values being returned.

Thought it was worth a mention and not sure if you had already found and resolved this issue, or whether you had given up development of this module.

Once again, awesome module and absolutely love your work. Hope the above helps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.