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

    Posts

    Recent Best Controversial
    • RE: Automatic Installation doesn't work.

      Following up with my error message when attempting the upgrade.sh

      pi@Jon-MM:~/MagicMirror $ bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/upgrade-script.sh)"
      the log will be /home/pi/MagicMirror/installers/upgrade.log
      No LSB modules are available.
      doing test run = true
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      
      saving custom.css
      cp: cannot stat 'custom.css': No such file or directory
      upgrading from version 2.10.0 to 2.10.0
      fetching latest revisions
      there are 1 local files that are different than the master repo
      
         package-lock.json
      
      any *-lock.json files do not need to be saved
      do you want to save these files for later   (Y/n)?n
      skipping restore for package-lock.json, doing test run
      no modules found needing npm refresh
      restoring custom.css
      cp: cannot stat 'save_custom.css': No such file or directory
      rm: cannot remove 'save_custom.css': No such file or directory
      
      posted in Troubleshooting
      jonspragginsJ
      jonspraggins
    • RE: First Attempt, Still a work in progress

      @dxfan227
      The Mirror quality is pretty good, in my opinion. I had a friend make a “quick and dirty” Smart Mirror with regular glass and reflective film, so that’s my only real basis for comparison. Although might scratch easily? I have one scratch that appeared when I was installing the plate hangers.

      End Game was outstanding! And yes, it was a slow start, but man once it had momentum…

      posted in Show your Mirror
      jonspragginsJ
      jonspraggins
    • RE: First Attempt, Still a work in progress

      @dxfan227,
      The Mirror is from Amazon: https://www.amazon.com/gp/product/B01MSAZ3PN

      The Module is located here: https://github.com/sathyarajv/MMM-OpenmapWeather

      My sanitized config for the openweathermap module:

      {
                              module: 'MMM-OpenmapWeather',
                              position: 'top_right',
                              header: 'XXXXX',
                              config: {
                                      location: 'XXXXX',
                                      locationID: 'XXXXX', //Location ID from http://openweathermap.org/help/city_list.txt
                                      appid: 'XXXXX', //openweathermap.org API key
                                      units: 'imperial',
                                      degreeLabel: 'true',
                                      colorIcon: 'true',
                                      onlyTemp: 'true'
                              }
                      },
      

      I did a quick writeup (that I will improve on soon) here: https://jonspraggins.com/the-idiot-made-a-smart-mirror/

      posted in Show your Mirror
      jonspragginsJ
      jonspraggins
    • First Attempt, Still a work in progress

      MagicMirror

      Tweaked the compliments module to display “Good F’in Design Advice”. Yes, I know I could just have a remote file JSON, but I wanted to play with the code a little.

      20" Monitor is only attached to the 12" x 24" mirror with Plate Hangers.

      posted in Show your Mirror
      jonspragginsJ
      jonspraggins
    • 1 / 1