A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
2.12 repeating all day calendar events not shown for today, or weather only showing 2 days and missing analog clock numbers
-
@sdetweil
After I switched to the develop branch, I did cd ~/MagicMirror and ran npm install.I refreshed my MM window with inspector and did see this:
Yet currentweather loads fine with the same appid key…
-
@natrlhy well there is a 401 error on openweather, and a module not found for calendar…
-
pi@teslamate:~/MagicMirror $ npm install > magicmirror@2.13.0-develop install /home/pi/MagicMirror > echo "Installing vendor files ... " && cd vendor && npm install --loglevel=error Installing vendor files ... audited 24 packages in 2.71s 1 package is looking for funding run `npm fund` for details found 0 vulnerabilities > magicmirror@2.13.0-develop postinstall /home/pi/MagicMirror > npm run install-fonts && echo "MagicMirror installation finished successfully! " > magicmirror@2.13.0-develop install-fonts /home/pi/MagicMirror > echo "Installing fonts ... " && cd fonts && npm install --loglevel=error Installing fonts ... audited 1 package in 0.981s found 0 vulnerabilities MagicMirror installation finished successfully! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) audited 1124 packages in 60.578s 87 packages are looking for funding run `npm fund` for details found 3 low severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details
-
Ok thanks for bearing with me :)
I started from scratch again. Generated a new API key from openweathermap, made my changes to the config.js config file. Waited a while since inspector was showing my API was invalid since it was newly generated…
Thanks for the help!
-
So I have Calendar to show two upcoming birthdays. It is showing them one day too early. Is it the same problem as mentioned earlier? And will the same fix fix them for me?