@cgillinger I merged a PR from @ottolote to replace the sync-fetch. Please try if that fixes the issue for you. It work for me now, but also did before that change using mm v2.26.
Read the statement by Michael Teeuw here.
Best posts made by CFenner
-
RE: MMM-Netatmo does not load
-
RE: [ORDER CLOSED] Two way mirror order in Germany
Then I guess I’m in :)
# username sizes (m) area (m²) location additional comments pickup/delivery 01 yawns ~ 0.8 * 0.8 ~ 0.64 Germany, Cologne polished edges delivery 02 gustav1976 0.6 * 1.8 1.08 Germany, Koblenz polished edges delivery 03 gustav1976 1.0 * 1.2 1.20 Germany, Koblenz polished edges delivery 04 gustav1976 1.4 * 0.8 1.12 Germany, Koblenz polished edges delivery 05 lolobyte 0.8*0.6 0,48 Germany, Heilbronn polished edges pickup 06 Jeff 1,0 * 0,6 0,6 Germany, Karlsruhe polished edges pickup 07 Ashidian 0,69 * 0,435 0,3 (pay 0,4) Germany, Rostock polished edges delivery 08 cpramhofer 0,476 * 0,82 0,39 (possible??) Austria, Vienna polished edges delivery (cost??) 09 mcg 0,5 * 1,0 0,5 Germany, Ludwigshafen polished edges delivery 10 cfenner 0,667*0,667 0,45 Germany, Mannheim polished edges delivery, (maybe package with mcg) 11 Total 6,87 -
RE: MMM-PersonalConfig: Persist personal config to GitHub
@sdetweil thanks, didn’t check that! Will do so.
Could you add your module to the modules list: https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules
-
MMM-PersonalConfig: Persist personal config to GitHub
Description:
This module is meant to host your personal mirror configuration and persist it to GitHub to easily restore your config if it’s lost and to have a change history (config-as-code).
The linked repository is a template repository that you can use to create your own copy. Clone your personal copy to your mirror.
The module as of now just provides the ability to link your config files (
config.js
,custom.css
) to the right locations. Thanks toupdateNotification
module, changes to the config repository are highlighted on the mirror.Future features:
- update config via telegram command (chat-ops)
- auto update config & restart on changes (git-ops)
Screenshots:
This module provides no visualization.
Configuration:
{ module: "MMM-PersonalConfig", position: "top_left", },
Download:
[card:https://github.com/CFenner/MMM-PersonalConfig-Template]
-
RE: MMM-Netatmo does not load
@sil3ntstorm you get the token now directly from the developer portal, see https://github.com/CFenner/MMM-Netatmo?tab=readme-ov-file#connection-to-netatmo-service-api
-
RE: MMM-Netatmo does not load
Sounds like the refresh token lifetime got reduced.
Probably the module should only take credentials and get the token itself. Unfortunately, I currently don’t have the time to look into it.