@sean I have been using the above sugestion of yours for the past few months however something strange happened. Last night i switched form cowboysdude fork and i downloaded your MMM-WeatherBackground after configuration of your module and starting to use it the above custom css no longer works although it is still in my custom.css file no one touched it!!!
How is that possible and how do i get it back? I do not want my modules to be fully transparent i can’t see them with bright pictures in the background like the weather background or DropboxWallpaper.
You know i appreciate any help i can get :)
D
Read the statement by Michael Teeuw here.
Posts made by richland007
-
RE: How do i make modules non-transparent
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
@j-e-f-f Thank you for this nice weather module :)
I do have a strange occurrence happening however… no matter if i useca, us, si
for units in front of every high temperature number i get a square… the temperature is displayed along with that square … what is that??Oh another thing …how can i make the background of your module non transparent/black or semi transparent?? I am trying to use the @Sean MMM-WeatherBackground and the majority of pictures are too bright to read this module.
-
RE: MMM-MirrorMirrorOnTheWall installation issue
@oceank Hey buddy… no wit won’t work with turning on and off modules either it just says “there was a problem with requested skills response” here are my Lamda errors
And MM says connected to AWS IoT obviously for all text, video, images, modules.
What the heck is going on where should i start troubleshooting
@blackpanda please help me :) i will greatly appreciate it
D -
RE: MMM-MirrorMirrorOnTheWall installation issue
@oceank @blackpanda OK well i have triple checked my appID and pasted on the index.js file i have triple checked the endpoint and pasted on the mirrormirror.js file.
Went and checked my API keys on Google i had like 8 of them, however none of them were what i had on keys.json file (so wired) so i picked 2 from the list and wrote them there along with my custom search ID uploaded to Lambda and copied over to the MMM-MirrorMirrorOnTheWall folder as well.
I can see the MagicMirror: Connected to AWS IoT Subscribed for new-text, new-images, new-video, change-module also on Lambda i see the invocations getting posted on the logs all the time when i test from the developer.alexa with the invocation “magic mirror” i get the response “hello my queen blah blah blah…” but when i type show pictures of dwarfs i still get “there was a problem with requested skills response”
What am i doing wrong???
Is it the API keys form google ?? Where i can i see if they are getting hit with requests?
…and do you all get any errors on Lambda logs when you test Lambda (how do you test Lamda) i still get the appId not unique when it is absolutely mine!!!It is an ass whooping this module :) i am gonna throw a party when its done LOL
D -
RE: MMM-MirrorMirrorOnTheWall installation issue
@oceank Dang it man i am the only one who hasn’t gotten around to finish it up. I will try tonight but i might need your help my man :)
-
RE: [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)
@shbatm I was wondering, however i am sure that i am wrong and just wishful thinking, but maybe changing the minimum version of MM for MMM-AlexaOnOff to 2.4.1 (which is the version i am at) only works for one instance, meaning initiating one device and not for all of them???
D -
RE: [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)
@shbatm i will try it again but i think i did it once or twice deleting all my devices and had her discover them back up to no avail
D -
RE: MMM-NOAA3 - No icon
@cowboysdude I still haven’t been able to resolve my above problem that my NOAA3 module comes up not formatted right.
Here is the error that is logging
“length” is undefined etc
Oh and i am using OpenWeather looking like this
Thank you for your help always appreciated and for this fantastic work
D
-
RE: MMM-MirrorMirrorOnTheWall installation issue
@blackpanda said in MMM-MirrorMirrorOnTheWall installation issue:
Regarding the app id, you’re sure you copied the skill value and added it to the APP_ID variable before uploading it to Lambda? Also, did you disable skill verification in Lambda (this was mentioned in the install doc)?
Yes i sure did copy and paste it to the index.js file before uploading i tried it also twice just now i also made sure that i disabled the skill verification on Alexa Skill Kit (it says right now on Lambda: "We recommend you enable skill verification for Alexa Skill Kit to do that delete and read the skill etc etc…)
Its so wired … i just found that AMAZON.LITERAL post right before you posted here i will try to work as much asi can on it and ask for help again
D
-
RE: [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)
@shbatm How do i read more log lines not only tailing the last 15 from
pm2 logs mm
??
This works so nicely with the only one device that it is starting (turn on and turn off the whole mirror) it is awesome… i am so hurt that i am unable to have the rest of the “devices/modules” working.If you want to have a look at my long a%$ :) config.js entry for the MMM-AlexaOnOff module here it is ;
{ module: 'MMM-AlexaOnOff', config: { //netInterface: 'wlan0', //startPort: 15000, devices: [{ name: "Clock Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_4_clock" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "modules_4_clock" } }, name: "Calendar Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_5_calendar" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_5_calendar" } }, name: "Denis Calendar", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_6_calendar" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_6_calendar" } }, name: "Compliments Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_7_compliments" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_7_compliments" } }, name: "Gas Prices Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_8_MMM-Gas" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_8_MMM-Gas" } }, name: "Instagram Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_9_MMM-Instagram" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_9_MMM-Instagram" } }, name: "Page Indicator Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_11_MMM-page-indicator" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_11_MMM-page-indicator" } }, name: "Temperature Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_12_MMM-DHT-Sensor" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_12_MMM-DHT-Sensor" } }, name: "Weather Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_13_MMM-NOAA3" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_13_MMM-NOAA3" } }, name: "System Stats Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_14_MMM-SystemStats" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_14_MMM-SystemStats" } }, name: "Movie Listings Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_15_MMM-MovieListings" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_15_MMM-MovieListings" } }, name: "Thermostat Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_16_MMM-Ecobee" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_16_MMM-Ecobee" } }, name: "Alexa Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_17_MMM-AlexaPi" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_17_MMM-AlexaPi" } }, name: "Exchange Rate Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_20_MMM-LICE" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_20_MMM-LICE" } }, name: "Stocks Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_21_stocks" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_21_stocks" } }, name: "Traffic Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_22_MMM-GoogleMapsTraffic" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_22_MMM-GoogleMapsTraffic" } }, name: "My Commute Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_23_MMM-MyCommute" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_23_MMM-MyCommute" } }, name: "Camera Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_24_MMM-iFrame" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_24_MMM-iFrame" } }, name: "RSS Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_25_MMM-RSS-FEED" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_25_MMM-RSS-FEED" } }, name: "Fitbit Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_26_MMM-fitbit" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_26_MMM-fitbit" } }, name: "Google Fit Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_27_MMM-GoogleFit" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_27_MMM-GoogleFit" } }, name: "Horoscope Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_28_MMM-horoscope" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_28_MMM-horoscope" } }, name: "Phone Notification Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_29_phone_notification" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_29_phone_notification" } }, name: "TV Stream Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_30_MMM-RTSPStream" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_30_MMM-RTSPStream" } }, name: "Tiles Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_31_iFrame" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_31_iFrame" } }, name: "Spotify Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_32_MMM-NowPlayingOnSpotify" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_32_MMM-NowPlayingOnSpotify" } }, name: "Events Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_33_MMM-Events" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_33_MMM-Events" } }, name: "Nasa Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_34_MMM-NASA" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_34_MMM-NASA" } }, name: "Logo Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_35_MMM-SimpleLogo" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_35_MMM-SimpleLogo" } }, name: "Random Quotes Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_36_random_quotes" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_36_random_quotes" } }, name: "Bible Verse Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_37_MMM-DailyBibleVerse" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_37_MMM-DailyBibleVerse" } }, name: "Dropbox Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_39_MMM-DropboxWallpaper" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_39_MMM-DropboxWallpaper" } }, name: "Weather Background Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_40_MMM-Dummy" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_40_MMM-Dummy" } }, name: "News Module", on: { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_43_MMM-Jnews" } }, off: { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_43_MMM-Jnews" } }, name: "Eva's Modules", on: [ { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_6_calendar" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_14_MMM-SystemStats" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_21_stocks" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_25_MMM-RSS-FEED" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_26_MMM-fitbit" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_29_phone_notification" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_30_MMM-RTSPStream" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_31_iFrame" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_32_MMM-NowPlayingOnSpotify" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_34_MMM-NASA" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_43_MMM-Jnews" } } ], off: [ { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_6_calendar" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_14_MMM-SystemStats" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_21_stocks" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_25_MMM-RSS-FEED" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_26_MMM-fitbit" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_29_phone_notification" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_30_MMM-RTSPStream" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_31_iFrame" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_32_MMM-NowPlayingOnSpotify" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_34_MMM-NASA" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_43_MMM-Jnews" } } ], name: "Denis Modules", on: [ { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_27_MMM-GoogleFit" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_9_MMM-Instagram" } }, { notification: "REMOTE_ACTION", payload: { action: "HIDE", module: "module_39_MMM-DropboxWallpaper" } } ], off: [ { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_27_MMM-GoogleFit" } }, { notification: "REMOTE_ACTION", payload: { action: "Show", module: "module_9_MMM-Instagram" } }, { notification: "REMOTE_ACTION", payload: { action: "SHOW", module: "module_39_MMM-DropboxWallpaper" } } ], name: "Mirror", on: { notification: "REMOTE_ACTION", payload: { action: "MONITORON"} }, off: { notification: "REMOTE_ACTION", payload: { action: "MONITOROFF"} }, }] } }
It is only loading the last “device” named Mirror for (an all on/off feature) on port 21900.
I tried changing the port start number to something else to no avail, i tried commenting out all but the last 2 of the devices still no luck…it only starts 1.
Edit: I spoke too early on singing it praises if you give a command ( in my case all i have is one that makes the monitor go off and than on after you ask Alexa to turn Mirror On) after 2-3 minutes everything freezes and you absolutely can not interact with the mirror completely neither from putty /ssh or vnc (ctrl/alt/del) or keyboard input only a hard power reset is the solution it has happened twice. I did try it one last time before posting this, and right after “Alexa turn Mirror On” i hit ctrl+Q to quit MM and see what the CPU values were and they were right around 70% but they went immediately down to 1% and nothing happened no more freezing of the Rpi…weird!!! I really need to get you some more detailed logs
Please help me solve this so i can turn my modules on and off
Thank you for your prompt replies and patience
Denis