MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Find a file
Karsten Hassel 156db32c76
fix electron width/heigth when using xrandr under bullseye (#3161)
This PR uses `electron.screen.getPrimaryDisplay().workAreaSize` under
electron to get the screen size.

If this fails the current defaults (800x600) are used.

This solves some problems with xrandr under bullseye where the sreen
comes up with 800x600 instead of fullscreen, e.g. described
[here](https://khassel.gitlab.io/magicmirror/pi-modules/).

Tested this on my pi setup.

By the way, the Issue #1919 is back on my side (not related to this PR)
...
2023-08-12 22:57:42 +02:00
.github add section for foreign modules in issue template (#3149) 2023-07-05 20:22:19 +02:00
.husky husky changes 2022-01-17 21:39:21 +01:00
clientonly fix clientOnly not starting up after async startup added in 2.23 (#3154) 2023-07-16 23:04:58 +02:00
config Fix fetchInterval for sample calendar (#3139) 2023-06-30 20:13:07 +02:00
css update dependencies and main.css to match new stylelint rules (#3067) 2023-03-20 22:30:04 +01:00
fonts update dependencies (except prettier v3) (#3160) 2023-08-12 22:55:09 +02:00
installers Added missing shebang 2021-12-22 21:00:13 +01:00
js fix electron width/heigth when using xrandr under bullseye (#3161) 2023-08-12 22:57:42 +02:00
modules/default Fix undefined error for showSunTime / showMoonTime in clock module (#3146) 2023-07-02 22:10:58 +02:00
serveronly Fix import order in serveronly (#3072) 2023-03-25 10:59:57 +01:00
splashscreen Show splash screen image on reboot and halt. 2017-01-27 13:42:20 -03:00
tests Fix undefined error for showSunTime / showMoonTime in clock module (#3146) 2023-07-02 22:10:58 +02:00
translations Show events of a configurable amount of past days (#3046) 2023-02-21 22:39:21 +01:00
vendor update dependencies (except prettier v3) (#3160) 2023-08-12 22:55:09 +02:00
.editorconfig Add prettier, configs and editorconfig 2020-05-07 14:09:22 +02:00
.eslintignore Update ignored files for eslint 2020-04-20 11:15:11 +02:00
.eslintrc.json Add no-param-reassign from eslint (#3089) 2023-04-16 17:38:39 +02:00
.gitattributes add .gitattributes and fix prettier/js warnings (#3094) 2023-04-22 09:29:51 +02:00
.gitignore Cleanup jest config (#2959) 2022-10-28 20:57:08 +02:00
.prettierignore Cleanup jest config (#2959) 2022-10-28 20:57:08 +02:00
.prettierrc.json Add prettier, configs and editorconfig 2020-05-07 14:09:22 +02:00
.stylelintrc.json Update stylelint (#3042) 2023-02-19 21:36:50 +01:00
CHANGELOG.md fix electron width/heigth when using xrandr under bullseye (#3161) 2023-08-12 22:57:42 +02:00
Collaboration.md Update config sample and collab doc (#3039) 2023-02-17 19:49:36 +01:00
index.html Rename global version variable 2021-07-14 10:41:29 +02:00
jest.config.js set Timezone Europe/Berlin in unit tests (#3087) 2023-04-08 08:55:43 +02:00
jsconfig.json Run prettier over ALL files once 2020-05-11 22:22:32 +02:00
LICENSE.md Update license year 2022-08-16 17:32:13 +02:00
module-types.ts Ignore config dir 2021-09-11 11:55:51 +02:00
package-lock.json update dependencies (except prettier v3) (#3160) 2023-08-12 22:55:09 +02:00
package.json update dependencies (except prettier v3) (#3160) 2023-08-12 22:55:09 +02:00
README.md Fix badge status (#2991) 2023-01-07 20:40:36 +01:00

MagicMirror²: The open source modular smart mirror platform.

License GitHub Actions Build Status CodeCov Status

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant. MagicMirror² is built by the creator of the original MagicMirror with the incredible help of a growing community of contributors.

MagicMirror² focuses on a modular plugin system and uses Electron as an application wrapper. So no more web server or browser installs necessary!

Documentation

For the full documentation including installation instructions, please visit our dedicated documentation website: https://docs.magicmirror.builders.

Contributing Guidelines

Contributions of all kinds are welcome, not only in the form of code but also with regards to

  • bug reports
  • documentation
  • translations

For the full contribution guidelines, check out: https://docs.magicmirror.builders/about/contributing.html

Enjoying MagicMirror? Consider a donation!

MagicMirror² is opensource and free. That doesn't mean we don't need any money.

Please consider a donation to help us cover the ongoing costs like webservers and email services. If we receive enough donations we might even be able to free up some working hours and spend some extra time improving the MagicMirror² core.

To donate, please follow this link.

MagPi Top 50