1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-17 04:52:47 +00:00

changed colors and added humidity

This commit is contained in:
2015-12-21 09:55:08 -06:00
parent 372eb01b48
commit 5433a0efa4
4 changed files with 21 additions and 38 deletions

View File

@@ -83,7 +83,6 @@ router.get('/information', function(req, res, err){
{$match : {location : sensor_location}},
{$group : {_id : {year : "$year", month : "$month", location : "$location"}}},
{$sort : {"_id.year" : -1, "_id.month" : -1}}]).exec(function(err, info){
console.log(info);
//generate list of unique years to display in dropdown menu
var years_list = [];