108 Commits

Author SHA1 Message Date
Michael Teeuw
e448e87252 Prevent weird start effect. 2016-04-01 17:49:43 +02:00
Michael Teeuw
e4c54cc655 Add module subfolder support. 2016-04-01 17:35:29 +02:00
Michael Teeuw
f320f6e9b6 Fix show/hide issue on content update. 2016-04-01 10:44:17 +02:00
Michael Teeuw
a1973faa06 Fix CSS glitches. Improve show/hide. 2016-04-01 10:25:55 +02:00
Michael Teeuw
147791dbcd Hide module after fade out. 2016-03-31 22:34:39 +02:00
Michael Teeuw
38e42cf71e Type check. 2016-03-31 19:25:53 +02:00
Michael Teeuw
584a12e1f5 Method to hide/show modules. 2016-03-31 19:15:58 +02:00
Michael Teeuw
e5351c573b Add comments. 2016-03-31 17:06:39 +02:00
Michael Teeuw
ccff5c5921 Magic module selection. 2016-03-31 17:05:36 +02:00
Michael Teeuw
971729dfdd Merge pull request #112 from paviro/v2-beta
Hide cursor and updated electron params
2016-03-31 13:30:54 +02:00
Michael Teeuw
5c1feb2848 Fix issue with starting of modules. 2016-03-31 13:30:01 +02:00
Paul-Vincent Roll
4455bf13c9 Merge pull request #5 from MichMich/v2-beta
Improved module loader.
2016-03-31 13:12:49 +02:00
Michael Teeuw
f28b0316f4 Improved module loader. 2016-03-31 13:05:23 +02:00
Paul-Vincent Roll
9999b3aa0c Hide cursor and updated electron params 2016-03-31 12:44:00 +02:00
Paul-Vincent Roll
ab0dce5dea electron params updated 2016-03-31 00:20:54 +02:00
Michael Teeuw
7717b295bd Fix namespace problem. 2016-03-30 17:22:30 +02:00
Michael Teeuw
b243d25399 Improved socket connection for node_helper. 2016-03-30 16:25:24 +02:00
Michael Teeuw
af910aa3f7 New node_helper loading. 2016-03-30 14:49:37 +02:00
Michael Teeuw
26a6eb506e Allow use of class.js in node. 2016-03-30 13:44:16 +02:00
Michael Teeuw
899d05bc32 Add server (web/socket), create socket system, better helper loader.
- The Magic Mirror is now hosted via a express server, allowing you to
load it from an external client (for debugging.)
- It now includes a socket system to communicate between the
node_helper and the client module.
- node_helpers are now only loaded if the module is configured in the
config.
2016-03-30 12:20:46 +02:00
Michael Teeuw
4fb7f099de Output node_helper output to console. 2016-03-29 15:39:54 +02:00
Michael Teeuw
74afe433fb Add weather modules. 2016-03-29 13:28:15 +02:00
Paul-Vincent Roll
22f0d752ea Start helper_scripts as childs and not just import them into the main script 2016-03-28 13:23:02 +02:00
Paul-Vincent Roll
df153ee1a1 Hide menu-bar on Raspberry Pi and some comments 2016-03-28 01:59:05 +02:00
Paul-Vincent Roll
331c12269c disable node-integration so jquery works again 2016-03-28 00:26:24 +02:00
Paul-Vincent Roll
d7844a1e39 electron now searches for node helper scripts on module folders 2016-03-27 22:22:04 +02:00
Paul-Vincent Roll
d96b82500a Added electron wrapper 2016-03-27 20:40:07 +02:00
Michael Teeuw
4266c0b279 Initial commit of V2. 2016-03-24 17:19:32 +01:00
Michael Teeuw
c428d6a985 Merge pull request #52 from alaycock/patch-1
Corrected tabbing for my previous pull request, sorry
2016-01-20 14:20:51 +01:00
Adam Laycock
1718479ba3 Corrected tabbing for my commit, sorry 2016-01-19 09:47:58 -07:00
Paul Foster
4c9191385d HTTPS News 2016-01-19 16:27:08 +00:00
Paul Foster
73ab803679 Merge remote-tracking branch 'MichMich/master' 2016-01-19 16:26:05 +00:00
Adam
f64c2d3772 Remove static date, replace with today + 1 year 2016-01-18 20:40:47 -07:00
Paul Foster
15e6c1c673 HTTPS YQL 2016-01-09 18:02:11 +00:00
Nicholas Hubbard
1a8c3387fe Update version.js 2016-01-07 15:34:45 -05:00
Nicholas Hubbard
edde3320f0 Update calendar.js 2016-01-07 15:34:24 -05:00
Paul-Vincent Roll
6921f0f800 Added calendar URL to config 2015-12-19 21:03:44 +01:00
vagrant
d3d2099b01 fix windspeed calculation 2015-12-11 16:12:04 +00:00
Michael Teeuw
0d4164a03e Fix calendar sorting. 2015-11-20 10:39:44 +01:00
Michael Teeuw
736bf55bd8 Add option to configure maximum number of calendar entries. 2015-11-06 13:38:31 +01:00
Michael Teeuw
9a5a74e153 Merge pull request #34 from MichMich/pr/30
Update for compliments.
2015-11-03 14:25:16 +01:00
Michael Teeuw
e0de5667f9 Increase update time for compliments. 2015-11-03 14:22:46 +01:00
Michael Teeuw
cf95a2e431 Fix for Compliment picker.
Fixes bug where compliments were no longer updated.
2015-11-03 14:22:31 +01:00
LithiumNL
92032c572a Update weather.js
The sunset icon was never displayed because the if statement was different. The sunset and sunrise were are in HH:MM and now in another timestamp.
_sunset > now should be _sunset > _now
2015-11-01 18:27:21 +01:00
Jon Heller
b618f46d5e add comments to weather.js 2015-10-23 17:02:25 -04:00
Jon Heller
e3b33913ed add comments to version.js 2015-10-23 17:02:15 -04:00
Jon Heller
328db24bee add comments to time.js 2015-10-23 17:02:03 -04:00
Jon Heller
4b520f842a add comments to compliments.js 2015-10-23 17:01:53 -04:00
Jon Heller
8f3a114bc2 add comments to the top of each function 2015-10-23 16:51:30 -04:00
Jon Heller
c9ab81612f add error message when news retrieval fails 2015-10-23 16:42:13 -04:00