Just following up on this thread - I also am on the “free tier” 2.5 API version and when I try to use MMM-OpenWeatherForecast, it is stuck on “Loading”.
Any advice?
Just following up on this thread - I also am on the “free tier” 2.5 API version and when I try to use MMM-OpenWeatherForecast, it is stuck on “Loading”.
Any advice?
Hi all, I am setting up a new MM and installed the MMM-Google-Route module. It is working just fine with my api key, but I am trying to remove, resize, or just move the labels/icons that say “Map Data © 2022 Google, Terms of Use, Report a map error”.
I’ve tried reading the linked mapOptions reference: https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions, but am unable to get the map on the screen to simplify the view to not have those icons overlap on the maps. Any help would be most appreciated!
Thank you! This solved my issue perfectly. I kept seeing the “Error” value and was beating my head against the wall when I came across your posts.
Out of curiosity, have you had any issues with the billing once all three of these APIs are enabled? Is the free trial still working out fine?
@madscientist It was always black - if I don’t run with sudo it quits almost immediately. I’m not sure exactly what the issue was, but I went ahead and restored a backup from 2.4.1 and it’s working fine now (removed the update alert on the top bar).
I’m having trouble with this as well - blank screen for the past day no matter what I try to do. Now when I try to git pull && npm install, I get the following errors:
pi@raspberrypi:~/MagicMirror $ sudo git pull && npm install
Already up-to-date.
npm WARN checkPermissions Missing write access to /home/pi/MagicMirror/node_modules/socket.io-parser/node_modules
npm WARN grunt-stylelint@0.10.1 requires a peer of stylelint@^9.0.0 but none is installed. You must install peer dependencies yourself.
npm ERR! path /home/pi/MagicMirror/node_modules/socket.io-parser/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access ‘/home/pi/MagicMirror/node_modules/socket.io-parser/node_modules’
npm ERR! { Error: EACCES: permission denied, access ‘/home/pi/MagicMirror/node_modules/socket.io-parser/node_modules’
npm ERR! stack: ‘Error: EACCES: permission denied, access ‘/home/pi/MagicMirror/node_modules/socket.io-parser/node_modules’’,
npm ERR! errno: -13,
npm ERR! code: ‘EACCES’,
npm ERR! syscall: ‘access’,
npm ERR! path: ‘/home/pi/MagicMirror/node_modules/socket.io-parser/node_modules’ }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2018-10-09T16_49_46_380Z-debug.log
AND if I try to update npm itself, a different error appears:
pi@raspberrypi:~/MagicMirror $ sudo npm update
npm WARN grunt-stylelint@0.10.1 requires a peer of stylelint@^9.0.0 but none is installed. You must install peer dependencies yourself.
npm ERR! path /home/pi/MagicMirror/node_modules/source-map/build/suffix-utils.jsm
npm ERR! code Unknown system error -117
npm ERR! errno -117
npm ERR! syscall unlink
npm ERR! Unknown system error -117: Unknown system error -117, unlink ‘/home/pi/MagicMirror/node_modules/source-map/build/suffix-utils.jsm’
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-10-09T16_54_00_820Z-debug.log
Any help??
I’m having the exact same problem - just started this morning when I tried a restart. I’ve tried updating Electron, dumping and rebuilding the npm cache, as well as re-setting up pm2, but no luck so far.
Only difference is when I try npm start dev, it goes all the way through to Launching Application and then hangs (I need to power cycle to be able to type anything).
Please let me know if you manage to figure it out!