mirror of https://github.com/Lissy93/dashy.git
🔀 Merge pull request #766 from dougaldhub/FEATURE/improve-tfl-widget
Update TFL Status Widget to include Elizabeth Line/Tram/DLR/Overground
This commit is contained in:
commit
b876fa10af
|
@ -243,7 +243,7 @@ module.exports = {
|
|||
rssToJson: 'https://api.rss2json.com/v1/api.json',
|
||||
sportsScores: 'https://www.thesportsdb.com/api/v1/json',
|
||||
stockPriceChart: 'https://www.alphavantage.co/query',
|
||||
tflStatus: 'https://api.tfl.gov.uk/line/mode/tube/status',
|
||||
tflStatus: 'https://api.tfl.gov.uk/line/mode/dlr,elizabeth-line,overground,tram,tube/status',
|
||||
walletBalance: 'https://api.blockcypher.com/v1',
|
||||
walletQrCode: 'https://www.bitcoinqrcodemaker.com/api',
|
||||
weather: 'https://api.openweathermap.org/data/2.5/weather',
|
||||
|
|
Loading…
Reference in New Issue