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

    Topics

    • P

      How do you get the taskbar to show over the Magic Mirror?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      10
      0 Votes
      10 Posts
      8k Views
      brobergB
      @PhilsterM9 don’t know These are the electron options. https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions
    • P

      How to get Panel to show

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      8
      0 Votes
      8 Posts
      4k Views
      brobergB
      @PhilsterM9 your’e welcome :)
    • P

      Not connected to the internet module

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      0 Votes
      3 Posts
      2k Views
      brobergB
      You could probably make the remote module send terminal commands and make it alter the wifi connection, but you would probably have to know the ssid of the network, ie no choosing and clicking the network
    • P

      What if someone tries to sell Magic Mirrors for themself?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      2k Views
      yawnsY
      MagicMirror is licensed under MIT license: https://github.com/MichMich/MagicMirror/blob/master/LICENSE.md Copyright © 2016-2017 Michael Teeuw Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. So yes, you are allowed to sell it, but you need to include the copyrights and notices.
    • P

      Help customising my mirror

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      8
      0 Votes
      8 Posts
      5k Views
      Mykle1M
      @strawberry-3.141 said in Help customising my mirror: @Mykle1 that answer is not correct, module config options have to be in the object config Yup, you’re right. In my haste to answer, because I was pressed for time this morning, I mistakenly omitted that. My bad. Thanks for catching that.
    • P

      Help configuring the Magic Mirror

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      11
      0 Votes
      11 Posts
      8k Views
      SnilleS
      @PhilsterM9 Hi again, maybe I’m missing something… If you followed the install guide when you installed… When you SSH in to your Pi (or open a terminal on the desktop of the pi) you should end up in a prompt looking like this: pi@MagicMirror:~ $ Now, type as follows: pi@MagicMirror:~ $ cd MagicMirror/config/ You should now be in MagicMirror/config/ looking like this: pi@MagicMirror:~/MagicMirror/config $ To copy a file enter: pi@MagicMirror:~/MagicMirror/config $ cp config.js.sample config.js Check if the files where copied with ls both file should be there now: pi@MagicMirror:~/MagicMirror/config $ ls Listed like this: config.js config.js.sample Now, if you want you can edit your config file: pi@MagicMirror:~/MagicMirror/config $ nano config.js Change whatever you need to change… But you actually don’t have to change anything just for testing it. Now restart the MagicMirror with pm2 like this: pi@MagicMirror:~/MagicMirror/config $ pm2 restart mm You should se something like this: Restarts are now immutable, to update environment or conf use --update-env [PM2] Applying action restartProcessId on app [mm](ids: 0) [PM2] [mm](0) ✓ ┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────┬──────────┬──────────┐ │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ watching │ ├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────┼──────────┼──────────┤ │ mm │ 0 │ fork │ 26361 │ online │ 32 │ 0s │ 22% │ 2.3 MB │ disabled │ └──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────┴──────────┴──────────┘ Use `pm2 show ` to get more details about an app pi@MagicMirror:~/MagicMirror/config $ And your Magic should have started. :)
    • P

      Trouble getting it to start

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      23
      0 Votes
      23 Posts
      17k Views
      bheplerB
      @PhilsterM9 You change the settings by modifying the config.js file. Traditionally, you use the nano editor by typing nano ~/MagicMirror/config/config.js. If you go to the GitHub page for MagicMirror, there’s an entire section on configuration.
    • 1 / 1