@benjay Unfortunately the GIT status is still reporting issues (same as before)
those aren’t issues
the package-lock.json is generated by the npm install, so its new and changed.
the 0 is a bug from the installer once
and the core is some dump from npm/node crashing at some time.
all is good…
(git status in the MagicMirror folder should show the same output after reboot)
@sdetweil said in Calendar Doesn't Honor custom.css for Background:
@ember1205 said in Calendar Doesn't Honor custom.css for Background:
the Developer options with a real browser
electron is a real browser, so you can do this ON the mirror,
or from your desktop if the config parms allow remote system access.
I always forget that I can use local browser to view developer window
Now that you mention it, I have used the developer options directly on the appliance and should have remembered that. Thanks for the reminder!
Hi All.
After updating to 2.7.0 the Weather Forecast module is still showing the last 3-4 days (Wednesday) and today its Sunday.
All other module and time is working fine.
How can I fix that issue ?
At first glance, I think you forgot to run the npm install in the proper directory during the upgrade. Try this:
cd /home/pi/MagicMirror
pm2 stop all
git pull
npm install
The npm install command will take a while to run, so be patient. Let us know how it goes.
Sorry it’s in french but that can help you to test your sensor out of the magicmirror app directly in python
https://raspberry-pi.developpez.com/cours-tutoriels/capteur/mag-pi-utiliser-port-gpio/partie-1-detection-mouvement/
Ejay
I’m on the latest Magic Mirror version but icons like dumpster, drumstick-bite, trash, trash-alt are not working for me.
calendar and birthday-cake are just fine.
@ejay-ibm
Hey Ejay,
many thanks for testing and bug fixing.
Regarding your findings: The original RegEx still works on my installation, but based on your experience it seams like the RegEx is more stable by just looking for the URL itself. I can´t see any downside of this approach.
In my test it turn out that “-” and “_” need to be added to the character set, due to they are used e.g. in usernames (spotify_germany) which are part of playlist path.
Also the escaping is now much more proper (interesting that the raw version had worked…)
Important finding from ejay
if raspotify just jump back to track start instead of changing the song, an update of raspotify is needed. I had exactly the same behavior on my installation.
I’ve noticed recently that the new weather module in the develop branch stops updating. I got this error in the developer console:
2cors-anywhere.herokuapp.com/https://api.darksky.net/forecast/mykey/mylatlong?units=us&lang=en Failed to load resource: the server responded with a status of 503 (Service Unavailable)
0.0.0.0/:1 Failed to load https://cors-anywhere.herokuapp.com/https://api.darksky.net/forecast/mykey/mylatlong?units=us&lang=en: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://0.0.0.0:8080' is therefore not allowed access. The response had HTTP status code 503.
If the service is unavailable shouldn’t the weather module update once it is available?
If I restart MM, the module will update properly and work for about a day.
Hi there,
mi problem is that i changed the default port to 8089, but using the remote module, the displayed port is 8080, but in any way i can’t connect to the magic mirror on the 8089 port, neither on the 8080 port…so, what’s wrong? Thank for any response.