Skip to content

Commit

Permalink
Settings for weather page
Browse files Browse the repository at this point in the history
settings for weather page
  • Loading branch information
galadril committed Sep 22, 2015
1 parent 4b54736 commit 81af173
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion settings/settings.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
// Settings
$.domoticzurl = "http://192.168.1.80:8080";//domoticz url (can be with username:password@ip:port)
$.domoticzurl = "http://192.168.1.88:8080";//domoticz url (can be with username:password@ip:port)
$.degreesUnit = " C";
$.percentUnit = " %";

//Weather settings
$.location = "Assendelft, NH"; //city and region *required
$.country = "Netherlands"; //country *required
$.units = "metric"; //"metric" or "imperial" default: "auto"


// Dashboard screen User settings >>>
// format: idx, value (from json), replace label, description, chart label, chart color
Expand Down

0 comments on commit 81af173

Please sign in to comment.