Hello all,
I’m currently building my first MagicMirror and I wanted to make a module that I found usefull along with it. The module I’m currently making takes 2 addresses and uses a public API to calculate the route and the current delay to be expected along said route (given current traffic situation).
Currently the module only works for addresses in the Netherlands. Also since it’s my first module I could really use some feedback with regard to the way it is implemented.
Together with the module I also wanted to make a TypeScript Definition file for the MagicMirror libraries so people can use Typescript instead of plain JavaScript. At the moment I just have a few placeholders in the TypeScript definition file to get everything working.
The module works right now, but I really want to improve the display of the module. At the moment it just displays 3 lines of text. One of the things I would like to implement is a nice/larger (graphical?) representation with 3 slides that change every so many seconds. That way the information is presented in a nicer fashion and also more readable on a MagicMirror.
[card:QNimbus/MMM-RouteInfo]
The GitHub repo is at QNimbus/MMM-RouteInfo.
Again, I would really appreciate feedback or if you think you can contribute in any way and help me along.