• [EXT-MusicPlayer] v1.4.0

    Delete Deps:

    • music-metadata
    • @magicmirror2/cvlc

    Add Deps:

    • vlc-client

    Update:

    • playerLib.js : recode with vlc-client
    • Player management

    Add:

    • Telgrambot /music <track_number> command for playing a track direectly
    • Number of track is now displayed in module
    • loop feature (play playlist again at end)
    posted in Maintenance / Update
  • Sending notifications to other modules

    Hi everyone,
    I would like to ask you for help on how to send notifications to other modules, I’m practically a beginner, I would need this MMM-Keyboard module to have a virtual keyboard to use with a touch screen monitor, I have installed the module but I don’t have understood how to send notifications for example to EXT_Browser, I don’t know where to insert the code for the notification, in this case it would be this.

    “The keyboard works with MagicMirror’s notification system. You can broadcast notifications from another module using the following parameters”

    this.sendNotification(“KEYBOARD”, {
    key: “uniqueKey”,
    style: “default”,
    data: {},
    });

    Can you please explain to me step by step how to do it,
    thanks everyone

    posted in General Discussion
  • RE: Relay not working after last update of EXT-Screen and EXT-Pir

    Yes I found but I forget to commit it ;/

    So, just update it 😉 (v2.5.2)

    posted in EXT-Screen
  • [EXT-Screen] v2.5.2

    Update Deps:

    • glob

    Fix:

    • Relay check value
    posted in Maintenance / Update
  • RE: EXT-Music player does not work

    @risingsun6 once you get everything running zip the entire magicmirror folder. Then you can usually recover to a “last known good state” by unzipping the files with overwrite or just delete the “bad” magicmirror folder and unzip the saved version.

    posted in EXT-MusicPlayer
  • RE: EXT-Music player does not work

    @risingsun6 sometimes a clean install is the way to go. I would suggest the following if you go that route

    • Clean OS load
    • Install Magicmirror 2.27
    • Start magicmirror default configuration to ensure it’s loaded with no errors
    • Install mmm-google assistant
    • Update the config file
    • Start magic mirror and test google assistant
    • Use the google assistant web interface to load ext-music player and to update config.js
    • Restart the mirror and test the player
    posted in EXT-MusicPlayer
  • RE: EXT-Music player does not work

    @risingsun6

    Did you try the following from the wiki?

    Refresh / Major Updating
    This new command allow force reinstall or update all MMM-GoogleAssistant components:
    MMM-GoogleAssistantand all EXTs installed
    This command make automatic things !

    This command can be used when a new MagicMirror² version is installed
    When you have too many MMM-GoogleAssistant components to update
    When you want to refresh (like a first install) all MMM-GoogleAssistant components

    cd ~/MagicMirror/modules/MMM-GoogleAssistant
    npm run refresh

    posted in EXT-MusicPlayer
  • RE: EXT-Music player does not work

    And… Wiki don’t help?

    posted in EXT-MusicPlayer
  • Hide all modules instead of turn off display?

    This is working great with the PIR for turning off the screen, however I would like a turn off screen override for certain hours. I tried it with “OFF” function, however the PIR wakes the screen even after the screen off schedule is set. I there a way around this for a “Master” shutoff override or a way to simply set the PIR to hide all modules and then have the module scheduler turn off the screen at night without interruption from the PIR?

    Thanks and I apologize in advance if this has been answered somewhere else.

    posted in EXT-Screen
  • RE: EXT-Music player does not work

    [ERROR] Error: write EFAULT: I have correct it in main core of MM² v2.27.0

    For EXT-MusicPlayer, I have updated (again) to v1.3.3:

    • update all deps and update drivelist to v12.x (latest). It seams that it not works with node v18.x (only with > v20)
    posted in EXT-MusicPlayer