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.
Read the statement by Michael Teeuw here.
Posts made by CFenner
-
RE: MMM-Netatmo does not load
-
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
@Laz great that it works again. Sorry that is took so long. What about the RU translations, everything good?
Will try to find some time for the transformation. -
RE: MMM-Netatmo does not load
@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.
-
RE: MMM-Netatmo does not load
@tommys great that you solved the issue! Would you mind contributing that back into the repository?
-
RE: Storing variables to be ignored by git in a js file?
@timogden I’ve created a module to extract the config so you don’t need to maintain your own whole MM fork: https://forum.magicmirror.builders/topic/16224/mmm-personalconfig-persist-personal-config-to-github/1
A way to achieve what you want could be to create your own copy of personal config with your mirror config. Then make a clone of if for your friend where you do the specific changes. Changes to your repo then can be pulled to the other one via Pull requests.
In combination with MMM-UpdateNotification with can pull updates automatically, your friend won’t need to do anything. -
RE: TelegramBot runs multiple times
@bugsounet thanks, i have no issues anymore.
-
RE: No Internet Connection Magic mirror
@fab the waf dropped to low that I teared down the mirror for 3 years ;)
Now I reinstalled it and it’s running for a week now. -
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]