Read the statement by Michael Teeuw here.
My first MagicMirror
-
@MadsChaves looks good!
-
@Mykle1 - not yet my first opportunity is this coming Monday at 6am-mish 😨
-
Nice looking mirror!
-
@MadsChaves said in My first MagicMirror:
@Mykle1 - not yet my first opportunity is this coming Monday at 6am-mish
Be sure to let me know about your experience. Will you be viewing with the naked eye, using binoculars, or telescope?
-
@Mykle1 I saw the ISS south of us this morning. Naked eye was good enough 😀 since it reflects the sun, it’s very visible.
-
@MadsChaves said in My first MagicMirror:
@Mykle1 I saw the ISS south of us this morning. Naked eye was good enough since it reflects the sun, it’s very visible.
And that was using the information from the module?
-
@Mykle1 Yes!
-
Hi
Great job.
Wats ist your configuration on calendar_monthly module?
This look very nice. -
@Leobo I actually tweak the calendar_monthly module and created/renamed the module to show previous and next month calendars - a crude way of doing it but it served my purpose :)
-
Thanks @MadsChaves. That’s working. :thumbs_up_light_skin_tone:
-
@MadsChaves How did you tweek the calendar_monthly module? I’ve been racking my brain looking at the js and I’m too much of a newbie to even know where to start!
-
@sonicgoose generally u change the config.js entry, after viewing the README.md file for instructions
-
-
@sonicgoose css is done by editing the css/custom.css file to add your specific module requiremed css classes and styles
-
@sdetweil After doing more reading, I found the modified .js file on GitHub. Replace original
~/MagicMirror/modules/calendar_monthly/calendar_monthly.jswith this one (not mine) and edit~/MagicMirror/config/config.jsto load the module as follows:{ disabled: false, module: 'calendar_monthly', position: "top_left", config: { showHeader: true, // cssStyle: "", monthOffset: 0, } },That will show the current month. If you want the previous month, then add the module again before the current month and change
monthOffsetto-1. For the next month, add the module again after the current month and changemonthOffsetto1.If you want current month plus the next two months, then add the module three times with
monthOffsetset to0,1, and2.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
