Nice.:thumbs_up_light_skin_tone:
Read the statement by Michael Teeuw here.
Posts made by Leobo
-
RE: My second Magic Mirror (without a mirror)
-
RE: My second Magic Mirror (without a mirror)
You have to rename all three calendars module. For example one with "calendar_monthly Prev’ one ‘calendar_monthly’ and one ‘calendar_monthly Next’. In your config.js you must also enter the three calendars.
{ module: 'calendar_monthly Prev', position: 'top_left', config: { } }, { module: 'calendar_monthly', position: 'top_left', config: { } }, { module: 'calendar_monthly Next', position: 'top_left', config: { } }
-
RE: My second Magic Mirror (without a mirror)
Thank you very mutch @MadsChaves . You are the best. That works really well. Thank you for your answer.
-
RE: My second Magic Mirror (without a mirror)
Sorry for asking so many, I want two calendars, one with this month and second with next month. I do not know in which place I have to integrate the moment.add (1, ‘months’). Sorry vor my bad English (translator).
-
RE: My second Magic Mirror (without a mirror)
Thank you for your answer @MadsChaves . I do not understand about programs and code. I like this calendar_monthly module and I won’t show next month. Can you post your next month code here? Please.
-
RE: My second Magic Mirror (without a mirror)
Hi @MadsChaves,
Nice job. Can you explain to me how did you calendar_monthly Next and Prev do that? Please -
RE: MMM-Volumio
Hi, this look very nice. My Problem is I have RuneAudio on Rpi Zero. Can someone rewrite that code for RuneAudio or MPD? I want to have that.
Pls. -
RE: Add JS Code to the Mirror
Thank You @stro, This work great. Im rename folder MMM-MPD to mod_client and move to MagicMirror module, From MagicMirror/module/mpd_client npm install and work.
-
RE: MMM-Volumio
Hello, This MMM-Volumio modul work great whit Volumio. I have Pi Zero whit RuneAudio. Volumiourl: “http://runeaudio.local” don’t work. Is possible MMM-Volumio modifier for RuneAudio? MMM-MPD don’t work for me.
Thanks -
RE: My first MagicMirror
Thanks @MadsChaves. That’s working. :thumbs_up_light_skin_tone: