gitextract_mgrphg14/ ├── .gitignore ├── README.md ├── bower.json ├── css/ │ └── weather-icons.css ├── font/ │ ├── SIL Open Font License.txt │ └── WeatherIcons-Regular.otf ├── index.html ├── js/ │ ├── redirect.js │ └── weather.js ├── package.json ├── screenOff.sh ├── screenOn.sh └── skins/ └── default/ ├── css/ │ └── style.css ├── font/ │ └── SIL Open Font License.txt ├── index.html └── js/ └── icons.js