Solved EXT-Screen working but no graphical feedback
-
Cannot Get EXT-Screen to work.
Initially worked.
Now I set it in debug and I see that messages are flowing:[03.04.2022 12:23.19.839] [LOG] [SCREEN] Callback Notification: SCREEN_BAR 116000 [03.04.2022 12:23.21.272] [LOG] [SCREEN] Callback Notification: SCREEN_TIMER 00:03 [03.04.2022 12:23.21.273] [LOG] [SCREEN] Callback Notification: SCREEN_BAR 117000 [03.04.2022 12:23.22.275] [LOG] [SCREEN] Callback Notification: SCREEN_TIMER 00:02 [03.04.2022 12:23.22.278] [LOG] [SCREEN] Callback Notification: SCREEN_BAR 118000 [03.04.2022 12:23.23.273] [LOG] [SCREEN] Callback Notification: SCREEN_TIMER 00:01 [03.04.2022 12:23.23.275] [LOG] [SCREEN] Callback Notification: SCREEN_BAR 119000 [03.04.2022 12:23.24.274] [LOG] [SCREEN] Callback Notification: SCREEN_TIMER 00:00 [03.04.2022 12:23.24.276] [LOG] [SCREEN] Callback Notification: SCREEN_BAR 120000 [03.04.2022 12:23.24.278] [LOG] [SCREEN] Callback Notification: SCREEN_HIDING undefined [03.04.2022 12:23.24.342] [LOG] [SCREEN] Callback Notification: SCREEN_PRESENCE false [03.04.2022 12:23.24.343] [LOG] [SCREEN] Stops by counter. [03.04.2022 12:23.24.412] [LOG] [MQTT bridge] NOTI->MQTT. Topic: magicmirror/state, payload: false [03.04.2022 12:23.24.475] [LOG] [SCREEN] Display -- Actual: true - Wanted: false [03.04.2022 12:23.24.476] [LOG] [SCREEN] Display OFF. [03.04.2022 12:23.24.478] [LOG] [SCREEN] Callback Notification: SCREEN_POWER false
Already tried to
- rebuild
- reinstall
- simplify config to the bare minimum (default plus debug)
No way: no graphic element shown.
Functionality works though , i.e. the scree is turned off correctly
-
there is no rebuild script … because not needed (no node library used)
what’s config ? and what used plugins ?
-
Config as said total basic. Basic default of docs + debug: true
other modules : a lotpi@MagicMirror:~/MagicMirror $ ls modules/
default/ EXT-YouTube/ MMM-Instagram2020/ MMM-PublicTransportHafas/
EXT-Alert/ EXT-YouTubeCast/ MMM-Kanji-Random/ MMM-Remote-Control/
EXT-Bring/ Gateway/ MMM-MD/ MMM-ScreenManager/
EXT-Browser/ MMM-Admin-Interface/ MMM-Memo/ MMM-Selfieshot/
EXT-Detector/ MMM-Alexa/ MMM-ModuleScheduler/ MMM-SleepWake/
EXT-Governor/ MMM-Cursor/ MMM-MplayerRadio/ MMM-TelegramBot/
EXT-Pir/ MMM-DateOnly/ MMM-MQTTbridge/ MMM-text-clock/
EXT-RadioPlayer/ MMM-Dynamic-Modules/ MMM-network-signal/ MMM-Timetable/
EXT-Screen/ MMM-Fast-css/ MMM-NewsFeed/ MMM-Tools/
EXT-ScreenManager/ MMM-GoogleAssistant/ MMM-News-QR/ mmm-touchgestures/
EXT-Spotify/ MMM-HASS/ MMM-OnThisDay/ MMM-Unsplash/
EXT-UpdateNotification/ MMM-homeassistant-sensors/ MMM-page-indicator/
EXT-Volume/ MMM-horoscope/ MMM-Page-Selector/pi@MagicMirror:~/MagicMirror $ node -v
v16.0.0
pi@MagicMirror:~/MagicMirror $ nodejs
Welcome to Node.js v16.14.2.
Type “.help” for more information.MM 2.19
-
I can briefly see the guy when the mirror starts.
Then all modules are activated at once (despite saved site in mm remote but that is another story to solve…), then whatever I do (activate/deactivate) in MMM remote the guy does not show up -
@bugsounet said in EXT-Screen working but no graphical feedback:
…
what’s config ?
Sorry but I’m waiting
EXT-Screen and EXT-Screen Manager config? -
Solved on Telegram
Disabled forceLock feature on EXT-Screen Manager config -
bugsounet