fwitte
ba8685a122
readded degreesign
2019-01-05 13:13:53 +01:00
fwitte
3541d5adde
removed degree symbol display for Kelvin scale, match source code in currentweather and weatherforecast
2019-01-03 12:06:52 +01:00
György Balássy
f0c516e82d
CHANGED: The Weather Forecast module by default displays the ° symbol after every numeric value to be consistent with the Current Weather module.
2018-12-14 11:32:58 +01:00
Michael Teeuw
03b1389ee5
Merge pull request #1426 from gberg927/develop
...
Changed OpenWeatherMap URL in ReadME
2018-10-26 15:12:34 +02:00
Shade Alabsa
e7df1c3e56
Added in 5 day forecast screenshot
2018-10-07 14:55:07 -04:00
Dennis Glasberg
9a8add780c
Update README.md
2018-10-03 21:20:38 -04:00
vincep5
6598ae080f
weatherforecast rainfall rounding
2018-08-07 11:48:10 -05:00
Janne Kalliola
dc3e960e79
Fixed parsing date, as dt_txt is missing from certain weather API results
2018-07-02 23:22:09 +03:00
Teddy Payet
afd829307d
Tabs and spaces from the original files
...
With a diff, here the orginal tabulations.
2018-06-11 23:09:00 +02:00
Teddy Payet
09abdc0f12
ESLint format
...
Resolve format ith eslint
2018-06-11 19:59:21 +02:00
Teddy Payet
ed4d17f578
README updated
...
Update of README for the new option.
2018-06-11 16:41:08 +02:00
Teddy Payet
cbc2eaf908
Customize classes for table
...
MagicMirror offers helper classes in the main.css. Therefore, we give
the possibility to indicate the class that we want.
2018-06-11 12:54:27 +02:00
Janne Kalliola
0e2e8d2e2a
Changed weatherforecast to use dt_txt field
2018-05-08 18:45:38 +03:00
Reagan Elm
3d1741c904
Respect maxNumberOfDays regardless of endpoint
2018-02-10 20:53:38 -05:00
Michael Teeuw
538a2acbf5
Fix linting errors.
2018-01-01 13:38:07 +01:00
Michael Teeuw
ba909c696d
Merge branch 'develop' into weather_decimal_marks
2017-12-31 12:24:25 +01:00
Torben Tigges
df0515cebf
currentweather, weatherforecast, changed option of decimal comma to any decimal symbol
2017-12-31 01:15:59 +01:00
Torben Tigges
46c0e14d67
currentweather, weatherforecast, added option of decimal comma for temperature values to config
2017-12-30 22:03:26 +01: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
Michael Teeuw
29f3a81666
Fix weather forecast.
2017-09-29 10:04:42 +02: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
Chris van Marle
62ce7a0e37
Weather forecast settings match current weather
...
This change makes the config of weather forecast more in line with
current weather. It uses the configured units (metric, imperial,
default) to determine the sign.
2017-09-01 10:58:21 +02:00
Chris van Marle
afa0fb8da1
Fix JavaScript error in weatherforecast
...
Change 5568e0c2adc73aa20bebb5bfc47df65fea273b05 introduces JavaScript
errors, because it's calling toUpperCase() on a boolean value.
2017-09-01 10:38:25 +02:00
Michael Teeuw
daf76a311c
Merge pull request #991 from DanielWeeber/temperature-scale-show
...
Temperature scale show
2017-08-29 14:13:43 +02:00
DanielWeeber
2d2f159e04
Small change for re-running Travis CI
2017-08-16 12:11:57 +02:00
DanielWeeber
5568e0c2ad
Change Two Conditionals to UpperCase-If
2017-08-16 10:00:38 +02:00
DanielWeeber
cb2cc0cb9e
Fix linting?
2017-08-15 20:57:18 +02:00
DanielWeeber
5e573ca980
Show Scale of Temperature if config flag is set
2017-08-15 19:54:35 +02:00
Rodrigo Ramírez Norambuena
ea2f53e166
Merge remote-tracking branch 'upstream/develop' into doc-roundValue
2017-08-05 18:20:22 -04:00
Veeck
96c338859b
More lazy sunday cleanups of missing semicolons, unused vars and other small thins
2017-06-11 11:53:55 +02:00
Michael Teeuw
3c82dfc0a5
Merge pull request #897 from roramirez/information-Beaufort-function
...
Add link for information about Beaufort Wind Scale for ms2Beaufort
2017-05-26 14:40:47 +02:00
Johan Hammar
47c356692f
Fix a few more typos
2017-03-30 22:14:11 +02:00
Rodrigo Ramírez Norambuena
60c5d96037
fix documentation currentweather and weatherforecast function
...
roundValue:
This function toFixed return a string type not a number value.
2017-03-27 12:18:36 -03:00
Rodrigo Ramírez Norambuena
f4408aa72c
Add link for information about Beaufort Wind Scale for ms2Beaufort
...
function in currentweather and weatherforecast module
2017-03-26 16:57:46 -03:00
Jeremias Arnstadt
5c0b04bfc8
fixed linting issues
2017-01-29 00:59:38 +01:00
Jeremias Arnstadt
bc257f4951
Merge branch 'develop' of https://github.com/artifactdev/MagicMirror
...
# Conflicts:
# modules/default/calendar/README.md
# modules/default/weatherforecast/README.md
2017-01-29 00:53:07 +01:00
Jeremias Arnstadt
4214293b76
updated README of weatherforecast and calendar module for color options
2017-01-28 18:32:06 +01:00
Jeremias Arnstadt
09ba1e2470
added possibility to color max and min temprature
2017-01-28 18:01:37 +01:00
Rodrigo Ramírez Norambuena
422349c2d1
Change of examples configuration in README modules.
...
This change is related commit f59f035a7ec5e64ab9e629521b39a548a6430b8b
Now is used grunt for check ESLint syntax validation of config/* files
2017-01-24 17:22:17 -03:00
Brian
2913120ff7
Update README files
2017-01-17 16:14:50 +01:00
Michael Teeuw
a4cb53fdb4
Show correct units for showRainAmount
2017-01-15 21:16:01 +01:00
Rodrigo Ramírez Norambuena
19d906c5e4
fix tabs, remove extra spaces and lines.
2016-12-29 22:23:08 -03:00
Andreas
21bf1dd1a3
Updated module READMEs with current default values
2016-12-12 14:52:00 +01:00
Olexandr Savchuk
d67e9468c0
Changed roundTemp implementation to a cleaner one
2016-12-02 20:52:36 +01:00
Olexandr Savchuk
32df3e80b1
Renamed roundTemperature option to roundTemp
...
Added changelog entry
2016-12-02 17:33:41 +01:00
Olexandr Savchuk
3c33969d23
implemented roundTemperature in weather modules
2016-12-02 17:27:45 +01:00
Michael Teeuw
5c61f95093
Merge pull request #485 from roramirez/url_example_cities
...
currentweather, weatherforecast: sample URL for LocationID:
2016-11-06 12:33:20 +01:00
Rodrigo Ramírez Norambuena
678d5fc532
currentweather, weatherforecast: sample URL for LocationID:
...
Changed from README the sample URLs for get the LocationID.
The http://bulk.openweather.org/sample/ doesn't work
2016-11-03 15:36:04 -03:00
Rodrigo Ramírez Norambuena
cd146cf822
README Fix updateInterval for currentweather, weatherforecast:
...
Fix milliseconds in the example for the updateInterval option
2016-10-27 11:12:15 -03:00