Paranoid93
2ad463b6c7
fix calendar not showing events with the same name and start date but different calendar url ( #3166 )
...
I fixed the calendar module, which did not show calendar entries from
different calendars that share the same name and start date.
My use case: We have each office days documented in each an own
calendar. If both "Office" Calendar entries start at the same date just
one was shown
Google Calendar (each Office event in an own calendar)

Before

After

2023-08-26 13:53:41 +02:00
Dave Child
4244c05764
Fix calendar.js missing default symbol prefix ( #3007 )
...
Symbols provided in customEvents don't get the "fas fa-fw fa-" prefix,
which according to the docs they should. This fixes that.
Hello and thank you for wanting to contribute to the MagicMirror²
project
**Please make sure that you have followed these 4 rules before
submitting your Pull Request:**
> 1. Base your pull requests against the `develop` branch.
>
> 2. Include these infos in the description:
>
> - Does the pull request solve a **related** issue?
> - If so, can you reference the issue like this `Fixes
#<issue_number>`?
> - What does the pull request accomplish? Use a list if needed.
> - If it includes major visual changes please add screenshots.
>
> 3. Please run `npm run lint:prettier` before submitting so that
> style issues are fixed.
>
> 4. Don't forget to add an entry about your changes to
> the CHANGELOG.md file.
**Note**: Sometimes the development moves very fast. It is highly
recommended that you update your branch of `develop` before creating a
pull request to send us your changes. This makes everyone's lives
easier (including yours) and helps us out on the development team.
Thanks again and have a nice day!
Co-authored-by: veeck <michael@veeck.de>
2023-01-16 22:33:05 +01:00
Veeck
a328ce537f
Cleanup test directory ( #2937 )
...
Moves files around and renames some so that the structure is cleaner and
more consistent
2022-10-07 12:16:37 -05:00
Kristjan SCHMIDT
a5668b1b99
Magic Mirror -> MagicMirror²
...
Consistent spelling
2022-01-26 23:09:26 +01:00
Karsten Hassel
1d12e57606
move calendar tests from category electron
to e2e
2021-10-04 23:04:28 +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
87d543eb3a
Finish test case
2021-05-02 15:07:02 +02:00
rejas
40c1521591
Add test data
2021-05-02 14:55:45 +02:00
rejas
d736dd92be
Use es6 notation in tests
2021-04-18 14:51:28 +02:00
rejas
dd366f35a8
Use es6 notation in test configs
2021-04-17 16:29:38 +02:00
rejas
bdc4ed4d86
Add specific change-port test and fix the others
2021-02-12 08:45:54 +01:00
veeck
dbea348779
Cleanup port usage in tests
2021-02-11 21:20:34 +01:00
Karsten Hassel
059b87bbb4
bump electron to v11
2021-01-30 21:58:49 +01:00
Johan Alvinger
99aaae491c
Reverted changes to test case for calendar
2020-11-25 23:35:01 +01:00
Johan Alvinger
51a1399bca
Change custom calendar test to not include past events
2020-11-25 22:36:00 +01:00
Johan Alvinger
20a50f8382
Reverted changes in custom.js for testing
2020-11-24 14:57:51 +01:00
Johan Alvinger
e0ceed5a63
Correct error in custom.js in calendar tests
2020-11-24 12:52:21 +01:00
rejas
50f3f32ba8
Add tests for custom icons
2020-07-19 11:54:03 +02:00
rejas
8b1d1671f7
Add test for changing the calendar symbol
2020-07-18 21:10:36 +02:00
rejas
a391445e5f
Add test setup for custom calendar configuration
2020-07-18 13:58:05 +02:00
Veeck
abb5dc5739
Run prettier over ALL files once
...
No other changes done in this commit
2020-05-11 22:22:32 +02:00
rejas
14aa4036e0
Some spelling and doc fixes
2020-04-22 22:09:31 +02:00
Rodrigo Ramírez Norambuena
6802873cd1
Add test module calendar fail basic auth
2017-03-10 16:50:25 -03:00
Rodrigo Ramírez Norambuena
b129fe908c
Test check backward backward compatibility authentication method basic
...
on calendar module
Fix travis basic-auth server
2017-03-10 04:47:57 -03:00
Rodrigo Ramírez Norambuena
f5c57e84c7
Add test calendar without auth method. Should be set by default basic.
2017-03-10 04:36:09 -03:00
Rodrigo Ramírez Norambuena
ceb4ef2642
Add test basic-auth
2017-03-10 04:33:27 -03:00
Rodrigo Ramírez Norambuena
1c235aa761
Add test default calendar
2017-03-10 04:31:26 -03:00