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

Topics

  • R

    question about MMM-MarineWeather module

    Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Feb 22, 2022, 4:42 PM
    Feb 18, 2022, 5:52 PM
    0 Votes
    4 Posts
    562 Views
    R Feb 22, 2022, 4:42 PM
    @strawberry-3-141 Thank you. I changed it globally. This was very helpful. What did you mean by start a github?
  • R

    How do I delete some of the default modules?

    Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
    11 Feb 18, 2022, 5:47 PM
    Feb 17, 2022, 9:09 PM
    0 Votes
    11 Posts
    2k Views
    B Feb 18, 2022, 5:47 PM
    @r3d6 Most modules provide instructions on how to add them in their README.md files, which show on github. Good stuff.
  • R

    Magic Mirror keeps re-opening after I quit?

    Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
    6 Feb 18, 2022, 7:30 PM
    Feb 17, 2022, 5:47 PM
    0 Votes
    6 Posts
    1k Views
    S Feb 18, 2022, 7:30 PM
    @r3d6 not a programming language. just commands config.js is JavaScript
  • R

    How do I properly uninstall magic mirror on raspberry pi 4

    Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Nov 18, 2021, 12:51 AM
    Nov 18, 2021, 12:38 AM
    0 Votes
    3 Posts
    1k Views
    S Nov 18, 2021, 12:51 AM
    @r3d6 yes, deleting the folder is deleting the product if u said yes to pm2, them pm2 status and pm2 delete xx where xx is the number or name of the entry
  • R

    How do I delete a module?

    Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Nov 17, 2021, 3:36 AM
    Nov 17, 2021, 3:21 AM
    0 Votes
    2 Posts
    582 Views
    S Nov 17, 2021, 3:36 AM
    @r3d6 open a terminal window ctrl-alt-t cd ~/MagicMirror/modules rm -rf xxxxx where xxxxx is the module you have installed and now want to delete. exact letter case matters foo is not the same as Foo on Linux then do cd ~/MagicMirror/config nano config.js use the arrow keys on the keyboard to move up and down, left and right find the entry module:"xxxxx`, where xxxxx is the module u want to delete move the cursor to the right end of that line hit the enter key type disabled:true, hit Ctrl-o hit enter hit ctrl-x you will be back at the terminal window prompt do cd ~/MagicMirror you can now restart MagicMirror however you do that npm start or pm2 restart read the two links in my signature below we did the disable approach cause it’s the easiest to do, and requires the least amount of content format knowledge.
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy