Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.4.5 #153

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
2915726
setPowerRetries in ddcutil config allows for retries of power-on on s…
Jan 4, 2025
9b3c77b
setPowerRetries in ddcutil config allows for retries of power-on on s…
bugsounet Jan 5, 2025
66f062f
delete "out of module" part
bugsounet Jan 5, 2025
6cd5da3
version
bugsounet Jan 5, 2025
e5025cf
add screenSaver.sh (must be not documented)
bugsounet Jan 5, 2025
9752443
add Pir.chip config
bugsounet Jan 5, 2025
c7e2ad9
add back compatibility
bugsounet Jan 5, 2025
93a82d4
add missing config part
bugsounet Jan 5, 2025
170b13c
Fix: Display.animate control Pir animate
bugsounet Jan 5, 2025
7981d77
add Pir.animate // Motion.animate // Change: PIR_DETECTED-ANIMATE -> …
bugsounet Jan 6, 2025
ee13006
Broadcast user presence
qistoph Jan 6, 2025
bf8ad58
fix: mistake value on Pir config (config -> chip)
bugsounet Jan 6, 2025
c9c1ccd
add markdownlint test
bugsounet Jan 6, 2025
a76aa20
update markdown workflow
bugsounet Jan 6, 2025
9359343
add css test
bugsounet Jan 6, 2025
712f447
fix: css test
bugsounet Jan 6, 2025
0ee90c2
Fix: Readme
bugsounet Jan 6, 2025
84af6d5
Broadcast user presence -- qistoph
bugsounet Jan 8, 2025
ec40496
modules are hidden in ecoMode:true when forceTurnOffScreen
Jan 9, 2025
d51acc9
modules are hidden in ecoMode:true when forceTurnOffScreen -- SimoneMSR
bugsounet Jan 10, 2025
f9cd2bd
add eslint-plugin-depend checking
bugsounet Jan 10, 2025
1f93b0c
remove lodash
bugsounet Jan 10, 2025
ade926b
move eslint-plugin-import to eslint-plugin-import-x
bugsounet Jan 10, 2025
0ab9883
move moment to dayjs
bugsounet Jan 10, 2025
9f5d5d0
fix: Stopping module helper
bugsounet Jan 10, 2025
d0ecf9c
Bump eslint from 9.17.0 to 9.18.0
dependabot[bot] Jan 11, 2025
a68637f
Bump eslint from 9.17.0 to 9.18.0
bugsounet Jan 11, 2025
2592b3c
move `MMM_PIR-USER_PRESENCE` from motionLib to module core
bugsounet Jan 11, 2025
129c8bc
add triggerMode
Jan 12, 2025
3d15fef
Merge branch 'dev' into pir-trigger-mode
bugsounet Jan 12, 2025
5ee120d
Fix Readme
bugsounet Jan 12, 2025
7dd9593
triggerMode is added to Pir config -- SimoneMSR
bugsounet Jan 12, 2025
545ac77
add check triggerMode on start
bugsounet Jan 12, 2025
0db6bca
Update minify.js (check win32)
bugsounet Jan 12, 2025
b5fe8e9
Create windows.cmd (windows installer)
bugsounet Jan 12, 2025
4dae05a
Update package.json (rename dependencies to deps -- windows)
bugsounet Jan 12, 2025
12e8ea2
Update package.json (add setup:windows)
bugsounet Jan 12, 2025
863b7ad
Fix: workflows
bugsounet Jan 12, 2025
af3247f
fix: minify
bugsounet Jan 12, 2025
72e0b28
Fix: windows checking for dev and src
bugsounet Jan 12, 2025
dcc4af0
Bump @stylistic/eslint-plugin from 2.12.1 to 2.13.0
dependabot[bot] Jan 13, 2025
0d80a05
Bump @stylistic/eslint-plugin from 2.12.1 to 2.13.0
bugsounet Jan 13, 2025
1a1732c
Bump stylelint from 16.12.0 to 16.13.1
dependabot[bot] Jan 13, 2025
7d51724
Bump stylelint from 16.12.0 to 16.13.1
bugsounet Jan 13, 2025
14c6824
Bump stylelint-config-standard from 36.0.1 to 37.0.0
dependabot[bot] Jan 13, 2025
403e93b
Bump stylelint-config-standard from 36.0.1 to 37.0.0
bugsounet Jan 13, 2025
0893997
Merge branch 'dev' into windows
bugsounet Jan 13, 2025
9678585
create mode 9 (windows)
bugsounet Jan 13, 2025
65a9fd4
Update screenLib.js (Windows Test)
bugsounet Jan 13, 2025
5c41b1e
Fix: lint screenLib
bugsounet Jan 13, 2025
8850387
disable: pirLib and governor for windows user
bugsounet Jan 13, 2025
099c3f0
MMM-Pir for Windows
bugsounet Jan 13, 2025
4a77bf5
Create update.cmd (windows updater)
bugsounet Jan 14, 2025
8dad558
Update windows.cmd
bugsounet Jan 14, 2025
e098a44
Update package.json (windows scripts)
bugsounet Jan 14, 2025
f27bc47
Create windowsMaster.yml
bugsounet Jan 14, 2025
fee9965
update Readme
bugsounet Jan 14, 2025
fb78027
deny npm install
bugsounet Jan 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "CSS Testing"

