Read the statement by Michael Teeuw here.
Posts
-
RE: Default weather module stuck loading after latest MM update
@JMac yes, the line before needs a trailing comma
-
RE: Default weather module stuck loading after latest MM update
@JMac the provider announced that the old 2.5 API would be sunset in June of this year… we didn’t get that update into the last version…
v3.0 is the ONLY one we provide default for…
starting with MM version 2.29
you MUST get a new v3 api key , which requires a credit card.
the 1st 1000 calls to the new api are currently not charged -
RE: Modules are loading with new docker image
@HeikoGr i changed one word for soccer, according , to related
btw, thank you for such clear messages and helping others
-
RE: Calendar shows late day events on next day but at correct time
@MarcLandis can you retest at your convenience
git pull and npm run install-mm
-
RE: Bookworm: MM not starting
@calimero glad you got it going.
as for your delayed posts
everyone with reputation below 2 has their posts reviewed. this to stop all the junk posts
i review every such post, and occasionally sleep! lol
please don’t double post
-
RE: Need Help - Absolute Beginner - Code Posted!
@bumrocks they CAN be altered, but are not there by default… yes, you have to discover them , if u have the need
as for the issues and vulnerabilities, they are not in the MM code, but code it uses and that those use… where the MM owners have little to no control (or exposure to the problem)
but many of the issues you present are why I built up the installer and updater scripts, to get you up and running, regardless of your platform choice
this remains a volunteer project, where, if u are interested you can contribute. It is NOT a ‘product’
-
RE: Mirror not starting after updating to MagicMirror² v2.12.0
@dmstansbury and, if u had used my upgrade script, it would have done all that for you!
-
RE: MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler
@hco125 said in MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler:
TypeError: Cannot convert undefined or null to object
at Function.keys ()bug…
missing data, when display is requested
do this
edit MMM-GoogleTasks.js
change line 37
fromthis.tasks;
to
this.tasks= {};