1 Star 0 Fork 0

开发者/SmartMirror

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shinao 提交于 2016-06-17 15:06 . Take and upload photo widget
var config = {};
config.widget = {};
config.widget.cinema = {};
config.widget.news = {};
config.widget.weather = {};
config.widget.photo = {};
config.web = {};
config.widget.cinema.url = 'http://www.allocine.fr/seance/salle_gen_csalle=C0159.html';
config.widget.cinema.refreshRateInMinutes = 60;
config.widget.weather.appid = 'FindYourOwnKey';
config.widget.weather.url = 'http://api.openweathermap.org/data/2.5/weather?id=2988507&units=metric&appid=' + config.widget.weather.appid;
config.widget.weather.refreshRateInMinutes = 10;
config.widget.news.url = 'http://www.france24.com/en/top-stories/rss';
config.widget.news.refreshRateInMinutes = 60;
config.widget.photo.dropboxKey = 'FindYourOwnKey';
config.web.port = 3000;
config.web.motionUrl = 'http://localhost:3001/takePhoto?filepath=';
module.exports = config;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiqidie/SmartMirror.git
git@gitee.com:qiqidie/SmartMirror.git
qiqidie
SmartMirror
SmartMirror
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385