thank you!
Read the statement by Michael Teeuw here.
Posts
-
RE: change font of modules (local fonts)
Still doesn’t work
/***************************************************** * Magic Mirror * * Custom CSS * * * * By Michael Teeuw http://michaelteeuw.nl * * MIT Licensed. * * * * Add any custom CSS below. * * Changes to this files will be ignored by GIT. * *****************************************************/ body { } @font-face { font-family: "SF"; font-style: normal; font-weight: 100; src: local("ComicRelief"), url("fonts/ComicRelief.ttf") format("truetype"); }
-
RE: change font of modules (local fonts)
So, I’ve downloaded https://www.fontsquirrel.com/fonts/comic-relief and added a font to
/home/pi/MagicMirror/fonts
And my custom css looks like this
body { @font-face { font-family: "SF"; font-style: normal; font-weight: 100; src: local("ComicRelief"), url("fonts/ComicRelief.ttf") format("truetype"); } }
Despite that, font is not seen. What could be the reason?
-
RE: MMM-NetworkConnection
@Sandy2503 I changed to “-s” and still did not work.
@Mykle1 I followed the installation guide, incl. the dependencies. I did not modify anything. I tried the module alone (all other cfg removed), still did not work for me.What is the installation folder for dependencies in your case?
-
RE: MMM-NetworkConnection
That is very strange, as I see nothing. OK, my code
{ module: "MMM-NetworkConnection", position: "top_center", config: { updateInterval: 600000, maxTime: 5000, initialLoadDelay: 2500, decimal: 1, displayTextStatus: true, animationSpeed: 2500 } },
-
RE: MMM-NetworkConnection
Installed as in readme file, fails to show up. No errors in browser. Module is not working.
-
RE: Default calendar double dates relative&absolute
@morelinux thank you. Calendar module description is missing this one.
showEnd: false,
-
Default calendar double dates relative&absolute
After the latest update, calendar is showing both absolute & relative dates for me. From the screenshot, first entry shows “Today-Oct.5th”. I would like it to have just relative date, as “Today”. So this probably has also something to do with event end time.
Second issue is with second entry, which states “In 3 hours-19:00”. Instead, I’d like to see “Today at 15:00”, so instead of relative, I’d like it to be absolute and without event end time.
Does this seems possible?
Current settings{ module: "calendar", header: "", position: "top_right", config: { maximumEntries: "5", timeFormat: "relative", getRelative: "5", fetchInterval: "60000", calendars:[
-
RE: MMM-NOAA - Another Weather Module
Did someone managed to change css to make this module look more like this?
Or like this
-
RE: Advanced stocks / finance module needed
Great job! Love it! :smiling_face_with_heart-eyes: