Skip to content

Commit

Permalink
More compact summary
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Oct 16, 2017
1 parent 3d0f33b commit bc9b1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
}

$out .= "SUMMARY:${temp_max}|${temp_min}° {$precipitation}mm {$wind_max}km\r\n";
$out .= "SUMMARY:${temp_max}|${temp_min}°{$precipitation}|{$wind_max}\r\n";


$out .= "TRANSP:OPAQUE\r\n";
Expand Down

3 comments on commit bc9b1c9

@allanlaal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should make summary into a url string for the feed so users can fully customize their experience

@azuwis
Copy link
Owner Author

@azuwis azuwis commented on bc9b1c9 Oct 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. My fork is mainly a quick hack for my Pebble watch, so...

@allanlaal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this as an issue for some future time: allanlaal#3
its been nagging me, so I'm probably gonna implement it in this century

I'm glad you found some use of it :)

Please sign in to comment.