@sean hmm it is to my understanding that a device ID is mandatory right?
Do you have any idea if the Raspberry Voice HAT can be used with your model?
And if yes how can I find out the device id then? :thinking_face:
@sean hmm it is to my understanding that a device ID is mandatory right?
Do you have any idea if the Raspberry Voice HAT can be used with your model?
And if yes how can I find out the device id then? :thinking_face:
@sean
HURRAY! :man_dancing_medium-light_skin_tone:
Going to implement it right now!
Although I am using the UTF-8 encoding for ALL of my newsfeeds accented letters (i.e é, à, etc.) and currency symbols (i.e €) are not displayed properly.
Any idea why?
{
module: "MMM-NewsFeedTicker",
position: "bottom_bar",
disabled: false,
//classes: "day_scheduler"
config: {
feeds: [
{
title: "Hardware Upgrade",
url: "https://feeds.hwupgrade.it/rss_hwup.xml",
encoding: "UTF-8", //ISO-8859-1
className: "myClass",
defaultLogo : ""
}
]
}
}
OK, thanks.
Update:
When not using a background then overall performance improves! :thumbs_up_medium-light_skin_tone:
To the funny guy that marked my previous post as spam (preventing me from further edits): GTFO. :winking_face:
Back in topic… @Maros this is how it looks right now.
@maros said in MMM-Darksky-hourly - change icons:
what i’ve done :
- download icons from : https://www.amcharts.com/free-animated-svg-weather-icons/
- put icons in folder MagicMirror/css/icons (if it’s not there create it)
- edit custom.css in MagicMirror/css and add :
.MMM-darksky-hourly { } .MMM-darksky-hourly .big-icon { font-size: 70%; line-height: 65px; display: inline-block; -ms-transform: translate(0, -3px); /* IE 9 */ -webkit-transform: translate(0, -3px); /* Safari */ transform: translate(0, -3px); width: 140px; } .MMM-darksky-hourly .summary { width: 400px; } .MMM-darksky-hourly .forecast { text-align: left; min-width: 400px; margin-top: 0.05ex; } .MMM-darksky-hourly .forecast-row { } .MMM-darksky-hourly .forecast-row>span { display: table-cell; width: 60px; } .MMM-darksky-hourly .forecast-row .forecast-day { text-align: center; padding-right: 0.5em; } .MMM-darksky-hourly .forecast-row .forecast-hour { text-align: right; padding-right: 0.6em; } .MMM-darksky-hourly .forecast-row .weathericon { text-align: center; padding-right: 0.5em; } .MMM-darksky-hourly .forecast-bar { display: table; overflow: hidden; } .MMM-darksky-hourly .forecast-bar>span { display: table-cell; text-align: left; } .MMM-darksky-hourly .forecast-bar .bar { background-color: #aaa; line-height: 0.1em; border-radius: 0.1em; border: 0.5ex transparent solid; background-clip: padding-box; color: black; } .small.MMM-darksky-hourly .forecast { min-width: 200px; max-width: 300px; } .small.MMM-darksky-hourly .summary { width: 300px; } .MMM-darksky-hourly .wi-day-sunny { content: url("/css/icons/day.svg"); } .MMM-darksky-hourly .wi-day-cloudy { content: url("/css/icons/cloudy-day-1.svg"); } .MMM-darksky-hourly .wi-rain { content: url("/css/icons/rainy-6.svg"); } .MMM-darksky-hourly .wi-night-clear { content: url("/css/icons/night.svg"); } .MMM-darksky-hourly .wi-night-alt-cloudy { content: url("/css/icons/cloudy-night-2.svg"); } .MMM-darksky-hourly .wi-cloudy { content: url("/css/icons/cloudy.svg"); } .MMM-darksky-hourly .wi-hail { content: url("/css/icons/rainy-7.svg"); } .MMM-darksky-hourly .wi-thunderstorm { content: url("/css/icons/thunder.svg"); } .MMM-darksky-hourly .wi-snow { content: url("/css/icons/snowy-6.svg"); } .MMM-darksky-hourly .wi-cloudy-gusts { content: url("/css/icons/cloudy-day-3.svg"); } .MMM-darksky-hourly .wi-fog { content: url("/css/icons/cloudy.svg"); }
- edit main.css change line 12, 14, 15 (this will change how far from borders other modules will be) (line 14 and 15 are 2x bigger than line 12)
if you change to 40px line 12 line 14 and 15 will be 100% - 80px12 margin: 30px; 14 height: calc(100% - 60px); 15 width: calc(100% - 60px);
- restart mm (pm2 restart mm)
maybe this will help someone :)
I followed your instructions, but for some reason the module keeps loading the default white icons…
Also there’s no forecast for the next days (despite what you show in the screenshot).
Any thoughts? :thinking_face:
Sorry @justjim1220 I noticed only now that you removed the newsfeed ticker background in your latest screenshots.
I would like to try that out and see if performance improves. :)
How do you do that?
@sean said in MMM-AssistantMk2 & MMM-GAction:
@citizendevpi @Cr4z33
Still got problem?
I’m making whole new update. It will be more stable and easy to install & use. I’ll release this new update in this week. Plz wait a few days.
Fortunately I was busy at getting to work two LED strips so OK I will wait with pleasure hehe.
Thanks for letting me know. :thumbs_up_medium-light_skin_tone:
Before I am going to try to use these modules can someone please tell me whether they can be used with the Google AIY Voice Kit (v1) or not? :grimacing_face: