Myra is an interface for the Smart Mirror that I created as a part of my Final year project in my graduation (2017).
Clone the repo locally and Use the package manager [npm] to install dependancies.
npm install
Add .env
file in the root Myra directory and set following API KEYS:
REACT_APP_NEWSAPI_KEY="your_newsapi.org_api_key"
REACT_APP_OPEN_WEATHER_API="your_openweathermap.org_api_key"
GOOGLE_MAPS_KEY="your_google_maps_distance_matrix_api_key"
First run this node command, to start the internal distance server:
node server.js
Now in another terminal, To run the whole Application interface:
npm run start
I ran this app interface on a Raspberry Pi. After bootup this code used to run on Startup. The interface was setuped to run in full-screen mode. If you need any help in running or understanding the code, feel free to contact me. I will also add more details later on in this repo.
I have not removed many of the API keys from the code. But the API keys are old and expired, so replace them with your own, when using.
The code is very old, so use it at your own risk. :D
I created this in my B.tech final year. So, the code is very old and most of the libraries used are deprecated.
You are welcome to update or contribute.