MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. grantc66
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 19
    • Groups 0

    Topics

    • G

      RPI4 Dual Monitor blanking

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      7
      0 Votes
      7 Posts
      987 Views
      G
      For anyone having this issue: Change the kms driver to the fake one by editing /boot/config.txt change dtoverlay=vc4-kms-v3d to dtoverlay=vc4-fkms-v3d Reboot & display will now switch on/off using vcgencmd display_power 0 vcgencmd display_power 1 I’ve not noticed any problems using the fake driver but I’m not using anything 3D (your results may be different)
    • G

      Running Python under node.js

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      905 Views
      T
      Node js is one of the powerful tools of programming and using this if you are working on python it help you a lot. printer offline fix helped me to know more about python.
    • G

      Snowbound on node.js

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      11
      0 Votes
      11 Posts
      4k Views
      G
      @sean Looks like I’ll be learning how to program in Java script :) Thanks for the tips. BTW: I found the issue with the python not running, seems the call from node changes the name of the script so main () had a different name to the import. Didn’t cure the snowboy issue (at least it got called, didn’t respond to wake word though 🤔, I’ll ask on the snowboy forum why that might be), but everything else worked.
    • G

      MMM-Buttons calling MMM-Remote config help

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      2k Views
      G
      I was thinking that MMM-Remote-Control was sending the notification, hence the confusion. Cleaned the config up to look like this: {module: 'MMM-Buttons', config: { buttons: [ { pin: 32, name: "monitor_control", longPress: { notification: "REMOTE_ACTION", payload: {"action": "HIDE", "module": "module_1_clock"} }, shortPress: { notification: "REMOTE_ACTION", payload: {"action": "SHOW", "module": "module_1_clock"} } } ] }},`` Can I add another payload from the same action i.e. hide clock & calendar? Not had any success with that so far, can somebody give me a pointer to the syntax. Ta.
    • 1 / 1