Karsten Hassel
3d1e8ab849
add address and ipWhitelist to all test configs ( #3585 )
...
All test configs have been updated to allow full external access,
allowing for easier debugging (especially when running as a container)
2024-10-12 07:53:58 +02:00
HeikoGr
7489e51a67
Change default for weatherEndpoint according to API 3.0 ( #3583 )
...
since API 3.0 is default, weatherEndpoint should be set to "/onecall"
Fixes #3574
ATTENTION: since lat / lon defaults to 0 / 0, the weather plugins works
after this patch, but shows the weather from
https://de.wikipedia.org/wiki/Null_Island if lat / lon is not manually
set.
---------
Co-authored-by: Karsten Hassel <hassel@gmx.de>
Co-authored-by: Pedro Lamas <pedrolamas@gmail.com>
2024-10-11 08:51:00 +02:00
Ross Younger
57de389e01
[cosmetic] Weather module humidity positioning ( #3330 )
...
This PR adds an option to tweak the layout of the weather module. When
set, the humidity appears alongside the temperature:

2024-01-29 07:45:49 +01:00
Karsten Hassel
27f3c86c41
remove all useless header comments ( #3363 )
...
see #3358
used command: `find ./ -type f -exec perl -i -0pe
's/\/\*\s*magicmirror.*?\*\/\s*//si' {} \;`
This is a first draft, I think we should preserve some of the comments.
2024-01-24 21:39:06 +01:00
Kristjan SCHMIDT
a5668b1b99
Magic Mirror -> MagicMirror²
...
Consistent spelling
2022-01-26 23:09:26 +01:00
Karsten Hassel
0ec80a7791
move weather-test to e2e
2021-10-16 00:05:12 +02:00
Karsten Hassel
e75e4e2284
use process.cwd() for correct path
2021-07-14 00:12:59 +02:00
Karsten Hassel
9aa0af4f9c
factory again
2021-07-05 22:07:33 +02:00
karsten13
209e049893
run prettier
2021-07-05 19:51:18 +02:00
Karsten Hassel
bbb3accf0c
use factory
2021-07-05 19:45:58 +02:00
Karsten Hassel
a7ae79493d
refactor test config
2021-07-05 00:35:28 +02:00
karsten13
f945d50c0d
run prettier
2021-07-04 19:21:17 +02:00
Karsten Hassel
e9fabd59ed
contextIsolation: false
2021-07-04 18:30:43 +02:00
rejas
d736dd92be
Use es6 notation in tests
2021-04-18 14:51:28 +02:00
Karsten Hassel
059b87bbb4
bump electron to v11
2021-01-30 21:58:49 +01:00
Veeck
abb5dc5739
Run prettier over ALL files once
...
No other changes done in this commit
2020-05-11 22:22:32 +02:00
fewieden
a8bd196234
current weather tests
2019-01-13 23:59:05 +01:00