Thanks @DeanoNoire . Any plans to implement the “Tomorrow is Trash Day” and “Today is Trash Day” text?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-DumpsterDay
-
RE: MMM-Lunartic
I am using the current view of the moon. I have the module working. I just need to remove the line over the moon image and center the text that states “Moon Phase” to line it up in the center over the moon image.
-
RE: MMM-DumpsterDay
@Doughboy99
Good catch. Seems logical that the statement should pertain to Landscape because of what precedes it.I made the change to my MMM-DumpsterDay.js . You can report the issue via github and the author @DeanoNoire can add the changes.
Here is the link to report github MMM-DumpsterDay Issues
-
RE: MMM-Sonos no Artwork
I have installed snille’s version as well. I can get the output via a webpage using “ipaddress of Pi”:5005/zones
This is only after switching to the node-sonos-http-api directory and then running npm start. If I close the console window it stops providing that information to the webpage.
If I run the sonos.sh file that just changes to the node-sonos-http-api directory and does a Display=0: npm start then the data is not sent to the webpage. So I modified the sonos.sh to just change to the node-sonos-http-api directory and do a npm start only without the Display=0:Still will not send the data to the webpage to check.
So I figured I would do an npm start from the node-sonos-http-api directory and then use another console window to launch the MagicMirror. Still does not display what is playing on Sonos even though the data is displaying on the webpage to check it.
My config comes back with no errors when using the linter. I just get multiple modules reporting “Loading” I have waited for 20 minutes and no load of modules.
-
RE: config
Stick with it! Its a great learning experience. Just take your time and dont rush.
Here is how you post your config entries.
Open the MagicMirror/config/config.js file in a text editor. Highlight the entries in the config file. CTRL-C or copy command. Then come back to the forum and start a reply post. When you want to paste your code click on the little </> icon above the post. You will see a notification in the posting then that reads Code Here. Highlight that Code Here and choose CTRL-V or paste command. That will paste the code. Choose Submit! Done.
-
RE: MMM-Sonos - To show what your SONOS is playing.
@cohron OK , Im getting somewhere. When I visit http://192.168.1.5:5005/zones after installing sonos-http-api and then doing npm install --production and then npm start. I do see a webpage of output information from my sonos device.
However, when I run my sonos.sh file after creating it like this
create another pm2 script named sonos.sh in ~ directory
cd ~
sonos.sh file contents:
cd ~/node-sonos-http-api
DISPLAY=:0 npm startpm2 start sonos.sh
pm2 start mm
pm2 saveIt does start sonos as noted here
│ id │ name │ mode │ ↺ │ status │ cpu │ memory │
├────┼────────────────────┼──────────┼──────┼──────────┼──────────┼──────────┤
│ 0 │ MagicMirror │ fork │ 2 │ stopped │ 0% │ 0b │
│ 1 │ sonos │ fork │ 212 │ online │ 0% │ 2.4mb │Then if I visit the same address (http://192.168.1.5:5005/zones) to see if there is still output . There is not!
I realize that the Magic Mirror is not started as I stopped it as I just wanted to see if there was still output on http://192.168.1.5:5005/zones
Sonos is playing when I visit http://192.168.1.5:5005/zones so there should be data being output.
-
RE: MagicMirror and adruino over ethernet
@sdetweil Was referring to @Kereknjek and recommending he backup the SD card on the Arduino that is working for safe keeping.
I have an 8266 as well ! Its dedicated to my smartblinds control that I control via smarthings and a custom 3 D printed enclosure for a servo that mounts in the top rail of the blinds. Works splendidly!
-
RE: MagicMirror and adruino over ethernet
@Kereknjek Sounds like you need to backup the entire SD Card of your Arduino and create an image for safe keeping. If you Download Win32 Disk Imager you can create an image of the entire SD card and write it to a hard drive. Then if catastrophe strikes simply remove the SD card and use Win 32 Disk Imager to write the working image back to the SD card.
It can be downloaded here Win32DiskImager
-
RE: MagicMirror and adruino over ethernet
@Kereknjek So in a nutshell. Yes the Arduino can serve a whole webpage of data , but it will take a long time. If one just sends the data from the Arduino to the Raspberry Pi then the Raspberry Pi can display the webpage faster as its processor and potentially memory is faster.