aboutsummaryrefslogtreecommitdiff
path: root/template-config.js
blob: 46684f2b1f418d1b57adfbd2c5a72ca6dd2522ec (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;