HI this is my mirror
I use google calndar, read json files, feeds from newspapers, time to go to work from google maps, weather and nba schedules
do you like it ?
bye
Read the statement by Michael Teeuw here.
Best posts made by s.monti.74
-
MY mirror from Italy
-
MYMIRROR - From Modena
Hi, this is my mirror
I used these modules and with Arduino I read the RFID tags (via serial notifications) to recognize the user (see the mirror photo, top right, there is the RFID tag reader) and show a personalized pageMMM-NBA
MMM-MyScoreboard
MMM-cryptocurrency
MMM-DarkSkyForecast
MMM-NowPlayingOnSpotify
MMM-TPLink
mrx-work-traffic
MMM-Traffic
newsfeed
MMM-Events
MMM-AirQuality
MMM-json-feed
mmm-weatherchart
MMM-History
MMM-Serial-Notifications
MMM-ProfileSwitcher
MMM-page-indicator
MMM-Buttons -
RE: MYMIRROR - From Modena
this program sends via serial communication the value “S” if i use TAG1 and “G” if I usa TAG2
Then you have to use, on magic mirror, the module MMM-Serial-Notifications to read the value:{ module: 'MMM-Serial-Notifications', config: { devices: { '/dev/ttyACM0': { messages: { 'S': [ { notification: 'CURRENT_PROFILE', payload: 'S', }, ], 'A': [ { notification: 'CURRENT_PROFILE', payload: 'G', } ] } } } } },
and the module MMM-ProfileSwitcher to manage all other modules:
{ module: 'MMM-ProfileSwitcher', classes: 'default', header: "Profile", config: { enterMessages: { "G": "Ciao, G", "S": "Ciao, S" }, leaveMessages: { "G": "Ciao G, ci vediamo alla prossima", "S": "Ciao S, ci vediamo alla prossima", }, timers: { "S": { time: 10 * 1000 }, "G": { time: 10 * 1000 } } } },
BYE
Stefano -
RE: MYMIRROR - From Modena
@Cr4z33
this is my “paste”…
https://pastebin.com/wY8yVtpv
Latest posts made by s.monti.74
-
RE: temperature sensors
@ardenking said in temperature sensors:
esp8266 and mysensors
no i haven’t find yet
I’ m trying with openhab and home assistant to read shelly h&t but I don’t understand how to setup
dht22 are connected to the PI ? do you have one Pi in each room ?
thanks -
RE: temperature sensors
@broberg Not bad the “Shelly solution” but with which module can I read the values ?
-
RE: temperature sensors
@seychellch
OK but I would measure the temperature of various rooms, so I was thinking about wifi or zeegbee sensors without using the gateway or a cheap gateway -
RE: MYMIRROR - From Modena
@seychellch I use the module only to view what I am listening on Spotify in that moment (singer, song, disco cover). I use Alexa to play songs and the Mirror to view them.
-
temperature sensors
HI
which is the chepest way to manage temperature sensors with MM ? I mean, I’m searching cheap hardware sensors to retrieve temperature in one or more rooms
thanks -
RE: MYMIRROR - From Modena
@Cr4z33
this is my “paste”…
https://pastebin.com/wY8yVtpv -
RE: MYMIRROR - From Modena
@richland007 I can’t upload in the editor the full code because the editor blocks it (probably it converts the “;” char as the end of the code) I also can’t upload a txt file witch the code, i can upload only images
-
RE: MYMIRROR - From Modena
@richland007 I have modified the code before update it, to make it simpler and probably something is wrong.
I use 2 tags, the first to recognize me (S) and the second to recognize my wife (G)
for serial communication, later I send you a photo