@strawberry-3.141 lol… I changed it after posting and forgot about it. Sorry for that. It works perfectly now :)
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-WunderGround - Display hourly only?
-
RE: MMM-WunderGround - Display hourly only?
@strawberry-3.141 Sure:)
{ module: 'MMM-WunderGround', position: 'top_right', config: { apikey: 'XXXXXXXX', // private; don't share! pws: 'XXXX', //XXXX hourly: '1', fctext: '1', fcdaycount: "3", fcdaystart: "0", hourlyinterval: "4", hourlycount: "4", alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 1, UseCardinals: 0, layout: "vertical", sysstat: 0 } }, -
RE: MMM-WunderGround - Display hourly only?
/***************************************************** * Magic Mirror * * Custom CSS * * * * By Michael Teeuw http://michaelteeuw.nl * * MIT Licensed. * * * * Add any custom CSS below. * * Changes to this files will be ignored by GIT. * *****************************************************/ .MMM-WunderGround table.small:nth-of-type(3), .MMM-WunderGround hr.hrDivider:nth-of-type(3) { display:none; }It looks like this now, but the mirror is still displaying 4 days, do I need to change any other files than custom.css?
-
RE: MMM-WunderGround - Display hourly only?
@strawberry-3.141 Thank you very much!
Unfortunately it seems that I didn’t implement it correctly.
/***************************************************** * Magic Mirror * * Custom CSS * * * * By Michael Teeuw http://michaelteeuw.nl * * MIT Licensed. * * * * Add any custom CSS below. * * Changes to this files will be ignored by GIT. * *****************************************************/ body { .MMM-WunderGround table.small:nth-of-type(3), .MMM-WunderGround hr.hrDivider:nth-of-type(3) { display:none; }Isn’t this how it supposed to look in custom.css?
-
RE: MMM-WunderGround - Display hourly only?
@strawberry-3.141 preferably horizontal. Is there a way to fully hide days from vertical (not just fade them) ?
I see the minimum value on days is 1.fcdaycount How many days of forecast to return. Specified by config.js Possible values: 1 - 10 Default value: 7 (7 days) This value is optional. By default the wunderground module will return 7 days. -
MMM-WunderGround - Display hourly only?
Hi is it possible to only display hourly forecasts and hide daily?
I saw there was a fade option, but I was unable to hide the daily forecast.
-
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
@zerotwenty will do. Unfortunately still no go. Please let me know if you find a fix.
-
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
@Cato Will do, thanks anyway!
-
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
@Cato tried that and got this error
./spotify-connect-web -n MAGICMIRROR -o plughw:CARD=ALSA,DEV=1 Loading Spotify library... min_volume_range: 0.0 Using libspotify_embedded version: release-esdk-1.20.0-v1.20.0-g594175d4 SpInit: 2 SpInit failed, exiting -
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
@Cato Unfortunately even though my raspberry is assigned to a static ip I get “this site can’t be reached” on both alternatives.
127.0.0.1 does show up when I runifconfiglo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host -
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
@Cato No, after inserting
sudoinfront ofchmod a+x /etc/systemd/system/spotifyconnect.serviceI did not get any permissions errors.
When I continued I did not encounter any other errors before I tried to launch MM and got
[MMM-SpotifyConnectUI] Notification received: CONFIG
[MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000 -
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
@Cato So, despite that I get
Operation not permittedI should continue to the next step? :) -
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
Yes I followed the instructions from your module. I first installed Spotify Connect Web, then I installed the module and changed my config.js folder.
However, when installing Spotify Connect web, I did get a permission issue when I was supposed to insertchmod a+x /etc/systemd/system/spotifyconnect.serviceI got this
~ $ chmod a+x /etc/systemd/system/spotifyconnect.service chmod: changing permissions of ‘/etc/systemd/system/spotifyconnect.service’: Operation not permittedI insterted a
sudocommand to continue the installations steps. Is this causing my issue? -
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
@Cato I’m sorry. I am very new to raspberry pi. To be honest; I don’t know. How to I proceed to find out which address Spotify Connect Web is installed on?
-
[MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
Hi, I get an connect
ECONNREFUSED 127.0.0.1:4000error. while trying to run the [MMM-SpotifyConnectUI] module.Connecting socket for: MMM-SpotifyConnectUI [MMM-SpotifyConnectUI] Notification received: CONFIG [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000Does anyone know how to fix this?
I can confirm that I have placed myspotify_appkey.keyin the/spotify-connect-webfolder, if that’s relevant.