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

    Posts

    Recent Best Controversial
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @Jopyth

      Yes, the Save feature is now working for me. Thank you very much! :)

      I still get an error when I use Power > Restart MagicMirror

      The software does restart correctly. Seems like a false error.

      0_1485743633482_error.jpg

      posted in System
      in_a_daysI
      in_a_days
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      I’m very excited to test this over the weekend. I presently have AlexaPi and MM running concurrently. I’ve struggled to get MMM-AlexaPi to communicate with AlexaPi, but wow this looks a lot more expansive. I’m new to AWS IoT, but your instructions are easy to follow. Great work!

      posted in System
      in_a_daysI
      in_a_days
    • RE: pm2 not starting magic mirror on boot

      Did you go through these steps - after getting the MM software up and running?

      https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

      What is the result when you type:

      pm2 list
      

      in the terminal?

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Interchange multiple modules at runtime

      This module should be able to do just that:

      https://github.com/ianperrin/MMM-ModuleScheduler

      posted in General Discussion
      in_a_daysI
      in_a_days
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Loving the update so far. But I’m experiencing a couple small bugs. On re-boot I am losing my active/hidden module settings. I get the “Done” confirmation after Saving, but on reboot it’s showing all modules rather than just the ones I had active. I’m also getting “! Error!” when I attempt Power > Restart MagicMirror2.

      Remote-Control is one of my favs. Happy to check some logs anything that may help isolate the problem.

      posted in System
      in_a_daysI
      in_a_days
    • RE: MMM-RandomBackground, Background from local folder

      @docmucki

      I suspect you need to execute

      npm install
      

      From ~/MagicMirror/modules/MMM-RandomBackground rather than ~/MagicMirror/modules.

      Try:

      cd MMM-RandomBackground
      npm install
      
      posted in Entertainment
      in_a_daysI
      in_a_days
    • RE: Calendar config

      @JbeesonMagic16

      add a comma here:

                                          {
                                                  url: 'https://calendar.google.com/calendar/ical/WIFE%40gmail.com/public/basic.ics'
                                          },
                                  ],
                          }
                  }
                  {
                          module: 'compliments',
                          position: 'lower_third'
      

      so it looks like this

                                          {
                                                  url: 'https://calendar.google.com/calendar/ical/WIFE%40gmail.com/public/basic.ics'
                                          },
                                  ],
                          }
                  },
                  {
                          module: 'compliments',
                          position: 'lower_third'
      

      See if that solves it.

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Calendar config

      The full config file will definitely help. You also have one more small typo here -

      {
          url: 'htpps://calendar.google.com/calendar/ical/ME%40gmail.com/public/basic.ics'
      },
      

      that should probably be ‘https’ rather than ‘htpps’ but I don’t think this should be breaking your config.

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Calendar config

      @JbeesonMagic16

      Looks like you may be missing a close bracket. Try this:

                          module: 'calendar',
                          header: 'Calender',
                          position: 'top_left',
                          config: {
                                  calendars: [
                                          {
                                                  symbol: 'calendar-check-o ',
                                                  url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                                          },
                                          {
                                                  url: 'htpps://calendar.google.com/calendar/ical/ME%40gmail.com/public/basic.ics'
                                          },
                                          {
                                                  url: 'https://calendar.google.com/calendar/ical/WIFE%40gmail.com/public/basic.ics'
                                          },
                                  ],
                          }
                  }
      
      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: how to disable screensaver?

      @sgtwtf

      My solution was to install xscreensaver and use the desktop control panel to disable the screensaver.

      sudo apt-get install xscreensaver
      sudo reboot
      

      On reboot open the desktop start menu (via the GUI, not the terminal) and I think it’s Preferences > Screensaver Settings. There’s an option to set (and disable) the screensaver. It worked for me. :)

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: MMM-NBA / NBA Scores Module

      @Burner911

      Still a work in progress! I’ve managed to pull score data from the espn site, but exchanging the data between the python script and node helper is really challenging me. I was trying to just reverse engineer one of the other scoring modules, but both my parsing method and lack of javascript experience have made this really really difficult. I’ve been studying several tutorials and working on building simple modules from scratch just to make sure I understand all the socketNotification exchanges.

      Now that I’m getting a feel for it, I’ll probably re-write the parser in javascript. It’s a slow process, but I plan to stay at it until it’s done or someone else makes it first. :)

      posted in Development
      in_a_daysI
      in_a_days
    • RE: MMM-Globe

      Hopefully we’ll have a new feed from GOES-16 soon as well!

      http://gizmodo.com/the-most-advanced-weather-satellite-yet-just-dropped-it-1791527000

      posted in Utilities
      in_a_daysI
      in_a_days
    • RE: Current Weather giving wrong time and weather

      @l8kerjuan

      I’m basically a newbie too. I haven’t seen any video tutorials for installing new modules. But this one I’m recommending has some very simple installation instructions. Feel free to send a PM if you want me to walk you through the process.

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Current Weather giving wrong time and weather

      You can also substitute a different weather module that uses an alternate weather service. I think this one is my fav:

      https://github.com/RedNax67/MMM-WunderGround

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Current Weather giving wrong time and weather

      @l8kerjuan

      I suspect this is a problem with openweathermap. My temps and wind speeds have been incorrect for the last couple days as well. I didn’t change anything, just getting bad data. Last night the temp data I was getting over api did not match the weather data on their site - and today even the site-based weather info is off:

      http://openweathermap.org/city/5505411

      currently showing 34.9 F when it’s actually about 47 F.

      Try submitting a “Wrong data” report to openweathermap and hopefully it’s something they can straighten out soon.

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: WE WANT YOU! [New Moderators]

      Congratz to the new mods and thanks for your consideration!

      posted in Forum
      in_a_daysI
      in_a_days
    • RE: Starter problem

      @kurt

      Happy to help! Unfortunately, this is where my knowledge ends. I’m not sure what folders you can see over Filezilla. But again make sure you are in the ~ directory and try this:

      cp mirror.tar Dokumente
      

      If you can access that Dokumente folder in Filezilla, you should now see the mirror.tar file.

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Starter problem

      @kurt

      From the ~ folder:

      pi@raspberrypi:~ $
      

      type

      ls
      

      Do you see the mirror.tar file listed there?

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Starter problem

      @kurt

      Great! I’m still very new to this and I’m not using FTP. But there should now be a file named ‘mirror.tar’ in your ‘pi’ directory.

      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • RE: Starter problem

      @kurt

      I apologize, I have not used the tar command before. Remove the ‘/’ before MagicMirror. Try:

      tar -cvf mirror.tar MagicMirror
      
      posted in Troubleshooting
      in_a_daysI
      in_a_days
    • 1 / 1