@Volkae I’m guessing something changed in the service api.
@kristjanesperanto will be along tomorrow
Read the statement by Michael Teeuw here.
Posts
-
RE: Problems with KristjanESPERANTO/MMM-PublicTransportHafas
-
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']); -
RE: Question about backup script
@nowayto also see my MMM-Config, it provides module install and all config
-
RE: MMM-Fuel
@p1lspeda ah, node-fetch… there is an electron bug in the 2.37 version of Electron
do this
stop MagicMirrorcd ~/MagicMirror npm install electron@43.1.0start MagicMirror
please advise
-
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
-
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
-
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… -
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
-
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
-
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
-
RE: Update from 2.15 to 2.16
@andyyy I uploaded fixes to the upgrade script to handle this…
-
RE: MMM-GoogleMapsTraffic freezes Magic Mirror
anybody want to try my updates
- load script once, once dom created
- 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 -
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 requestbecause the module doesn’t have a package.json
you will need to npm install each module in the MagicMirror folder -
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
-
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…
-
RE: Installation issues
@potato electron is not available for armv6l anymore…
use my install script and I will setup servermode with chromium browser
-
RE: MMM-MyCommute
in the MagicMirror folder do
npm check:configfix 1st error, repeat
I think it is the comma after the only destinationcolor: '#82E5AA' }, //< ---loading …
is the default message many modules put up while getting their data
but it failed to get the dataso, 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 -
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.