MicrosoftEdge / magic-mirror-demo

A :zap:Magic Mirror:zap: powered by a UWP Hosted Web App :rocket:
Other
1.23k stars 225 forks source link

Add traffic to work on the page #9

Closed jberenhaus closed 8 years ago

jberenhaus commented 8 years ago

Setting up this issue to develop the feature.

Currently the idea is that I'll have an area in set-up to add a home and work address.

From there, I'll use the Bing Map API and show estimated time and if there are any accidents somewhere on the pane.

Are there additional parts to this feature request?

gked commented 8 years ago

I was thinking about traffic as well. My vision of this feature was to have traffic notification show up when there is 10 minutes left before user would have to leave their place in order not be late. Example: You have to be at work at 11:00 Given current traffic conditions It would take 20 minutes to get to work it's 10:29am (no traffic notifications at this time) It's 10:30am you get a traffic notification that says that in order to get to work at 11:00am, you have to leave in 10 minutes.

So, I imagine the formula should be something like RequiredArrivalTime - TimeToGetToWork - 10 Minutes