Skip to content

Commit

Permalink
Merge pull request #54 from iamtomhewitt/develop
Browse files Browse the repository at this point in the history
5.0.0
  • Loading branch information
iamtomhewitt authored Jan 20, 2020
2 parents 6340809 + a1a3d86 commit 2b79ff1
Show file tree
Hide file tree
Showing 38 changed files with 36,394 additions and 12,773 deletions.
110 changes: 87 additions & 23 deletions Assets/Config/config-template.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,90 @@
{
"apiKeys": {
"bbcNews": "your_key",
"googleCalendars": {
"your_gmail_address": "your_key"
"widgets": {
"bbcNews": {
"title": "BBC News",
"colour": "#BB1919",
"textColour": "#FFFFFF",
"repeatRate": 30,
"repeatTime": "minutes",
"secondsBetweenArticles": 45,
"apiKey": "<key>"
},
"binDay": {
"title": "Bin Day",
"colour": "#03A9F4",
"textColour": "#FFFFFF",
"repeatRate": 2,
"repeatTime": "hours",
"firstGreenBin": "07-10-2019",
"firstBlackBin": "14-10-2019",
"repeatRateInDays": 14
},
"todoist": "your_key",
"trains": "your_key",
"weather": "your_key"
},
"binDay": {
"firstGreenBin": "dd-MM-YYYY",
"firstBlackBin": "dd-MM-YYYY"
},
"todoist": {
"TODO": "project_id",
"Shopping": "project_id"
},
"trains": {
"stationCode": "station_code"
},
"weather": {
"latitude": "number",
"longitude": "number"
}
"clock": {
"title": "Clock",
"colour": "#03A9F4",
"textColour": "#FFFFFF",
"repeatRate": 1,
"repeatTime": "seconds"
},
"foodPlanner": {
"title": "Food Planner",
"colour": "#431EDB",
"textColour": "#FFFFFF",
"repeatRate": 10,
"repeatTime": "hours"
},
"[email protected]": {
"title": "Tom's Calendar",
"colour": "#4285F4",
"textColour": "#FFFFFF",
"repeatRate": 30,
"repeatTime": "minutes",
"apiKey": ""
},
"shoppingList": {
"title": "Shopping List",
"colour": "#BDA7FF",
"textColour": "#FFFFFF",
"repeatRate": 10,
"repeatTime": "minutes",
"todoistId": "id",
"apiKey": "key"
},
"todoList": {
"title": "TODO List",
"colour": "#303F9F",
"textColour": "#FFFFFF",
"repeatRate": 10,
"repeatTime": "minutes",
"todoistId": "id",
"apiKey": "key"
},
"splitwise": {
"title": "Splitwise",
"colour": "#51BC9C",
"textColour": "#FFFFFF",
"repeatRate": 2,
"repeatTime": "hours",
"groupId": "groupId"
},
"trains": {
"title": "Trains",
"colour": "#43A047",
"textColour": "#FFFFFF",
"repeatRate": 1,
"repeatTime": "minutes",
"apiKey": "key",
"stationCode": "HRS"
},
"weather": {
"title": "Weather",
"colour": "#FF9500",
"textColour": "#FFFFFF",
"repeatRate": 10,
"repeatTime": "minutes",
"apiKey": "key",
"latitude": "lat",
"longitude": "long"
}
}
}
Binary file added Assets/Images/Splitwise Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 115 additions & 0 deletions Assets/Images/Splitwise Logo.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2b79ff1

Please sign in to comment.