tweak package; my wxgov.js

This commit is contained in:
easyas314 2020-06-04 19:25:13 -04:00
parent 3b32605b5e
commit ce99e70bf9
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* global WeatherProvider, WeatherObject, SunCalc */
/* global WeatherProvider, WeatherObject */
/* Magic Mirror
* Module: Weather
@ -11,6 +11,7 @@
* Note that this is only for US locations (lat and lon) and does not require an API key
* Since it is free, there are some items missing - like sunrise, sunset, humidity, etc.
*/
WeatherProvider.register("weathergov", {
// Set the name of the provider.
// This isn't strictly necessary, since it will fallback to the provider identifier

View File

@ -4,7 +4,7 @@
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
"start": "./node_modules/.bin/electron js/electron.js",
"server": "node ./serveronly",
"install": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error",
"install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error",