@ankonaskiff17 this looks awesome! Do you have link to case, where to buy?
Read the statement by Michael Teeuw here.
Posts
-
RE: My third MagicMirror, InfoScreen
-
RE: Tell weather, date & time automatically at a specific time.
@sdmydbr9 perhaps off-topic, perhaps an idea. I have homeassistant which does thse kind of announcememnts daily. It’s connected with my alexa (works also with google). I know it’s not related to MM but still, it works without the need for much coding and it’s quite modular for controlling various elements of my home
-
RE: My third MagicMirror, InfoScreen
@jalibu he he yeah! I love it and use it on all of my MM projects :heart_suit:
-
My third MagicMirror, InfoScreen
After good success with my previous MM projects, I decided to give it a try with a smaller format of MM.
In fact, I got this idea from my brother who wanted a small screen for his work desk with various live information displayed on it.He also wanted to edit the list of stocks for MMM-Jast module without messing up the base config file. This proved to be a challenge that I solved with python script. Basically, I gave him samba shared access to an additional text file which includes editable list of displayed stocks. Then I run a python script to merge two files (stocks list and config template) into one working config file.
I tried to solve this with MMM-Config module (thanks to the developer for helping me get it to work) but that one exposes too many settings, it would pose a risk that my brother would mess it up :slightly_smiling_face:.Overall I am happy with this project and it looks great with a painted front finish. It will be hard to give it away, kind of like it and want to keep it for myself :smirking_face:.
Parts used:
- Rpi 3 B+ with 3A power supply
- Waveshare 4.3" touch screen
- 3D printed case from existing thingverse design
- Power switch
- Black spray paint and few plastic parts to hold the screen in place
Modules used:
- clock, calendar, newsfeed, weather
- MMM-Jast, MMM-Carousel, MMM-EasyPix, MMM-AirQuality, MMM-SystemStats, MMM-News
Finished project:
-
RE: Are you tired of editing config.js, or have trouble doing it, see my new module
@sdetweil it works! Mega quick assistance. Tnx
-
RE: Are you tired of editing config.js, or have trouble doing it, see my new module
@sdetweil yes the module shows on screen in form of QR code. That part works.
My basics from config file:address: "0.0.0.0", useHttps: false, port: 8080, ipWhitelist: [],
-
RE: Are you tired of editing config.js, or have trouble doing it, see my new module
Hi. I am trying to implement it on my MM and get only get below header in the browser. I am trying to open it with this address http://raspberrypi:8080/modules/MMM-Config/review
The same happens if I open MM via IP address.Did I miss something? I saw on page6 of this thread someone else had same problem but that solution didn’t help me.
Doing ctrl+shift+I and looking at console output I get this error:
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@sdetweil excellent, yes that’s what I am trying now. Thanks
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@jalibu I completely forgot about this one. I will disable the rest and just allow Jast module to be editable. This could also work, thanks