Commit Graph

494 Commits

Author SHA1 Message Date
fewieden ebee80d10e small improvements 2018-12-27 17:13:49 +01:00
fewieden 63836185d9 weatherprovider 2018-12-27 17:13:06 +01:00
fewieden 0fe79b5288 indoor data, new filter, small cleanup 2018-07-02 15:43:24 +02:00
fewieden 66ceafd010 show indoor data, add loading message 2018-06-16 10:53:17 +02:00
fewieden 3341c9e3bf start with forecast template 2018-05-21 10:57:22 +02:00
fewieden 91ddc00f7e fix moment, add unit filter 2018-05-21 10:56:46 +02:00
Michael Teeuw 07d35a8513 Remove todo item. 2017-10-19 16:52:57 +02:00
Michael Teeuw 16c887814e Show humidity. 2017-10-19 16:51:51 +02:00
Michael Teeuw 22a50b72fd Show unit. 2017-10-19 16:43:12 +02:00
Michael Teeuw a79e1b6ca1 Rename templates to .njk files to allow syntax highlighting. 2017-10-18 13:52:11 +02:00
Michael Teeuw 995296ef53 Merge branch 'develop' into weather-refactor 2017-10-18 13:49:53 +02:00
Michael Teeuw f4d5996a88 Allow use of .njk extension for template files. 2017-10-18 13:49:03 +02:00
Michael Teeuw ab732b5435 Make all visiable values dynamic. 2017-10-18 13:38:56 +02:00
Michael Teeuw 241ff5cb6e Set temperature rounding. 2017-10-18 12:19:02 +02:00
Michael Teeuw d567fd4842 Merge branch 'develop' into weather-refactor 2017-10-18 11:59:29 +02:00
Michael Teeuw 0776dfc80e Minor changes. 2017-10-18 11:58:45 +02:00
Chris van Marle e7b9100f1c Add Github link to update info 2017-10-16 14:24:29 +02:00
Michael Teeuw 08aa9790f3 Fix lint issues. 2017-10-16 14:17:12 +02:00
shbatm f4c6f42c38 Added default implementation of stop() function. 2017-10-15 18:44:11 -05:00
shbatm f646360af6 Gracefully shutdown node_helpers (Fixes #1056)
Updated documentation


Corrected Typo in Documentation


Style correction
2017-10-13 16:43:11 -05:00
Kalin Koychev 39d0142993 - Add Bulgarian translations for MagicMirror² and Alert module 2017-10-13 21:51:21 +03:00
Chris van Marle 664196c5ef Fix some trailing whitespace grunt errors 2017-10-12 10:23:40 +02:00
Jannick Fahlbusch 07e28bfee6 Use HTTPS instead of HTTP
Chrome blocks insecure requests (HTTP) when MagicMirror is loaded
via HTTPS. This commit changes the protocol used for OpenWeatherMap.
2017-10-06 21:31:06 +02:00
Wolf-Gideon Bleek 4567fd1eb0 Merge branch 'develop' into master 2017-10-03 21:29:10 +02:00
Wolf-Gideon Bleek b4fd570269 moved weekNumber into field and adjusted language handling accordingly [issue #910] 2017-10-03 21:18:25 +02:00
Michael Teeuw 681a845ef3 Add Darksky provider. 2017-10-03 14:38:54 +02:00
Andreas Cederström 2d03ff63cf Slice the list of all events to honor config.maximumEntries
Scenario:
* Specify more than one calendar in `config.calendars`
* Specify a maximum number of entries in `config.maximumEntries`

Result:
The module will show as many as maximumEntries for EACH calendar

Expected:
The module shall not show more than a total of maximumEntries, regardless of how many calendars I specify

Fixes #1043
2017-10-01 21:47:10 +02:00
Michael Teeuw ad240cf52f Fix lint errors. 2017-10-01 16:19:14 +02:00
Michael Teeuw 99e3a47dde Use templates to render weather. 2017-10-01 13:50:15 +02:00
Michael Teeuw 3fa810b7b8 Merge branch 'develop' into weather-refactor 2017-10-01 13:25:52 +02:00
Michael Teeuw bad7316b80 Allow html tags in text string. 2017-10-01 13:22:29 +02:00
Michael Teeuw 4757c36233 Updated changelog and minor fix example 2017-10-01 13:16:07 +02:00
Michael Teeuw 9ca6180207 Merge branch 'templates' into develop 2017-10-01 13:10:25 +02:00
Nicholas Hubbard cd129fb055 Revert "Fix Indentation?"
This reverts commit 2bf18d8bda.
2017-09-30 19:44:54 -04:00
Rodrigo Ramírez Norambuena 795e33881c This fix the follow things:
* The default screen on missing configuration file and syntax error.
    * Tests
2017-09-29 19:10:03 -03:00
Rodrigo Ramírez Norambuena d310c3857f Little lint fix 2017-09-29 18:33:17 -03:00
Nicholas Hubbard 837e275bfd Update fork 2017-09-29 10:11:46 -04:00
Nicholas Hubbard 7be6031e19 Merge branch 'weather-refactor' of https://github.com/MichMich/MagicMirror into weather-refactor 2017-09-29 10:11:22 -04:00
Michael Teeuw 29f3a81666 Fix weather forecast. 2017-09-29 10:04:42 +02:00
Michael Teeuw e01794a07f First Nunchucks Implementation. 2017-09-28 16:11:25 +02:00
Michael Teeuw 5fde095a6f Merge pull request #1024 from roramirez/openweathermap-forescast
Hack fix issue #1017
2017-09-28 14:44:13 +02:00
Michael Teeuw ff9c6bac0a Add a small forecast example. 2017-09-22 13:26:44 +02:00
Michael Teeuw 713111254b First implementation of the currentWeatherView 2017-09-22 12:26:47 +02:00
Michael Teeuw 5b1462a3e8 Add readme. 2017-09-22 10:37:39 +02:00
Nicholas Hubbard 2bf18d8bda Fix Indentation? 2017-09-21 20:12:25 -04:00
Nicholas Hubbard 7f2e643e62 Add Dark Sky Module 2017-09-21 20:06:42 -04:00
Michael Teeuw ef172592b8 A first setup of the new Weather Module 2017-09-21 16:38:18 +02:00
Ricardo Gonzalez ea70175a17 Merge branch 'develop' into feature/indoorHumidity
* develop: (71 commits)
  Update sample address
  set version of express-ipfilter:
  Describe default in comment of sample config
  More secure defaults.
  Fix grunt errors
  Weather forecast settings match current weather
  Fix JavaScript error in weatherforecast
  Update fr.json
  TestSuite: Show the missing strings for translations files.
  Update fr.json with added translations
  Added e2e test for font files
  Fix issue #986
  Fix extra tab file translations/zh_cn.json
  Add Changelog entry for new e2e test for helloworld module
  Small change for re-running Travis CI
  Change Two Conditionals to UpperCase-If
  Fix linting?
  Show Scale of Temperature if config flag is set
  Change to install Roboto fonts by npm
  Update stylelint package
  ...

# Conflicts:
#	CHANGELOG.md
2017-09-17 16:32:37 +01:00
Rodrigo Ramírez Norambuena 58b763e935 Hack fix issue #1017 2017-09-12 10:31:49 -03:00
Chris van Marle 335ae0105f Fix grunt errors 2017-09-01 11:17:01 +02:00