aboutsummaryrefslogtreecommitdiff
path: root/template-config.js
blob: f5cbc2c717591b43e1abcc606beb83d9bc23ed3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
const OPEN_WEATHER_API_KEY = undefined;
const LAT = undefined;
const LON = undefined;
const WUNDERGROUND_STATION = undefined;
const WIKI_URL = undefined;
const RSS_URL = undefined;
const RSS_VIDEO_URL = undefined;
const GITEA_URL = undefined;
const FILES_URL = undefined;
const FILE_FEED_URL = undefined;
const CALENDAR_URL = undefined;
const WEATHER_UNITS = "imperial";
const BUDGET_URL = undefined;