I tried to install MM2 on an older Windows Surface which was also Windows 8.1. But the OS would not let me install it as per the @ Mykle1’s walkthrough.
If by some chance you do figure it out, I would be very interested in how you did it.
I tried to install MM2 on an older Windows Surface which was also Windows 8.1. But the OS would not let me install it as per the @ Mykle1’s walkthrough.
If by some chance you do figure it out, I would be very interested in how you did it.
Maryville, Missouri – n5345
Kansas City, Missouri – n405
Saint Joseph, Missouri – n5688
Independence, Missouri – n838
Des Moines, Iowa – n76
Kansas City, Kansas – n5080
Overland Park, Kansas – n868
These are the ones showing as nearby for my location.
Plus, I have been helping a Dr in New Jersey create a MM display (non-mirrored) for his office
Doing it through email so it’s been a long process… LOL

Here is the marquee version of MMM-NFL that I made. I am done with it for now, but still would like to fix how the post season is shown…
https://github.com/justjim1220/MMM-NFL-marquee
And yes, it will probably be really big for you as I have it set for a big screen TV making it readable from across the room (my shop LOL).
I just finished the MMM-MyVideoPlayer module
Almost done with a marquee version of the MMM-NFL module by fewieden
working on trying to convert this: https://codepen.io/vineethtr/pen/GvROZV into a MM Module
found some speech recognition codes that are supposed to work with Windows, been looking at that, but it is blowing my mind!!!
Still working on a PC-Stats version that will work with Windows, got the cpu threads and the core temps to work, now looking at the GPU temps
of course, I have been working on that digital alarm clock we talked about earlier
Have some ideas written down to integrate Google Home and or Amazon Echo with MM for speech control while using Windows
and just basic brainstorming, but the past couple of months have been hectic with holidays and birthdays, and being down for days due to my disability health condition. Hope to get caught up with some of this soon…
I also helped fewieden with his Hackathon, made some modifications to his NFL module that were requested by others.
Oh, BTW… Nice Job on the recipe redux! :smiling_face_with_sunglasses:
@mykle1 :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:
Thanks!
Yeah, I like it he best out of all the weather modules. Been using it ever since you put it out! :winking_face:
I’ve got too many projects started, I need to quit coming up with more and just work on finishing ones I have started.
See, that’s combining two modules, now, if you get the alarm integrated, you will have combined 3 modules into 1.
Well, I am pretty sure you would be able to do it a lot faster than I would. So, git er done! :smiling_face_with_sunglasses:
Well, I am not sure about that… But now that you mention it, I am not too sure it won’t work, seems plausible!
And, I am trying to make it look like vintage digital clock… :upside-down_face:
I am actually in the process of creating a clock that will include an alarm and a timer… :winking_face:
I’ve made some changes (with the help from @sdetweil, Thanks Sam!) so it is more user configurable from the config file.
Do a git pull && npm install from within the MMM-MyVideoPlayer directory:
cd MagicMirror/modules/MMM-MyVideoPlayer
git pull && npm install
let me know what you think and if there any other features you would like to see. :smiling_face_with_sunglasses:
thanks, was looking at that just now. :winking_face:
never thought to look there, will try it and see if it works, thanks!
@sean
I tried to modify the main.css and it didn’t do anything.
The real estate is there when using a 46" TV as a monitor, and it can always be modified with using ‘zoom’ or ctrl - or ctrl shift +
I did try modifying the main.css also, still no luck.
is there any way to add regions to MM?
For instance: where middle_center is , how could i be change to add middle_left and middle_right?
Also, could there be a way to get more than 3 in a section?
IE: currently we have top_left, top_center, & top_right
Could it be changed to have 4 or 5 sections?
My interest is to have modules as a frame to a completely blank center
16 modules:
top_left top_left_center top_center top_right_center top_right
middle_top_left middle_top_right
middle_center_left middle_center_right
middle_bottom_left middle_bottom_right
bottom_left bottom_left_center bottom_center bottom_right_center bottom_right
would this be possible???
I’ve tried to declare them in custom.css, but of course, it didn’t work, so I am assuming they are declared elsewhere in MM’s core coding…