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

    Posts

    Recent Best Controversial
    • RE: System temperature : fetching...

      Just a thought, but could CPU load have anything to do with it?

      posted in Troubleshooting
      0
      00conman
    • RE: System temperature : fetching...

      Contact michmich he created the magic mirror.

      posted in Troubleshooting
      0
      00conman
    • RE: Calendar modification

      @MichMich I tried the link and I just get an 404 error. If you would be so kind as to look into this or if you just want put it on the wiki yourself I’m fine with that.

      posted in Tutorials
      0
      00conman
    • RE: System temperature : fetching...

      How long have you had it fetch the system temperature? Also, you should tell this to the module author.

      posted in Troubleshooting
      0
      00conman
    • RE: Calendar modification

      Where do I go to do that?

      posted in Tutorials
      0
      00conman
    • Calendar modification

      Sorry if I shouldn’t put this here, but I wanted to show a quick tutorial to link up a google calendar to your mirror. So, here it is…

      How to link up a google calendar account

      1. Access google calendars and go to settings

      2. At the top go to the Calendars tab

      3. Select the calendar with your google name on it

      4. On the new page find the Calendar Address tab

      5. Click on ICAL to the right

      6. Copy the link
        7.Find your Config.js file under /MagicMirror/config

      7. Scroll down to your calendar module or make a new calendar module by copying and pasting the old module or making changes to the current calendar module

      8. Side note: the modules will display in the order you put them in so whatever module you want displayed first will have to go before the other calendar modules

      9. Input the link and make your new module look like this
        {
        module: ‘calendar’,
        header: ‘Personal Calender’,
        position: ‘top_left’,
        config: {
        calendars: [
        {
        symbol: 'calendar-check-o ',
        url: ‘insert link here’
        }
        ]
        }
        },

      10. Then save and exit and now you have a google calendar linked to your mirror

      Again a small side not make sure that the spacing is correct else you might make an irreparable error. But, as always make a copy of the config before you change it. Hope you guys have fun with this.

      posted in Tutorials
      0
      00conman
    • RE: Starting MagicMirror v2 beta

      Oh… okay. Sorry for the mislead I’m still learning the workings.

      posted in Troubleshooting
      0
      00conman
    • RE: Starting MagicMirror v2 beta

      I don’t know if it will help but try installing the pm2 commands. You can find them under auto start.

      posted in Troubleshooting
      0
      00conman
    • RE: Current weather problems

      OHHHHHHHHHH… yep I get it now thank you so much for the help and for the speedy response your mirror creation is the best.

      posted in Troubleshooting
      0
      00conman
    • Current weather problems

      I have just recently set up my mirror and I have spent the last few days working on configuring it. However, I have a problem that I can’t seem to solve. In my current weather tab my time is very off by about 5 hours based off of my correct clock module. I have created an appid for the open weather site inside the config. I have also tried to disable the clock all together, but that hasn’t been fruitful either. If anyone can advise me that would be very helpful.

      posted in Troubleshooting usage
      0
      00conman
    • 1 / 1