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

    Posts

    Recent Best Controversial
    • RE: Problems with KristjanESPERANTO/MMM-PublicTransportHafas

      @Volkae I’m guessing something changed in the service api.
      @kristjanesperanto will be along tomorrow

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-RFID and MMM-Profileswitcher with RC522

      @kavilan when u ran the python pgm, did you use python or python3 as the command?

      the module uses python

      to change u can edit the rfid.js file and change this line

         this.rc522py = this.spawn('python', ['-u', __dirname + '/MFRC522-python/Dump.py']);
      

      to use python3

         this.rc522py = this.spawn('python'3, ['-u', __dirname + '/MFRC522-python/Dump.py']);
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Question about backup script

      @nowayto also see my MMM-Config, it provides module install and all config

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-Fuel

      @p1lspeda ah, node-fetch… there is an electron bug in the 2.37 version of Electron

      do this
      stop MagicMirror

      cd ~/MagicMirror
      npm install electron@43.1.0
      

      start MagicMirror

      please advise

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Todoist only displays 'Loading...'

      @robertybob u didn’t break anything. git is very robust

      when u did the git checkout it should have said unknown commit

      so git fetch to get the stuff from github to your machine. (git pull only updates the current branch)

      then git checkout as described

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Carousel CSS influence

      @chrisfr1976 for educational purposes, before you go reinstalling a module you THINK has been modified, do

      git status

      in the module folder

      this will tell you if any shipped files have been changed

      git diff will show you WHAT changed

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-EnvCanada?

      @jvoss117 we’ve had quite a number of changes to the ENVCanada weather API with little or no notice…
      I suggest opening an issue for the developers to examine…

      posted in Troubleshooting
      S
      sdetweil
    • RE: MM@Android: Missing Modules - Kiosk Mode Browser Suggestions?

      @ahoibrowse my guess is that Fully does support JavaScript es6 idioms. more and more modules are using them

      posted in Troubleshooting
      S
      sdetweil
    • RE: Bugsounet and MMM-Pir

      @rkorell said in Bugsounet and MMM-Pir:

      Nevertheless: I’ve played around with the original version from bugsounet and figured out that editing his “origin” MM-Pir.js was really hard because he has deleted all linefeeds.

      called minified

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-GoogleMapsTraffic freezes Magic Mirror

      @drfukc I am away til later today. I will look at it. One of my modules gets photos from google

      posted in Transport
      S
      sdetweil
    • RE: Update from 2.15 to 2.16

      @andyyy I uploaded fixes to the upgrade script to handle this…

      posted in Troubleshooting
      S
      sdetweil
    • RE: Bugsounet and MMM-Pir

      @rkorell he did not do it for performance

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-GoogleMapsTraffic freezes Magic Mirror

      anybody want to try my updates

      1. load script once, once dom created
      2. improve process , handle lost config error

      https://github.com/sdetweil/MMM-GoogleMapsTraffic

      rename your existing folder out of the way
      then, from MM/modules folder, git clone my repo, and restart MM
      no changes to module config

      posted in Transport
      S
      sdetweil
    • RE: Error on my first Mirror, New to this all

      @dylanhull I think there should be a few more lines.

      more that likely, these libs missing.

      they were removed on purpose, due to security issues, and we have discovered a number of modules that didn’t document that they were needed.

      valid-url
      rrule-alt
      request
      

      because the module doesn’t have a package.json
      you will need to npm install each module in the MagicMirror folder

      posted in Troubleshooting
      S
      sdetweil
    • RE: Bugsounet and MMM-Pir

      @rkorell yes, i posted a warning early after he left to save what you could, without knowing the details of such work effort

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-GoogleMapsTraffic freezes Magic Mirror

      @dazza120 default update cycle is 900,000 milliseconds… so, 15 minutes

      I am using an odroid XU4, faster than pi…

      posted in Transport
      S
      sdetweil
    • RE: Installation issues

      @potato electron is not available for armv6l anymore…

      use my install script and I will setup servermode with chromium browser

      see https://github.com/sdetweil/MagicMirror_scripts

      posted in Troubleshooting
      S
      sdetweil
    • RE: Bugsounet and MMM-Pir

      @rkorell i hear yah.

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-MyCommute

      in the MagicMirror folder do

      npm check:config
      

      fix 1st error, repeat
      I think it is the comma after the only destination

      				color: '#82E5AA'
        },   //< ---
      

      loading …

      is the default message many modules put up while getting their data
      but it failed to get the data

      so, this means there was an internal error in the module code
      open the developers window
      (either npm start dev, or use ctrl-shift-i when mirror is running)
      select the console tab, and scroll up to locate any errors, usually red text

      posted in Transport
      S
      sdetweil
    • RE: Third Party modules not working

      @djboob66 there is nothing functionally wrong with his text…

      sure the braces aren’t lined up and the sections aren’t indented like I personally would like and do… but MagicMirror doesn’t care.

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1