@sdetweil
Bingo. All systems go…
Thanks once again.
I am doing the backup restore thing now.
Read the statement by Michael Teeuw here.
Best posts made by Rags
-
RE: MM Ver.2.21 Electron failed to install error
-
RE: electron-rebuild and MagicMirror v2.18 (and more)
Awesome. It really works. I had the same issue and it was really frustrating, until i stumbled upon this solution. Great my PIR-sensor module was revived. I just followed the steps mentioned and voila…it has come back to life. Thanks a ton, it is selfless gentlemen like yourself who keep this world going. Kudos.
-
RE: Resizing font size of modules
@MMRIZE I am stumped. The changes to the color happened, but the resizing still not responding.
-
RE: Resizing font size of modules
@sdetweil
Obviously i am doing something wrong.
I am unable to get to the style even when newsfeed element is highlighted. Or, the style is picking up from main.css and changing anything here will impact all styles. -
RE: Resizing font size of modules
@MMRIZE Finally ! Finally…
I disabled all modules, except newsfeed, then cleared out the custom.css configs and added a fresh config for newsfeed as suggested above and finally it worked.
So was the issue just because of the corrupt custom.css?
Anyways, this issue has enabled me to learn working with the developer console. I am glad.
Thank you @MMRIZE and thank you @sdetweil . Ever obliged.
Latest posts made by Rags
-
RE: MMM-OpenWeatherMapForecast 3.0 API calls and freeze issue
@sdetweil
YIKES !
I had changed the helper module to
"var url = “https://api.openweathermap.org/data/3.0/onecall?" +” as suggested in an earlier post. I also changed the config.js with weatherEndpoint: “forecast/daily”. It still did not work.
So i am not comfortable to use a credit card for the website. So does it mean curtains for this module as far as “Free” is concerned.? -
RE: MMM-OpenWeatherMapForecast 3.0 API calls and freeze issue
@sdetweil said in MMM-OpenWeatherMapForecast 3.0 API calls and freeze issue:
@Socrates
yes openweather changed their api
module needs updateGreetings fellow MagicMirror fans, I also noticed that the weather is not updating since a few days. I ran a git pull to update the module , it says already updated, but the module is not displaying the weather. DId i miss doing something . I have a free account and an api key. Need help to resolve this, Thanks.
-
RE: SolisCloud Solar PV
@Kash-0 Hello- 0. Well, I would suggest you to delete the existing folder (MMM-Solis Cloud if it exists) and then do a clean install in the MM Modules directory. The dependencies folder is created during NPM install in the same directory and are automatically registered ( I Guess) so there should not be any issue. Lots of my such issues with other modules were resolved by this method thanks to advice from @sdetweil .
-
RE: SolisCloud Solar PV
@Kash-0 said in SolisCloud Solar PV:
I would like my MM to show the status of my Solar PV. There are quite a few modules, but none seem designed to work with the SolisCloud system. They have an API now, so theoretically it is possible (though beyond my rudimentary skills)
Is there anybody who could help with that?
You are in Luck. I also wanted the same functionality, and I approached @dkinet . The MM module was developed by him on my request over a period of almost 6 months . I worked with him in testing out the module. Also based on inputs by me the module has been tweaked to address certain requirements for triggering the GPIO pin to control audio and visual alarms. The module is functional and i have deployed it on my MM. The Inverter data is nicely displayed on the screen All it requires is a little beautification to suit the MM style and looks. I want to take this opportunity to profusely thank the developer for finding time to develop this module.
https://github.com/dekinet/MMM-Soliscloud.git -
RE: Missing token.json issue in MMM-Spotify
@sdetweil OOPS !!!
I missed doing the auth step. It works now Sir.
What does this Forum do without you. Thanks for all you help.
Just to answer my own questions;
Yes this works in screens without touch, and displays the song currently being played.- The username can be any name you want.
- In the “TOKEN” config line you can replace the name used as Username.
Thanks Sam, once again for this,
-
Missing token.json issue in MMM-Spotify
Firstly, my screen is not touch screen. I just need this module to display the songs currently being played on spotify. Will it work only for display?
After installing the module successfully and configuring, spotify.config.json with the client id and client secret, the module is not working. The spotify image appears on the screen but nothing else.
While trying to debug, After running npm start , the error shown is token.json file missing.[SPOTIFY - xxxxxgrxqe4xps01xxxxxxx] Token file not found! /home/pi/MagicMirror/modules/MMM-Spotify/USERNAME_token.json
[15.05.2023 08:09.37.724] [ERROR] [SPOTIFY - xxxxxxps01uyt6kxxxxxx] Token error! ./USERNAME_token.json ( (I entered the random chars of USERNAME))When i checked the module folder, I could not find the token.json file in MMM-Spotify folder. Does it get generated automatically when the code runs?
I have two queries. on the spotify.config.json file that needs to be configured prior to running MMM-Spotify.
[
{
“USERNAME”: “A_NAME_TO_IDENTIFY_YOUR_ACCOUNT”,
“CLIENT_ID”: “PUT_YOUR_SPOTIFY_APP_CLIENT_ID”,
“CLIENT_SECRET”: “PUT_YOUR_SPOTIFY_APP_CLIENT_SECRET”,
“TOKEN”: “./USERNAME_token.json”
}
]Is the USERNAME required to be the one on spotify account? Can the name be anything else? (my username in spotify is some random characters, can it be replaced with display name or email account)
In the “TOKEN” config line is the “./USERNAME to be replaced with the username mentioned above or has it to be left as it is? (”./USERNAME_token.json")I have raised an isue in the Github repo.
Thanks -
RE: Resizing font size of modules
@MMRIZE Finally ! Finally…
I disabled all modules, except newsfeed, then cleared out the custom.css configs and added a fresh config for newsfeed as suggested above and finally it worked.
So was the issue just because of the corrupt custom.css?
Anyways, this issue has enabled me to learn working with the developer console. I am glad.
Thank you @MMRIZE and thank you @sdetweil . Ever obliged. -
RE: Resizing font size of modules
@sdetweil
After struggling, this is what i managed to take a screenshot of. It does not show the styles of the selected content in the dev screen. -
RE: Resizing font size of modules
@sdetweil i am sorry but i am unable to follow correctly what u are advising. However, the HTML code does not seem to contain the newsfeed title descrp.
i think i selected the module content to expand, and i also changed the custom.css entry as suggested. The style display window is not showing the newsfeed entry. I am again not sure if i am doing the right thing. Anyways i am learning as we go.
On second thoughts the process of changing the font size is so tedious (as it seems to me now), I wonder if there is an alternate way.