@fedale I am still running this and it works for me, so I suspect it is a config issue. Can you post your config and I’ll have a look.
Read the statement by Michael Teeuw here.
Posts
-
RE: [MMM-Skolmaten] Shows school lunch menus in Sweden from skolmaten.se
-
MMM-Skola24
I made a new module to show Swedish school timetables grabbed from Skola24 (a system some schools use). Kind of niche, but maybe someone other than me finds it useful.
-
RE: [MMM-AllsvenskanStandings] Current standings of Swedish football league
@fallandegubbe Yeah SVT has changed Text TV to be screenshots instead of text. The module scrapes the HTML and since the HTML has changed, the module broke. The text is still there though in the HTML source so a few changes to the scraping code should do the trick.
I don’t use this module anymore though and don’t have time to look at it. Maybe you have?
-
RE: MMM-Multimonth
Great module @BKeyport , thanks a lot! I changed my custom.css a bit to match my other modules and ended up with a rather minimalist look:
Here’s the css if anyone’s interested:
.MMM-Multimonth .month { padding-left: 0px; padding-right: 0px; } .MMM-Multimonth .month-header { background-color: #000000; text-transform: uppercase; font-size: 15px; font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-weight: 400; border-bottom: 1px solid #666; line-height: 15px; padding-bottom: 5px; margin-bottom: 10px; color: #999; border-radius: 0px; } .MMM-Multimonth .days-header { color: #808080; text-align: center; } .MMM-Multimonth .weeknumber:before { content: "v. "; } .MMM-Multimonth .weeknumber { background-color: #000000; color: #808080; padding-right: 9px; } .MMM-Multimonth .day { text-align: center; } .MMM-Multimonth .current_day { background-color: #FFD11C; text-align: center; border-radius: 4px; padding-left: 0px; padding-right: 0px; margin-left: 4px; margin-right: 4px; }
-
RE: History of the Magic Mirror
The blog for this project might be a good start: https://michaelteeuw.nl/tagged/magicmirror
-
RE: General Mucking Around with MM
For example if you use this for SSH:
https://mobaxterm.mobatek.net/…you can edit config files etc. on another machine and when you save it asks if you want to upload back to rpi.
-
RE: Black screen after 2.13 update - tentatively resolved
Found one more in module MMM-Vasttrafik-PublicTransport. I have created an issue for that:
https://github.com/bureus/MMM-Vasttrafik-PublicTransport/issues/14
-
RE: Minimal depth of a frame for the magic mirror
My brother cut a hole in the wall for the mirror and now it only builds a few millimeters. Looks really nice. See here:
https://www.planet4.se/magic-mirror-deluxe/
Text in Swedish, but you can look at the images.
-
RE: Ideas Needed
@MilkShake Isn’t the mirror on the same LAN? In that case you don’t have to do any port forwards.
-
RE: Can i download raspberrian to a thumb drive/external hard drive?
@evroom Yeah, you’re right. It will boot from SD first and then USB if you have enabled USB boot. So there’s really nothing that will screw up by enabling the one time change. Here’s more info:
https://www.raspberrypi.org/forums/viewtopic.php?t=225812
That also says the newer RPi3+ has enabled USB boot by default.