summaryrefslogtreecommitdiff
path: root/Example.settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Example.settings.json')
-rw-r--r--Example.settings.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/Example.settings.json b/Example.settings.json
new file mode 100644
index 0000000..c0b654d
--- /dev/null
+++ b/Example.settings.json
@@ -0,0 +1,28 @@
+{
+ "calendars": {
+ "NAME": "URL"
+ },
+ "weather": {
+ "gridX": 39,
+ "gridY": 86,
+ "WFO": "PHI",
+ "Units": "si",
+ "Hours": 24
+ },
+ "news": {
+ "country": "us",
+ "apikey": "API KEY NEEDED"
+ },
+ "modules": {
+ "quote": 1,
+ "national day": 1,
+ "Detailed": 1,
+ "Hourly": 1,
+ "calendar": 1,
+ "news": 0
+ },
+ "general": {
+ "name": "yourName",
+ "Line Width": 32
+ }
+} \ No newline at end of file