on: [pull_request]

jobs:
eslint:
name: Run stylelint css scanning
runs-on: ubuntu-latest
steps:
- name: "Use Node.js v20.x (latest)"
uses: actions/setup-node@v4
with:
node-version: "20.x"
check-latest: true

- name: Checkout code
uses: actions/checkout@v4

- name: Install Dependencies
run: npm run deps && npm prune

- name: Run stylelint
run: npm run test:css
continue-on-error: false
2 changes: 1 addition & 1 deletion .github/workflows/esbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Dependencies
run: npm run dependencies && npm prune
run: npm run deps && npm prune

- name: Run ESBuild
run: npm run test:minify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Dependencies
run: npm run dependencies && npm prune
run: npm run deps && npm prune

- name: Run ESLint
run: npm run test
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Markdown Testing"

on: [pull_request]

jobs:
eslint:
name: Run ReadMe Markdown scanning
runs-on: ubuntu-latest
steps:
- name: "Use Node.js v20.x (latest)"
uses: actions/setup-node@v4
with:
node-version: "20.x"
check-latest: true

- name: Checkout code
uses: actions/checkout@v4

- name: Install Dependencies
run: npm run deps && npm prune

- name: Run markdownlint-cli2
run: npm run test:markdown
continue-on-error: false
35 changes: 35 additions & 0 deletions .github/workflows/windowsMaster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "[windows] MagicMirror² (master) and MMM-Pir build Testing"

on: [pull_request]

jobs:
build:
name: Test install MMM-Pir
runs-on: windows-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: true

- name: Checkout MagicMirror²
uses: actions/checkout@v4
with:
repository: MagicMirrorOrg/MagicMirror

- name: Install MagicMirror²
run: npm install

- name: Checkout MMM-Pir
uses: actions/checkout@v4
with:
path: MagicMirror/modules/MMM-Pir

- name: Install MMM-Pir
run: npm run setup:windows
working-directory: MagicMirror/modules/MMM-Pir
continue-on-error: false
9 changes: 9 additions & 0 deletions .markdownlint-cli2.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const options = {
"config": {
"MD013": {
"line_length": 350
}
}
};

export default options;
12 changes: 12 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": ["stylelint-config-standard"],
"plugins": ["stylelint-prettier"],
"rules": {
"prettier/prettier": true,
"selector-id-pattern": null,
"custom-property-pattern": null,
"selector-class-pattern": null,
"keyframes-name-pattern": null,
"no-descending-specificity": null
}
}
2 changes: 1 addition & 1 deletion MMM-Pir.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@

#MMM-PIR_AVAILABILITY_TEXT {
margin-right: 10px;
}
}
Loading
Loading