I did not tried but with MMM-MyWeather you can configure horizontal.
Maybe it’s what you’r looking for :-)
Read the statement by Michael Teeuw here.
Posts
-
RE: How to convert weatherforecast disaplay
-
RE: Schedule Module with XML/Feed source
Thank you ninjabreadman but this is to high for me ^^ i cant code
-
Schedule Module with XML/Feed source
Hello
Iam looking for help to fulfill my girlfriends request :-)
I was able to filter out the course plan for her with feed43
http://feed43.com/5546442377204284.xml (xml example 1)
http://feed43.com/6082708764845543.xml (xml example 2)Now i need to be able to display this feed data like this module:
https://github.com/pinsdorf/MMM-WeeklySchedule
But not filled from the config file. Instead from the sources above.
I think you understand it, otherwise ask me to explain it more detailed ;)Example:
ONE Training Center
Today
8:30 - 9:25 Spinning
8:30 - 9:25 Fun Tone
9:30 - 10:25 Power Yoga
(Data from xml file 1)Tomorrow
8:30 - 9:25 Dances
9:30 - 10:25 BODYPUMP
(Data from xml file 2)So, a mix of the newsfeed and WeeklySchedule module i think ^^
I did not found a similar solution, maybe someone know one or can help me because iam not a programmer :/Thank you very much!
-
RE: MMM-MyWastePickup (Toronto waste collection schedule)
@j.e.f.f i have one more thing (just a detail):
Week day shown correctly in german like “Donnerstag” but it shows “Tomorrow” instead of “Morgen”.
Maybe this will also be “Today” instead of “Heute” but that i will know tomorrow ;-)Regards
-
RE: MMM-MyWastePickup (Toronto waste collection schedule)
@j.e.f.f works as usual, thanks for your quick work :-)
-
RE: MMM-MyWastePickup (Toronto waste collection schedule)
it works now.
Just your update and my svg file, and now it works…
i dont know why :D -
RE: MMM-MyWastePickup (Toronto waste collection schedule)
Yes i did.
Now i git pulled your latest relase.
Also tried npm install and got this:pi@mm:~/MagicMirror/modules/MMM-MyWastePickup $ npm install npm WARN mmmmywastepickup@1.0.0 No repository field.
But, with your 2018, its working.
I will try again after this update and will report to you :-) -
RE: MMM-MyWastePickup (Toronto waste collection schedule)
Hey jeff
I tried out your Module but it doesn’t work correctly for me.
Just showing up “loading…”
I changed your schedule.csv to match my collection schedule.
Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste, ChristmasTree Thursday1,01/04/18,0,R,0,0,0 Thursday1,01/13/18,0,0,R,0,0 Thursday1,02/01/18,0,R,0,0,0 Thursday1,03/01/18,0,R,0,0,0 Thursday1,03/08/18,0,R,0,0,0 Thursday1,03/15/18,0,R,0,0,0 Thursday1,03/22/18,0,R,0,0,0 Thursday1,03/28/18,0,R,0,0,0 Thursday1,04/05/18,0,R,0,0,0 Thursday1,04/12/18,0,R,0,0,0 Thursday1,04/19/18,0,R,0,0,0 Thursday1,04/26/18,0,R,0,0,0 Thursday1,05/03/18,0,R,0,0,0 Thursday1,05/05/18,0,0,R,0,0 Thursday1,05/09/18,0,R,0,0,0 Thursday1,05/17/18,0,R,0,0,0 Thursday1,05/24/18,0,R,0,0,0 Thursday1,05/30/18,0,R,0,0,0 Thursday1,06/07/18,0,R,0,0,0 Thursday1,06/14/18,0,R,0,0,0 Thursday1,06/21/18,0,R,0,0,0 Thursday1,06/28/18,0,R,0,0,0 Thursday1,07/05/18,0,R,0,0,0 Thursday1,07/12/18,0,R,0,0,0 Thursday1,07/19/18,0,R,0,0,0 Thursday1,07/26/18,0,R,0,0,0 Thursday1,08/02/18,0,R,0,0,0 Thursday1,08/09/18,0,R,0,0,0 Thursday1,08/16/18,0,R,0,0,0 Thursday1,08/23/18,0,R,0,0,0 Thursday1,08/30/18,0,R,0,0,0 Thursday1,09/06/18,0,R,0,0,0 Thursday1,09/13/18,0,R,0,0,0 Thursday1,09/20/18,0,R,0,0,0 Thursday1,09/22/18,0,0,R,0,0 Thursday1,09/27/18,0,R,0,0,0 Thursday1,10/04/18,0,R,0,0,0 Thursday1,10/11/18,0,R,0,0,0 Thursday1,10/18/18,0,R,0,0,0 Thursday1,10/25/18,0,R,0,0,0 Thursday1,10/31/18,0,R,0,0,0 Thursday1,11/08/18,0,R,0,0,0 Thursday1,11/15/18,0,R,0,0,0 Thursday1,11/22/18,0,R,0,0,0 Thursday1,11/29/18,0,R,0,0,0 Thursday1,12/06/18,0,R,0,0,0 Thursday1,12/13/18,0,R,0,0,0 Thursday1,12/20/18,0,R,0,0,0 Thursday1,12/27/18,0,R,0,0,0
With this config:
{ module: 'MMM-MyWastePickup', position: 'top_right', header: 'Entsorgungsplan', config: { collectionCalendar: 'Thursday1' } },
Is my language (german) the problem or should this work?
Regards