Hello everyone. I recently installed MMM-Astro and it is working great except one thing. It doesn’t show the basic horoscope. When I set extend: true it shows only the extended information with mood, lucky numbers etc. No main sign information:
[image: 1660327710429-1550107379311-1.png]
And when I set extend: false it shows only the mood, lucky number etc section:
[image: 1660327895694-1550107379311-2.png]
Has anyone faced the same issue? Any suugestions are welcome.
@MMNewby you can also open the developers window console
ctrl-shift-i, select the console tab
and enter a unique part of the module name in the filter field eye, for example
@burnydoom i just did this
module: "weather",
position: "top_right",
config: {
locationID: "361058",
apiKey: "xxx"
}
},
with my openweathermap apiKey in portrait mode and see this
[image: 1659727745046-screenshot_2022-08-05_14-27-01.png]
Hello Again,
Trying to fix some little annoyances like this one where MMM-Cocktails is using null to hold the line spacing, I guess. I left a new issue with the maker a week ago or so, I understand he is not able to communicate at this time with us. I was hoping someone has run into this before and I am just not able to do the correct word search to find the answer.
See the picture for a better explanation… Circled in RED.
[image: 1659034368979-null_null.jpg]
@sdetweil said in DumbassCats:
@plainbroke you are getting from here, right?
https://github.com/mykle1/MMM-DumbAssCatFacts.git
line 100 is right, I had added a debug line and a blank line.
Yes to your question. I am not sure why because nothing changed overnight, 8pm to 7am next day, but all the sudden it started working. Only thing I can think happened was my internet is hit or miss during really stormy weather and it could not get a good connection to the api provider. If that is even a thing. Which is weird because the RainMap module I have running seems to always work… Oh well problem solved. Not going to worry about it anymore this week.
Thank you for all the help you provide.
Hello to all MM maniacs. I know this is an old topic but since I cannot find an answer to my problem I thought asking here as well. I recently installed MMM-WiFiPassword and while it reads My network and password it does not connect the phone to the network. I have tried to invert the colors and add some paddings but nothing. I have also tried 3 different scanners but still nothing. Only the last scanner after scanning the QR code and asked me to connect to network, it said something about android 10 lelease and above have some limitations for this. Does anyone else facing the same problem with this module? Thank you in advance.
@crush I believe it is the API source from RapidAPI. Module has not been updated for 2 years. You may want to look at another module to use. There are a few.
This one is my own.
https://github.com/mumblebaj/MMM-CovidStats.git
You can open an issue on the Github page for Bibaldo or you can use another module.
@hclaus
Anyway, this is a universal solution, because I don’t know your screen resolution, direction, background padding/margin, wanted photo size, etc.
With specific conditions, it would be deadly simpler.
@sdetweil
Thank you sdetweil for your message.
I have tried several timezones for the system upper right on the pi desktop.
It has no effect on the times displayed on my calendar on Magic Mirror, still GMT+0 instead of GMT+2 on my Google Calendar.
I have also tried different timezones in Google Calendar.
It has no effect either on my calendar on Magic Mirror.
It seems that Google Calendar uses UTC time in .ics files.
Now the timezone is set correctly on my system.
The problem should be in my configuration of the module MMM-CalendarExt2.
I have just put the line forceLocalTZ to false, and at last, both calendars on Google Calendar and on MMM_CalendarExt2 are synchronized !
It’s a bit strange as I thought forceLocalTZ:true should force the time to my local timezone and the contrary happens ?!
But the problem is solved.
Thanks a lot for your help.
Cordial greetings.